summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* package_manager.py: fix the message used to catch failing postinsts from dnfAlexander Kanavin2018-11-221-1/+1
* lib/oe/package_manager: Avoid race problems when calling list_pkgs()Richard Purdie2018-11-161-5/+8
* locale: Allow usage of cross-localedef for ARCAlexey Brodkin2018-11-141-0/+2
* package_manager.py: correct the deploydir when packagefeed-stability inheritedMingli Yu2018-10-281-1/+4
* package_manager: handle remove() with no packagesRoss Burton2018-10-181-1/+8
* package_manager: implement PACKAGE_EXCLUDE for opkgRoss Burton2018-10-181-1/+5
* rootfs: possibility to add packages to debug rootfsAndrej Valek2018-10-181-0/+10
* lib/oe/utils: add eol to format_pkg_list()grygorii tertychnyi via Openembedded-core2018-10-111-1/+7
* rootfs.py: Install -src packages when PACKAGE_DEBUG_SPLIT_STYLE is "debug-wit...Joshua Watt2018-09-251-0/+4
* rootfs: always update the opkg indexIoan-Adrian Ratiu2018-09-251-3/+2
* lib/oe/elf.py: Add LatticeMico32 architecture definitionNathan Rossi2018-09-211-0/+1
* package_manager: use normalized path when doing the filtered copyMax Krummenacher2018-09-211-0/+1
* insane: Recognise BPF as a valid EM_MACHINE typeKhem Raj2018-09-131-1/+2
* oe/utils.py: Add vartrue()Robert Yang2018-09-131-0/+8
* populate_base_sdk: Stop running gcc --version all the timeRichard Purdie2018-09-051-1/+4
* package_manager.py: add noarch to buildarch_compatKai Kang2018-09-051-1/+3
* lib/oe/package_manager: turn postinst failure warnings into bitbake failuresAlexander Kanavin2018-09-041-15/+7
* lib/oe/patch.py: Clean up getstatusoutput usageRobert Yang2018-08-231-1/+2
* lib/oe/gpg_sign.py: Clean up getstatusoutput usageRobert Yang2018-08-231-10/+5
* lib/oe/utils: Fix get_multilib_datastore to work for original tuneRichard Purdie2018-08-231-0/+3
* lib/oe/package.py: use bb.utils.break_hardlinks helperRasmus Villemoes2018-08-231-1/+1
* oe.package_manager: support loading intercepts from multiple pathsChristopher Larson2018-08-161-6/+13
* package_manager: Add definitions for riscv machinesRichard Purdie2018-08-151-0/+2
* sstate/lib.oe.path: Ensure file sparseness is preservedRichard Purdie2018-08-151-2/+2
* package_manager/sdk: Use filtered copies of the deploy ipk/deb directoriesRichard Purdie2018-08-153-9/+27
* package_manager: Remove rpm specific pieces of create_packages_dir()Richard Purdie2018-08-151-13/+11
* image: Add locale archive optimisationRichard Purdie2018-08-152-47/+53
* lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+Khem Raj2018-08-141-2/+7
* package: skip strip on signed kernel modulesfoocampo2018-08-091-4/+16
* multiconfig: Enable multiconfig dependencies on oe-coreAlejandro Enedino Hernandez Samaniego2018-08-011-1/+8
* lib/oe: split out machine to ELF data dictionaryRoss Burton2018-07-261-0/+127
* logging: use warning instead warnChen Qi2018-07-261-3/+3
* lib/oe/utils: Drop now unused multiprocess_execRichard Purdie2018-07-241-34/+0
* package/package_manager: multiprocess_exec -> multiprocess_launchRichard Purdie2018-07-242-13/+5
* package: Call file to determine elf status in parallelRichard Purdie2018-07-241-6/+12
* package: Refactor to remove isElf/is_elf function duplicationRichard Purdie2018-07-241-30/+43
* package: Don't use subshell to execute fileRichard Purdie2018-07-241-6/+2
* utils: Add multiprocess_launch API and testcaseRichard Purdie2018-07-241-0/+70
* classes/buildhistory: handle packaged files with names containing spacesPaul Eggleton2018-07-181-4/+12
* lib/oe/buildhistory_analysis: drop related field featurePaul Eggleton2018-07-181-26/+0
* oe/copy_buildsystem.py: add SDK_LAYERS_EXCLUDE_PATTERNRobert Yang2018-07-091-0/+18
* sstatesig: Remove trailing whitespaceJoshua Watt2018-07-061-1/+1
* oe.types.boolean: treat None as FalseBinghua Guan2018-07-051-1/+4
* oe.path: add which_wild functionChristopher Larson2018-07-041-0/+34
* lib/oe/sstatesig: Fix task mappings from multilib<->non-multilib contextsRichard Purdie2018-07-021-0/+6
* lib/oe/utils: Improve get_multilib_datastoreRichard Purdie2018-07-021-3/+9
* postinst-intercepts: do not execute any variant of delay_to_first_bootJoe Slater2018-07-021-1/+2
* oe/types: Allow boolean to accept an existing booleanRichard Purdie2018-06-211-0/+2
* package_manager.py: rework postinst_intercept failuresAlexander Kanavin2018-06-182-9/+22
* rootfs.py: for dpkg/opkg, don't install postinsts if package management is pr...Stefan Agner2018-06-181-0/+3