aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib
AgeCommit message (Expand)Author
2018-09-21lib/oe/elf.py: Add LatticeMico32 architecture definitionNathan Rossi
2018-09-21package_manager: use normalized path when doing the filtered copyMax Krummenacher
2018-09-13oeqa/selftest/recipetool: fix non-determinism in cmake testRoss Burton
2018-09-13oeqa/selftest/runtime_test: Ensure we build/use gnupg-nativeRichard Purdie
2018-09-13insane: Recognise BPF as a valid EM_MACHINE typeKhem Raj
2018-09-12statetests.py: drop test_sstate_allarch_samesigs_multilibKai Kang
2018-09-12oe/utils.py: Add vartrue()Robert Yang
2018-09-05populate_base_sdk: Stop running gcc --version all the timeRichard Purdie
2018-09-05package_manager.py: add noarch to buildarch_compatKai Kang
2018-09-04oeqa/selftest/runtime_test: Fix runtime_test.TestImage.test_testimage_install...Richard Purdie
2018-08-30oeqa/runtime/dnf: Make sure test_dnf_install does not skippedYeoh Ee Peng
2018-08-30oeqa/sdk: fixes related to hasPackage semanticsChen Qi
2018-08-30sdk/buldgalculator.py: check against multilib for gtk+3Chen Qi
2018-08-30sdk/context.py: add ability to check for multilib version of target packageChen Qi
2018-08-30lib/oe/package_manager: turn postinst failure warnings into bitbake failuresAlexander Kanavin
2018-08-28selftest/package: Add package separated debug symbols hardlink testHongxu Jia
2018-08-23oeqa/core/decorator: add skipIfInDataVarRichard Leitner
2018-08-23lib/oe/patch.py: Clean up getstatusoutput usageRobert Yang
2018-08-23lib/oe/gpg_sign.py: Clean up getstatusoutput usageRobert Yang
2018-08-23lib/oe/utils: Fix get_multilib_datastore to work for original tuneRichard Purdie
2018-08-23lib/oe/package.py: use bb.utils.break_hardlinks helperRasmus Villemoes
2018-08-23oeqa/runtime/ldd: Clean up testRichard Purdie
2018-08-23oeqa/runner: Print any errors/failures earlyRichard Purdie
2018-08-23oeqa/runner: Use the proper logger functions instead of print()Richard Purdie
2018-08-23oeqa/context: Only set buffer mode for non-concurrent testsRichard Purdie
2018-08-23oeqa/concurrencytest: Ensure subunit streams are flushed at exitRichard Purdie
2018-08-21assimp.py: fix AttributeError in tearDownClassChen Qi
2018-08-19kernel-devsrc: restructure for out of tree (and on target) module buildsBruce Ashfield
2018-08-16runtime selftest: limit kernel hw bp archesHongzhi.Song
2018-08-16runtime selftest: test_trace_events_sample of ksample.pyHongzhi.Song
2018-08-16oe.package_manager: support loading intercepts from multiple pathsChristopher Larson
2018-08-15package_manager: Add definitions for riscv machinesRichard Purdie
2018-08-15selftest/package: Improve test to cover sparseness and hardlinking from sstateRichard Purdie
2018-08-15sstate/lib.oe.path: Ensure file sparseness is preservedRichard Purdie
2018-08-15selftest: Replace bitbake -p with bitbake -eRichard Purdie
2018-08-15package_manager/sdk: Use filtered copies of the deploy ipk/deb directoriesRichard Purdie
2018-08-15package_manager: Remove rpm specific pieces of create_packages_dir()Richard Purdie
2018-08-15image: Add locale archive optimisationRichard Purdie
2018-08-15selftest/package: Add test to ensure sparse files are preservedRichard Purdie
2018-08-14parselogs.py: output correct log locationChen Qi
2018-08-14oeqa/esdk/devtool: Drop OETestDepends usageRichard Purdie
2018-08-10lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+Khem Raj
2018-08-10oeqa/sdk/buildgalculator: check for nativesdk-gettext-devRoss Burton
2018-08-09package: skip strip on signed kernel modulesfoocampo
2018-08-08context.py: Do not mask exceptions needlessly.Paulo Neves
2018-08-08oe_syslog.py: fix for syslog-ngChen Qi
2018-08-07selftest/package: Fix hardlink test when using sstateRichard Purdie
2018-08-07oeqa/sdk: add test that CMake worksRoss Burton
2018-08-01multiconfig: Enable multiconfig dependencies on oe-coreAlejandro Enedino Hernandez Samaniego
2018-07-31oe-selftest: devtool: avoid parallel races by using temporary copy of corePaul Eggleton