aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
AgeCommit message (Expand)Author
2018-11-22terminal: Cope with unreleased versions of tmuxMike Crowe
2018-11-21package_manager.py: fix the message used to catch failing postinsts from dnfAlexander Kanavin
2018-11-16lib/oe/package_manager: Avoid race problems when calling list_pkgs()Richard Purdie
2018-11-13locale: Allow usage of cross-localedef for ARCAlexey Brodkin
2018-10-28package_manager.py: correct the deploydir when packagefeed-stability inheritedMingli Yu
2018-10-18package_manager: handle remove() with no packagesRoss Burton
2018-10-18package_manager: implement PACKAGE_EXCLUDE for opkgRoss Burton
2018-10-18rootfs: possibility to add packages to debug rootfsAndrej Valek
2018-10-11lib/oe/utils: add eol to format_pkg_list()grygorii tertychnyi via Openembedded-core
2018-09-25rootfs.py: Install -src packages when PACKAGE_DEBUG_SPLIT_STYLE is "debug-wit...Joshua Watt
2018-09-25rootfs: always update the opkg indexIoan-Adrian Ratiu
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-13insane: Recognise BPF as a valid EM_MACHINE typeKhem Raj
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-08-30lib/oe/package_manager: turn postinst failure warnings into bitbake failuresAlexander Kanavin
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-16oe.package_manager: support loading intercepts from multiple pathsChristopher Larson
2018-08-15package_manager: Add definitions for riscv machinesRichard Purdie
2018-08-15sstate/lib.oe.path: Ensure file sparseness is preservedRichard 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-10lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+Khem Raj
2018-08-09package: skip strip on signed kernel modulesfoocampo
2018-08-01multiconfig: Enable multiconfig dependencies on oe-coreAlejandro Enedino Hernandez Samaniego
2018-07-26lib/oe: split out machine to ELF data dictionaryRoss Burton
2018-07-26logging: use warning instead warnChen Qi
2018-07-24lib/oe/utils: Drop now unused multiprocess_execRichard Purdie
2018-07-24package/package_manager: multiprocess_exec -> multiprocess_launchRichard Purdie
2018-07-24package: Call file to determine elf status in parallelRichard Purdie
2018-07-24package: Refactor to remove isElf/is_elf function duplicationRichard Purdie
2018-07-24package: Don't use subshell to execute fileRichard Purdie
2018-07-24utils: Add multiprocess_launch API and testcaseRichard Purdie
2018-07-18classes/buildhistory: handle packaged files with names containing spacesPaul Eggleton
2018-07-18lib/oe/buildhistory_analysis: drop related field featurePaul Eggleton
2018-07-07oe/copy_buildsystem.py: add SDK_LAYERS_EXCLUDE_PATTERNRobert Yang
2018-07-06sstatesig: Remove trailing whitespaceJoshua Watt
2018-07-05oe.types.boolean: treat None as FalseBinghua Guan
2018-07-02oe.path: add which_wild functionChristopher Larson
2018-07-02lib/oe/sstatesig: Fix task mappings from multilib<->non-multilib contextsRichard Purdie
2018-07-02lib/oe/utils: Improve get_multilib_datastoreRichard Purdie
2018-07-02postinst-intercepts: do not execute any variant of delay_to_first_bootJoe Slater
2018-06-21oe/types: Allow boolean to accept an existing booleanRichard Purdie
2018-06-18package_manager.py: rework postinst_intercept failuresAlexander Kanavin