Home
last modified time | relevance | path

Searched +full:common +full:- +full:build +full:- +full:and +full:- +full:test (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/OK3568_Linux_fs/buildroot/dl/meson/
HDmeson-1.0.0.tar.gz ... .vim meson-1.0.0/data/test.schema.json meson-1.0.0/
/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A Dexample.sh.in1 #!/bin/bash -e
9 echo -e "dummy \tbuild dummy"
10 echo -e "A \tbuild dummy A"
11 echo -e "B \tbuild dummy B"
12 echo -e "C \tbuild dummy C"
14 # Test:
15 # ./build.sh shell
16 # ./device/rockchip/common/build-hooks/example.sh -h
18 # Usage: ./device/rockchip/common/build-hooks/example.sh [OPTIONS]
19 # dummy build dummy
[all …]
/OK3568_Linux_fs/external/xserver/
H A D.gitlab-ci.yml1 # IMAGE_TAG is the tag of the docker image used for the build jobs. If the
2 # image doesn't exist yet, the docker-image stage generates it.
8 # gcc/clang or other packages, which might break the build with older commits
16 IMAGE_TAG: "debian-testing-20190219"
21 - docker-image
22 - build-and-test
24 debian-testing:
25 stage: docker-image
27 name: gcr.io/kaniko-project/executor:debug
30- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGIST…
[all …]
/OK3568_Linux_fs/external/mpp/debian/
H A Dchangelog1 mpp (1.5.0-1) stable; urgency=critical
6 -- Caesar Wang <wxt@rock-chips.com> Thu, 20 May 2021 09:40:00 +0800
8 mpp (1.4.0-1) stable; urgency=critical
28 * [test]: Fix rc2 test rc_mode error
39 * [osal]: linux: add -ldl -lct to link relative library
42 * [oasl]: Add lock timing test
43 * [base]: Add mpp/base/test for task en/dequeue demo
47 * [jpegd]: fix the compiler warnings and hide some symbols
71 * Revert "[osal]: linux: add -ldl -lct to link relative library"
77 * [mpp_dec]: remove obsoleted code and format comments
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/test-manual/
H A Dintro.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 The Yocto Project Test Environment Manual
10 Welcome to the Yocto Project Test Environment Manual! This manual is a
12 environment used by the Yocto Project to make sure each major and minor
13 release works as intended. All the project's testing infrastructure and
14 processes are publicly visible and available so that the community can
15 see what testing is being performed, how it's being done and the current
16 status of the tests and the project at any given time. It is intended
17 that Other organizations can leverage off the process and testing
19 production test environment, building upon the foundations from the
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Drelease-process.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 Yocto Project Releases and the Stable Release Process
7 The Yocto Project release process is predictable and consists of both
8 major and minor (point) releases. This brief chapter provides
9 information on how releases are named, their life cycle, and their
12 Major and Minor Release Cadence
16 month cadence roughly timed each April and October of the year.
18 also shown. See the ":ref:`ref-manual/release-process:major release codenames`"
21 - 2.2 (Morty)
22 - 2.1 (Krogoth)
[all …]
H A Dterms.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
7 Following is a list of terms and definitions users new to the Yocto Project
14 Files that append build information to a recipe file. Append files are
15 known as BitBake append files and ``.bbappend`` files. The OpenEmbedded
16 build system expects every append file to have a corresponding recipe
17 (``.bb``) file. Furthermore, the append file and corresponding recipe file
19 file type suffix used (e.g. ``formfactor_0.0.bb`` and
23 similarly-named recipe file. For an example of an append file in use, see
24 the ":ref:`dev-manual/common-tasks:appending other layers metadata with your layer`"
37 .. code-block:: shell
[all …]
H A Dqa-checks.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 QA Error and Warning Messages
7 .. _qa-introduction:
12 When building a recipe, the OpenEmbedded build system performs various
13 QA checks on the output to ensure that common issues are detected and
14 reported. Sometimes when you create a new recipe to build new software,
15 it will build with no problems. When this is not the case, or when you
20 checks, it is best to try and resolve any reported QA issues. This
21 chapter provides a list of the QA messages and brief explanations of the
24 The next section provides a list of all QA error and warning messages
[all …]
H A Dclasses.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
7 Class files are used to abstract common functionality and share it
16 ``.bbclass`` and are usually placed in a ``classes/`` directory beneath
19 :term:`BUILDDIR` (e.g. ``build/``) in the same way as
24 This chapter discusses only the most useful and important classes. Other
29 .. _ref-classes-allarch:
35 architecture-specific output. The class disables functionality that is
37 building the cross-compiler and a C library as pre-requisites, and
44 :term:`RDEPENDS` and
47 even if the recipes do not produce architecture-specific output.
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 Common Tasks
9 work to new hardware (adding a new machine), and so forth. You will find
13 Understanding and Creating Layers
16 The OpenEmbedded build system supports organizing
21 ":ref:`overview-manual/yp-intro:the yocto project layer model`"
22 section in the Yocto Project Overview and Concepts Manual.
25 -----------------------
30 build system, as the Yocto Project ships with tools that speed up creating
33 layer-creation tools, see the
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/overview-manual/
H A Dyp-intro.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
11 developers create custom Linux-based systems that are designed for
13 Yocto Project provides a flexible toolset and a development environment
15 through shared technologies, software stacks, configurations, and best
19 provides advantages in both systems and applications development,
20 archival and management benefits, and customizations used for speed,
21 footprint, and memory utilization. The project is a standard when it
23 software customizations and build interchange for multiple hardware
24 platforms as well as software stacks that can be maintained and scaled.
26 .. image:: figures/key-dev-elements.png
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/
H A Dcommon.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 Common Tasks
7 This chapter presents several common tasks you perform when you work
11 kernel, iterative development, working with your own sources, and
12 incorporating out-of-tree modules.
17 2.4 Release and forward.
19 Preparing the Build Host to Work on the Kernel
22 Before you can do any kernel development, you need to be sure your build
24 set up, see the ":doc:`/dev-manual/start`" section in
28 ":ref:`dev-manual/start:cloning the \`\`poky\`\` repository`"
[all …]
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-tips.txt1 // -*- mode:doc; -*-
4 === Tips and tricks
6 [[package-name-variable-relation]]
7 ==== Package name, config entry name and makefile variable relationship
11 * the _package name_, which is the package directory name (and the
21 * the package directory and the +*.mk+ name are the _package name_
22 itself (e.g.: +package/foo-bar_boo/foo-bar_boo.mk+);
25 +foo-bar_boo+);
27 * the config entry is the upper case _package name_ with `.` and `-`
32 with `.` and `-` characters substituted with `_` (e.g.:
[all …]
H A Dcontribute.txt1 // -*- mode:doc; -*-
7 and fixing bugs, analyzing and fixing package build failures detected by
8 the autobuilders, testing and reviewing patches sent by other
9 developers, working on the items in our TODO list and sending your own
15 the main way of interacting with other Buildroot developers and to send
17 xref:community-resources[] for the subscription link.
21 source code tarball. Git is the easiest way to develop from and directly
22 send your patches to the mailing list. Refer to xref:getting-buildroot[]
25 === Reproducing, analyzing and fixing bugs
30 help in reproducing, analyzing and fixing reported bugs is more than
[all …]
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkselftest.rst8 and booting a kernel.
15 On some systems, hot-plug tests could hang forever waiting for cpu and
16 memory to be ready to be offlined. A special hot-plug target is created
17 to run the full range of hot-plug tests. In default mode, hot-plug tests run
18 in safe mode with a limited scope. In limited mode, cpu-hotplug test is
19 run on a single cpu as opposed to all hotplug capable cpus, and memory
20 hotplug test is run on 2% of hotplug capable memory instead of 10%.
23 userspace may wish to use the `Test Harness`_. Tests that need to be
24 run in kernel space may wish to use a `Test Module`_.
29 To build the tests::
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/
H A Dlib.mk1 # This mimics the top-level Makefile. We do it explicitly here so that this
17 # The following are built by lib.mk common compile rules.
19 # custom build rule and prevent common build rule use.
20 # TEST_PROGS are for test shell scripts.
21 # TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests
22 # and install targets. Common clean doesn't touch them.
36 # Invoke headers install with --no-builtin-rules to avoid circular
38 # make inherits builtin-rules which will use the rule generate
39 # Makefile.o and runs into
40 # "Circular Makefile.o <- prepare dependency dropped."
[all …]
/OK3568_Linux_fs/u-boot/tools/buildman/
H A DREADME3 # SPDX-License-Identifier: GPL-2.0+
8 Quick-start
11 If you just want to quickly set up buildman so you can build something (for
14 cd /path/to/u-boot
16 buildman --fetch-arch arm
17 buildman -k rpi_2
19 # u-boot.bin is the output image
25 This tool handles building U-Boot to check that you have not broken it
26 with your patch series. It can build each individual commit and report
27 which boards fail on which commits, and which errors come up. It aims
[all …]
/OK3568_Linux_fs/kernel/tools/testing/ktest/examples/include/
H A Ddefaults.conf2 # are most common to tests that are likely to be shared.
9 # and a 32 bit version. The MACHINE is the DNS name to get to the
15 # By default, BOX and MACHINE are the same.
30 # THIS_DIR is used through out the configs and defaults to ${PWD} which
40 # Reset the log before running each test.
53 # and run a script called 'run-test' located on that box.
54 TEST = ${SSH} run-test
56 # Point build dir to the git repo you use
59 # Each machine will have its own output build directory.
60 OUTPUT_DIR = ${THIS_DIR}/build/${MACHINE}
[all …]
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A DREADME.md2 Stressful Application Test (or stressapptest, its unix name) is a memory interface test.
3and I/O, with the intent of creating a realistic high load situation in order to test the existing…
7 Discussion group: https://groups.google.com/d/forum/stressapptest-discuss
14 ./stressapptest -s 20 -M 256 -m 8 -W # Test 256MB, running 8 "warm copy" threads. Exit after 20 …
15 ./stressapptest --help # list the available arguments.
17 Common arguments
18 * -M mbytes : megabytes of ram to test (auto-detect all memory available)
19 * -s seconds : number of seconds to run (20)
20 * -m threads : number of memory copy threads to run (auto-detect to number of CPUs)
21 * -W : Use more CPU-stressful memory copy (false)
[all …]
/OK3568_Linux_fs/external/xserver/debian/patches/
H A D02_kbsd-input-devd.diff4 Subject: [PATCH] Add devd config backend for FreeBSD (and GNU/kFreeBSD)
7 by Koop Mast and myself.
9 Signed-off-by: Robert Millan <rmh@freebsd.org>
11 v2 - Emilio Pozuelo Monfort <pochu@debian.org>
13 - Ported to NotifyFd API.
14 ---
16 config/config-backends.h | 5 +
20 hw/xfree86/common/xf86Config.c | 7 +-
21 hw/xfree86/common/xf86Globals.c | 3 +-
22 include/dix-config.h.in | 3 +
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst1 .. SPDX-License-Identifier: CC-BY-2.5
4 Syntax and Operators
11 describes the available syntax and operators as well as provides
20 ----------------------
53 ----------------------------
58 - Customize a recipe that uses the variable.
60 - Change a variable's default value used in a ``*.bbclass`` file.
62 - Change the variable in a ``*.bbappend`` file to override the variable
65 - Change the variable in a configuration file so that the value
69 originally assigned and also on the desired intent of the change. In
[all …]
/OK3568_Linux_fs/docs/en/RK3566_RK3568/
H A DRK3566_RK3568_Linux4.19_SDK_Note.md3 ---
9 ---
17 - Update Debian10 to Debian11
18 - Update Yocto3.4 to Yocto4.0
19 - Update Buildroot 2018 to Buildroot2021
20 - Update Kernel4.19 with rockchip inside
22 2 SDK optimization and adjustment
24 - Reconstruct SDK configuration compilation mechanism
25 - Adjusting the compilation mechanism of the wifibt module
26 - Import a new version of Camera rkaiq to optimize its functionality and performance
[all …]
/OK3568_Linux_fs/docs/cn/RK3566_RK3568/
H A DRK3566_RK3568_Linux4.19_SDK_Note.md3 ---
9 ---
17 - Update Debian10 to Debian11
18 - Update Yocto3.4 to Yocto4.0
19 - Update Buildroot 2018 to Buildroot2021
20 - Update Kernel4.19 with rockchip inside
22 2 SDK optimization and adjustment
24 - Reconstruct SDK configuration compilation mechanism
25 - Adjusting the compilation mechanism of the wifibt module
26 - Import a new version of Camera rkaiq to optimize its functionality and performance
[all …]
/OK3568_Linux_fs/buildroot/package/dillo/
H A D0004-fix-build-with-gcc-10.patch1 fix build with gcc 10
3 gcc 10 is now defaulting to -fno-common resulting in the following build
6-buildroot-test/scripts/instance-0/output-1/host/bin/arm-buildroot-linux-gnueabihf-gcc -D_LARGEFI…
7-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../.…
8-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../.…
9-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../.…
10-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../.…
11-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../.…
12-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../.…
13-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../.…
[all …]
/OK3568_Linux_fs/yocto/poky/meta/conf/
H A Ddocumentation.conf1 # this file holds documentation for known keys, possible values and
2 # their meanings. Please update, correct and extend this documentation.
3 # Mail your changes to openembedded-devel@openembedded.org
8 do_build[doc] = "Default task for a recipe - depends on all other normal tasks required to 'build' …
9 do_bundle_initramfs[doc] = "Combines an initial ramdisk image and kernel together to form a single …
12 do_cleanall[doc] = "Removes all output files, shared state cache, and downloaded source files for a…
13 do_cleansstate[doc] = "Removes all output files and shared state cache for a target"
16 do_compile_ptest_base[doc] = "Compiles the runtime test suite included in the software being built"
17 do_configure[doc] = "Configures the source by enabling and disabling any build-time and configurati…
18 do_configure_ptest_base[doc] = "Configures the runtime test suite included in the software being bu…
[all …]

12345678910>>...23