summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* rootfs.py: change the notice about deferring scripts to first boot from warni...Alexander Kanavin2018-01-301-1/+1
* meta/lib/oe/package_manager.py: deprecate 'exit 1' as a way to defer to first...Alexander Kanavin2018-01-301-0/+3
* meta/lib/oe/rootfs.py: do not execute defer_to_first_boot when processing pos...Alexander Kanavin2018-01-301-0/+4
* meta/lib/oe/rootfs.py: separate first boot deferral logic into a separate fun...Alexander Kanavin2018-01-301-16/+19
* oeqa/runtime: add gobject-introspection testRoss Burton2018-01-291-0/+15
* imagefeatures: disable f2fs from test_image_features by defaultSaul Wold2018-01-231-1/+1
* buildhistory_analysis: colourise more outputRoss Burton2018-01-231-2/+2
* lib/oe/package_manager/sdk: Ensure do_populate_sdk_ext and do_populate_sdk re...Richard Purdie2018-01-222-4/+11
* buildhistory-diff: add support for colourising the outputRoss Burton2018-01-181-5/+25
* selftest/cases/devtool.py: fix workspace layer checkingRobert Yang2018-01-141-1/+1
* gnupg: use native version for signing, rather than one provided by hostAlexander Kanavin2018-01-111-2/+6
* manifest.py: sort package listMichael Blättler2018-01-111-2/+2
* nativesdk/sdk: Update sdk dummy providersRichard Purdie2018-01-112-19/+0
* package_manager.py: remove obsolete MULTILIB_ARCHSRobert Yang2018-01-061-1/+1
* package_manager.py: print running dnf commandRobert Yang2018-01-061-0/+1
* oe/copy_buildsystem.py: make sure layer existsRobert Yang2018-01-061-1/+1
* bitbake.conf: Set AUTOREV to have a vardepvalueRichard Purdie2018-01-061-1/+37
* oeqa/runtime/buildcpio: Use our own mirror for sourceRichard Purdie2018-01-061-2/+1
* runtime/cases/ptest.py: fail when ptests fail on targetAlexander Kanavin2018-01-051-0/+8
* runtime/cases/ptest.py: do not require ptest-pkgs in IMAGE_FEATURES; run only...Alexander Kanavin2018-01-051-1/+4
* utils: Make get_multilib_datastore available from lib/oeRichard Purdie2018-01-041-0/+8
* core/loader.py: fix regex to include all available test casesLeonardo Sandoval2018-01-041-1/+1
* lib/oe/patch: add missing importPaul Eggleton2018-01-021-0/+1
* oeqa/qemu: remove elf image typeSaul Wold2018-01-021-1/+1
* oe-selftest: devtool: switch away from mkelfimagePaul Eggleton2018-01-021-3/+3
* rpm: update to 4.14.0Alexander Kanavin2018-01-021-1/+1
* oeqa/selftest/cases/wic: update OETestID decorator for test_qemuJoshua Lock2017-12-211-1/+1
* oeqa/selftest/buildoptions: Add test for fortran compiler buildingRichard Purdie2017-12-211-0/+14
* oeqa/selftest/archiver: Add test for srpm archiver mode dependenciesRichard Purdie2017-12-211-0/+13
* meta-selftest: wic: Add test for --use-uuid / --fsuuidTom Rini2017-12-181-2/+5
* targetcontrol.py: use oe.types.boolean for QEMU_USE_KVMRobert Yang2017-12-181-1/+3
* oe-selftest: devtool: fix test for changes in lzo recipePaul Eggleton2017-12-101-6/+10
* utils: qemurunner.py: cleanup grammar and ensure consistencyMark Asselstine2017-12-101-1/+1
* utils: qemurunner.py: Log both 'failed to reach login banner" reasonsMark Asselstine2017-12-101-2/+6
* utils: qemurunner.py: Add wall clock to 'timeout' loggingMark Asselstine2017-12-101-6/+14
* templates/layer.conf: remove backslash to enable bbappend settingChen Qi2017-12-101-1/+1
* lib/oe/utils: remove param_bool()Ross Burton2017-12-021-11/+0
* package_manager: force dnf to refresh the cacheRoss Burton2017-12-021-1/+1
* oeqa/selftest/runtime_test: simplify postinst testingRoss Burton2017-12-021-63/+19
* oeqa/commands: don't break if get_bb_vars is passed a tupleRoss Burton2017-12-021-1/+1
* distrodata.bbclass: make upstream version check more useful for git upstreamsAlexander Kanavin2017-11-301-26/+18
* qemurunner: Simplify binary data handlingRichard Purdie2017-11-211-12/+8
* devtool: finish: add dry-run optionPaul Eggleton2017-11-111-12/+36
* devtool: upgrade: handle recipes that use named SRC_URI checksumsPaul Eggleton2017-11-111-2/+11
* lib/oe/recipeutils: fix line splitting in patch_recipe_*Paul Eggleton2017-11-111-0/+5
* lib/oe/recipeutils: fix find_layerdir() to return absolute pathsPaul Eggleton2017-11-111-1/+1
* oeqa/runner: Pass the value of buffer, don't force to TrueRichard Purdie2017-11-111-1/+1
* oeqa: Markup further tests for stdout/stderr bufferingRichard Purdie2017-11-112-0/+4
* oeqa/target/ssh: Drop command/output logging to debug levelRichard Purdie2017-11-091-1/+1
* oeqa: Clean up logger handlingRichard Purdie2017-11-096-41/+26