summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-12-04core/loader.py: fix regex to include all available test caseslsandov1/oe-selftest-isolationLeonardo Sandoval
Some test cases (see below) does not match with current regex, fix it accept all. eSDK.oeSDKExtSelfTest.test_image_generation_binary_feeds eSDK.oeSDKExtSelfTest.test_install_libraries_headers Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
2017-11-30parallel-oe-selftest.sh: runs oe-selftest in parallelLeonardo Sandoval
Parallelize oe-selftest execution using GNU/Parallel: for each test defined, a job will be launched and at any time at maximun of jobs will be executing (defaults to 4). Extra parameters can be given to parallel cmd after double dashes ('--'). Some cmd line examples: 1. Run all modules parallel-oe-selftest.sh 2. Run certaing modules and print results in order (see parallel man page for more info) echo wic bblayers | parallel-oe-selftest.sh -- --keep-order Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
2017-11-30scripts/oe-selftest: isolate oe-selftest executionLeonardo Sandoval
The main idea is to isolate the oe-selftest execution so neither the current build directory, configuration nor environment is use when executing the so called selftests. The approach uses 'oe-selftest' as a wrapper scripts with once all isolation setup is done, it calls 'scripts/lib/oe-selftest-internal', the latter is exactly what it is used to be oe-selftest. By isolation in this context, we mean the following: creation of a unique directory (base on PID), copying ALL metadata/files (those from OE-core and those layers defined on bblayers.conf) , re-initializes the environment (re-sources oe-init-build-env) and finally launches the the internal oe-selftest script. The new build directory (created by oe-init-build-env, on top of the isolated dir) has the same configuration data (local.conf, auto.conf, site.conf) as the current one. Also, the variables DL_DIR and SSTATE_DIR are passed to the new environment, effectively reusing these two directories and not impacting performance. This new wrapper allows to launch multiple 'oe-selftest -r XXX' jobs, each running a certain module/class/unittest, easily allowing tools like GNU parallel to run jobs in parallel (see scripts/contrib/parallel-oe-selftest.sh) [YOCTO #11429] Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
2017-11-10testimage: Ensure full logs are shown for failuresgportay/masterRichard Purdie
Currently, the fact an error message is shown means the rest of the task logs are suppressed. In this case we don't want that as it hides the real errors and useful information. Therefore override this behaviour. (From OE-Core rev: 7058ac23c5ce32fbdc4be6c05f85550e1fd9fe77) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09maintainers.inc: add Otavio Salvador for go-depAlexander Kanavin
(From OE-Core rev: f706448952c942d25ea96cda09a700d2c5c63520) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09maintainers.inc: add Khem Raj for libmnlAlexander Kanavin
(From OE-Core rev: 1f7ccccfba8d5895ecbd72898514d9f3d8fd79dc) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09glew: update to 2.1.0Alexander Kanavin
(From OE-Core rev: 2c45465c4f6ebfe67bd45071abcefac7265a1caf) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09atk: update to 2.26.0Alexander Kanavin
Remove --disable-glibtest as ./configure no longer has it. (From OE-Core rev: 97dbe812e5f964e2d25ae7e8014ca07b7bdc6318) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09at-spi2-atk: update to 2.26.0Alexander Kanavin
(From OE-Core rev: 8b69b8d0fc16c768f9005941bde6c2436b26ebe9) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09at-spi2-core: update to 2.26.0Alexander Kanavin
Drop 0001-nls.m4-Take-it-from-gettext-0.15.patch as it's now upstreamed. Remove --disable-xevie option: https://github.com/GNOME/at-spi2-core/commit/644096a28a47bdf5c6e0c34c9cd5b944df059925 (From OE-Core rev: f7c3b14238b7e2b84d5a972bc3dfda29de45ad3e) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09clutter-gtk-1.0: update to 1.8.4Alexander Kanavin
(From OE-Core rev: ac66754a84fa8317027861c2771434280a696395) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09librsvg: update to 2.40.19Alexander Kanavin
(From OE-Core rev: 326b2b838e57bfeb37651d838d74d64365d835fd) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09vte: update to 0.50.1Alexander Kanavin
(From OE-Core rev: c00f50e58d8db29243db2e9d29023635e381080c) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09libinput: update to 1.8.3Alexander Kanavin
Drop upstreamed patch. (From OE-Core rev: ba8606db1b8b6d51cf76d4fb0db39780a4a72056) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09fontconfig: update to 2.12.6Alexander Kanavin
Add a patch to avoid crashing under qemu. (From OE-Core rev: da1d9898e953207a7649dfa765dd37eea9baf55d) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09pango: update to 1.40.12Alexander Kanavin
(From OE-Core rev: ffe5c27179bd82a87ab632766e7050c2a2d134e6) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09libgudev: update to 232Alexander Kanavin
(From OE-Core rev: a78acdaff88250d99f04144d1a5a651ff7c4256f) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09hicolor-icon-theme: update to 0.17Alexander Kanavin
(From OE-Core rev: 07582f1d821a8821568382c274c55968db3374c8) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09gdk-pixbuf: update to 2.36.11Alexander Kanavin
Remove upstreamed 0001-queryloaders-Make-output-more-reproducible.patch Rebase fatal-loader.patch Add a patch to fix a libtiff detection issue. (From OE-Core rev: 057fadbaa9948fb26d99ffcbe68145658df64038) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09assimp: update to 4.0.1Alexander Kanavin
(From OE-Core rev: 8d3128811739c0ddcb3f062a9098d81b611da9e3) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09shared-mime-info: update to 1.9Alexander Kanavin
(From OE-Core rev: 5d1c0d9a54aff15ef5283cdfecc222405d2cf9ca) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09adwaita-icon-theme: update to 3.26.0Alexander Kanavin
(From OE-Core rev: 5f406687ca82a9f18feac6ed1dc70085208aceae) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09libsoup-2.4: update to 2.60.1Alexander Kanavin
(From OE-Core rev: 26aaaf8313a3361aafd8abdb0bc8a00d39958e3e) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09gsettings-desktop-schemas: update to 3.24.1Alexander Kanavin
(From OE-Core rev: 21f4914693626bf750ed9aa1fe71703c8faadae6) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09xdg-utils: update to 1.1.2Alexander Kanavin
(From OE-Core rev: 7b29829e072fa51b8cb24f31e44d60635a86e4e9) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09vulkan: update to 1.0.61.1Alexander Kanavin
(From OE-Core rev: 939e6ca27ca1f500bc3bbfdf4f7f893a57cc0820) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09freetype: update to 2.8.1Alexander Kanavin
(From OE-Core rev: 1d387edd3651062760acdf927d8bb0657747a18a) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09gtk+3: update to 3.22.24Alexander Kanavin
Rebase Jussi's GL patches. (From OE-Core rev: 7b23d5a7cbc536b9139f9f53baa1fbe4c50e2135) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09gtk-doc.bbclass: correctly make the list of directories with shared librariesAlexander Kanavin
Previously it was working only if only one shared library was found, and broke when there were several. (From OE-Core rev: a4da3957f4577f9826c73e1d23bcffe9ee96a7d4) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09sysprof: update to 3.26.1Alexander Kanavin
(From OE-Core rev: afd20828521332a398a92cc03fb12ea9ec1de33a) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09iso-codes: update to 3.76Alexander Kanavin
(From OE-Core rev: 5cbcd0c1bddda4dc6f0377ec2e35e728947966cb) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09boost: update to 1.65.1Alexander Kanavin
Add a patch to fix bjam-native compile error (due to mistyped variable name). Drop upstreamed patch. (From OE-Core rev: ba2d391d8268203895ab2f792f92b7fd92deeb45) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09ffmpeg: upgrade to 3.3.4Chen Qi
Upgrade ffmpeg to version 3.3.4. Version 3.3.4 is a bug fix version, and there's no new feature added. Compared to version 3.3.3, there are 57 new commits. These 57 commits are either bug fix or small tweaks. Drop CVE patches that were backported from 3.3.4. (From OE-Core rev: 234d9aaffc2b08846281247e5ba37b20fea1493d) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09libsolv: update to 0.6.29Alexander Kanavin
(From OE-Core rev: 9d0eadf0e0dad97c92a34062a6acf005922039e5) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09mpg123: update to 1.25.7Alexander Kanavin
(From OE-Core rev: 32569391c62c96fb133c6d92f32f474b2119ec2b) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09btrfs-tools: update to 4.13.2Alexander Kanavin
(From OE-Core rev: caf7310c93657af489096493f6cbad6439a7476c) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09vala: update to 0.38.2Alexander Kanavin
Valadoc has been merged into the main vala tree, so add necessary patches to disable it. (From OE-Core rev: 2c290f7253bba5ceb0d32e7d0b0ec0d0e81cc263) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09libxslt: update to 1.1.31Alexander Kanavin
Drop upstreamed patches, including pkg-config support patch, as upstream now does use pkg-config. configure.in is now configure.ac, adjust recipe accordingly. (From OE-Core rev: e9d487de8b5c03108c8c25c0365d5bd6b48f03e9) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09freetype: fix upstream version checkAlexander Kanavin
(From OE-Core rev: 29b0955c33fd905a5c1115e0c1e00b914e739c53) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09lz4: fix upstream version checkAlexander Kanavin
(From OE-Core rev: c6606acfe3a8c831de9b19749aaa61a3888aecbe) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09go-helloworld: add an acknowledgement of unknown upstream versionAlexander Kanavin
As upstream has no git tags. (From OE-Core rev: d853e588afbccf09ee65e077e0360de65b964a52) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09tcf-agent: latest upstream version is now knownAlexander Kanavin
So incorrect acknowledgement of it being unknown can be deleted. (From OE-Core rev: e76874db9599fd23188384db761813ec7e0d7c28) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09eudev: fix upstream version checkAlexander Kanavin
(From OE-Core rev: 5d9e109a14a2631ddfce1abcb0938f750c73ab23) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09libpfm4: remove the recipeAlexander Kanavin
It was required only by oprofile. (From OE-Core rev: 95b391e5f34b706ad5f1c7e4a8c82fb8a18f3c0b) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09oprofile: remove the recipeAlexander Kanavin
Perf is the preferred solution, and oprofile is difficult to maintain against musl. (From OE-Core rev: 5f470aed944c941b339652961a13266389288739) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09bitbake: tinfoil: Ensure we clean up loggersRichard Purdie
This is primarily paranoid but ensure we remove any loggers we setup either directly or indirectly so the initial state is restored after we exit. (Bitbake rev: af7d63b1f76fd3f7fa92ed15ae61ca47d9e13472) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09bitbake: event: Ensure we clean up loggersRichard Purdie
Whilst we're likely exiting in this case, clean up the loggers we add so that in the case of certain server retries there is no possibility multiple loggers stack up. (Bitbake rev: 25b7bf6672be66bcbfe5760610dce7d3e866cdcc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09oeqa/target/ssh: Drop command/output logging to debug levelRichard Purdie
This ensures the console is kept clear of confusing output but that the main logs contain good debugging information. (From OE-Core rev: caeb5dcfbd3c1d71f8e0eb78b3dd45d5ce349d25) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09oeqa: Clean up logger handlingRichard Purdie
The logger handling in oeqa was confused at best. This patch: a) Passes in a logger through various qemu runner pieces b) Uses that logger consistently in the code c) Creates a logger for QemuRunner outside the bitbake namespace meaning we don't conflict with the tinfoil logging changes The result of this is more consistency. For runtime tests in testimage, the logs always contain the debug info, nothing is shwon on the console. For the oe-selftests, logs are intercepted and only shown if the test fails. (From OE-Core rev: 4ff678137a55b93c9ba2cbffda34335ba859f704) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-09testimage: Pass the logger into OERuntimeTestContextExecutor.getTarget()Richard Purdie
I have no idea why we didn't do this but it means the code has nowhere to log to unless we do this. This means we can then use the logger to log data to the task logs. (From OE-Core rev: e241fb128840889acff79dbf3fae7bfaafcb5357) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>