aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
AgeCommit message (Expand)Author
2019-01-21classes/sstate: Update output hashJoshua Watt
2019-01-14meta: Fix Deprecated warnings from regexsRichard Purdie
2019-01-14lib/sstatesig: Update to longer sha256 hash lengthRichard Purdie
2019-01-14rpm: produce sane amount of logging when creating a rootfsAlexander Kanavin
2019-01-14ccache.bbclass: Refactor it to make it more reliableRobert Yang
2019-01-11sdk: Fix SDKIMAGE_LINGUAS handlingRichard Weinberger
2019-01-07oeqa: Fix for QEMU_USE_KVMRobert Yang
2019-01-07sstate: Implement hash equivalence sstateJoshua Watt
2018-12-26base.bbclass, classextend.py: Drop catering to gcc-initialKhem Raj
2018-12-15oe: Fix opkg status list parse - Missing postinstRaul Martins
2018-12-15lib/oe/elf.py: Add powerpc64 architecture definition for muslSerhey Popovych
2018-12-15lib/oe/recipeutils: Add a new function to mimic do_checkpkgRichard Purdie
2018-12-14lib/oe/utils: Set stderr for host_gcc_version()Robert Yang
2018-12-05lib/oe/utils: Improve multiprocess_lauch exception handlingRichard Purdie
2018-12-03lib/oe/recipeutils: drop obsolete functionsPaul Eggleton
2018-12-03lib/oe/recipeutils: patch_recipe(): fix replacing varflag valuesPaul Eggleton
2018-12-03lib/oe/recipeutils: patch_recipe(): fix handling of values across includes/cl...Paul Eggleton
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