summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* oeqa: Fix for QEMU_USE_KVMRobert Yang2019-01-081-0/+24
* sstate: Implement hash equivalence sstateJoshua Watt2019-01-081-0/+167
* base.bbclass, classextend.py: Drop catering to gcc-initialKhem Raj2018-12-261-1/+1
* oe: Fix opkg status list parse - Missing postinstRaul Martins2018-12-151-3/+15
* lib/oe/elf.py: Add powerpc64 architecture definition for muslSerhey Popovych2018-12-151-0/+1
* lib/oe/recipeutils: Add a new function to mimic do_checkpkgRichard Purdie2018-12-151-1/+52
* lib/oe/utils: Set stderr for host_gcc_version()Robert Yang2018-12-141-1/+2
* lib/oe/utils: Improve multiprocess_lauch exception handlingRichard Purdie2018-12-051-2/+3
* lib/oe/recipeutils: drop obsolete functionsPaul Eggleton2018-12-031-25/+0
* lib/oe/recipeutils: patch_recipe(): fix replacing varflag valuesPaul Eggleton2018-12-031-4/+12
* lib/oe/recipeutils: patch_recipe(): fix handling of values across includes/cl...Paul Eggleton2018-12-031-3/+68
* terminal: Cope with unreleased versions of tmuxMike Crowe2018-11-231-0/+2
* 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