summaryrefslogtreecommitdiff
path: root/meta/lib/oe
AgeCommit message (Expand)AuthorFiles
2018-09-12oe/utils.py: Add vartrue()Robert Yang1
2018-09-05populate_base_sdk: Stop running gcc --version all the timeRichard Purdie1
2018-09-05package_manager.py: add noarch to buildarch_compatKai Kang1
2018-08-30lib/oe/package_manager: turn postinst failure warnings into bitbake failuresAlexander Kanavin1
2018-08-23lib/oe/patch.py: Clean up getstatusoutput usageRobert Yang1
2018-08-23lib/oe/gpg_sign.py: Clean up getstatusoutput usageRobert Yang1
2018-08-23lib/oe/utils: Fix get_multilib_datastore to work for original tuneRichard Purdie1
2018-08-23lib/oe/package.py: use bb.utils.break_hardlinks helperRasmus Villemoes1
2018-08-16oe.package_manager: support loading intercepts from multiple pathsChristopher Larson1
2018-08-15package_manager: Add definitions for riscv machinesRichard Purdie1
2018-08-15sstate/lib.oe.path: Ensure file sparseness is preservedRichard Purdie1
2018-08-15package_manager/sdk: Use filtered copies of the deploy ipk/deb directoriesRichard Purdie3
2018-08-15package_manager: Remove rpm specific pieces of create_packages_dir()Richard Purdie1
2018-08-15image: Add locale archive optimisationRichard Purdie2
2018-08-10lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+Khem Raj1
2018-08-09package: skip strip on signed kernel modulesfoocampo1
2018-08-01multiconfig: Enable multiconfig dependencies on oe-coreAlejandro Enedino Hernandez Samaniego1
2018-07-26lib/oe: split out machine to ELF data dictionaryRoss Burton1
2018-07-26logging: use warning instead warnChen Qi1
2018-07-24lib/oe/utils: Drop now unused multiprocess_execRichard Purdie1
2018-07-24package/package_manager: multiprocess_exec -> multiprocess_launchRichard Purdie2
2018-07-24package: Call file to determine elf status in parallelRichard Purdie1
2018-07-24package: Refactor to remove isElf/is_elf function duplicationRichard Purdie1
2018-07-24package: Don't use subshell to execute fileRichard Purdie1
2018-07-24utils: Add multiprocess_launch API and testcaseRichard Purdie1
2018-07-18classes/buildhistory: handle packaged files with names containing spacesPaul Eggleton1
2018-07-18lib/oe/buildhistory_analysis: drop related field featurePaul Eggleton1
2018-07-07oe/copy_buildsystem.py: add SDK_LAYERS_EXCLUDE_PATTERNRobert Yang1
2018-07-06sstatesig: Remove trailing whitespaceJoshua Watt1
2018-07-05oe.types.boolean: treat None as FalseBinghua Guan1
2018-07-02oe.path: add which_wild functionChristopher Larson1
2018-07-02lib/oe/sstatesig: Fix task mappings from multilib<->non-multilib contextsRichard Purdie1
2018-07-02lib/oe/utils: Improve get_multilib_datastoreRichard Purdie1
2018-07-02postinst-intercepts: do not execute any variant of delay_to_first_bootJoe Slater1
2018-06-21oe/types: Allow boolean to accept an existing booleanRichard Purdie1
2018-06-18package_manager.py: rework postinst_intercept failuresAlexander Kanavin2
2018-06-18rootfs.py: for dpkg/opkg, don't install postinsts if package management is pr...Stefan Agner1
2018-06-18populate_sdk_ext.bbclass: fix corebase identificationDamien Riegel1
2018-05-29package_manager.py: get rid of ROOTFS_RPM_DEBUG in RpmPM()Alexander Kanavin1
2018-05-22rootfs: only use dnf to cleanup if package management is enabledRoss Burton1
2018-05-22package_manager: expand the removal list for RPMRoss Burton1
2018-04-19package.py: use single quotes for path passed to file in is_elf()Andre McCurdy1
2018-04-18package.bbclass: Add '-b' option to file call in isELFMark Hatle1
2018-04-05sdk.py: run postinst interceptsAlexander Kanavin1
2018-04-05package_manager.py: do not hardcode the task name when referring to log filesAlexander Kanavin1
2018-04-05package_manager.py: move intercept running logic from rootfs class to Package...Alexander Kanavin2
2018-04-05package_manager.py: move postinst_intercept dir initialization from RootFS to...Alexander Kanavin2
2018-04-05package_manager.py: move target_rootfs property to common ancestor classAlexander Kanavin1
2018-04-05package_manager.py: Skip gpgcheck while using dnf on targetManjukumar Matha1
2018-04-03buildhistory_analysis.py: Check if RPROVIDES changed orderAmanda Brindle1