summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* gnupg: use native version for signing, rather than one provided by hostAlexander Kanavin2018-12-061-2/+6
* package.py: use single quotes for path passed to file in is_elf()Andre McCurdy2018-05-081-2/+1
* package.bbclass: Add '-b' option to file call in isELFMark Hatle2018-05-081-1/+1
* Revert "package.bbclass: Add '-b' option to file call in isELF"Andre McCurdy2018-05-081-1/+1
* package.bbclass: Add '-b' option to file call in isELFMark Hatle2018-05-031-1/+1
* package_manager.py: Skip gpgcheck while using dnf on targetManjukumar Matha2018-05-031-1/+1
* package-manager: add install_glob()Ross Burton2018-03-261-0/+23
* package_manager: improve install_complementaryRoss Burton2018-03-261-2/+2
* sdk: generate locale archive and remove packagesRoss Burton2018-03-261-2/+54
* sdk: only install locales if we're using glibcRoss Burton2018-03-261-0/+4
* sdk: install specified locales into SDKRoss Burton2018-03-261-0/+16
* package_manager.py: Explicit complementary failniko.mauno@vaisala.com2018-03-191-2/+2
* lib/oe/package_manager/sdk: Ensure do_populate_sdk_ext and do_populate_sdk re...Richard Purdie2018-01-222-5/+13
* lib/oe/patch: add missing importPaul Eggleton2018-01-061-0/+1
* package_manager: force dnf to refresh the cacheRoss Burton2018-01-061-1/+1
* lib/oe/recipeutils: fix line splitting in patch_recipe_*Paul Eggleton2017-12-041-0/+5
* lib/oe/recipeutils: fix find_layerdir() to return absolute pathsPaul Eggleton2017-12-041-1/+1
* lib/oe/sstatesig: fix wildcard matching wrong task signature filesPaul Eggleton2017-12-041-1/+1
* lib/oe/terminal.py: use an absolute path to execute oe-gnome-terminal-phonehomeMing Liu2017-12-041-1/+1
* lib/oe/package_manager.py (rpm): Allow use of non-signed packagesOtavio Salvador2017-10-071-3/+5
* license.py: Correct selection of licenses in is_included()Peter Kjellerstedt2017-10-071-5/+13
* package_manager: rpm: improve loggingMikko Ylinen2017-10-071-1/+3
* rootfs.py: remove update-alternatives correctlyMikko Ylinen2017-10-071-5/+12
* meta: drop True option to getVar callsMing Liu2017-09-261-1/+1
* meta/lib/oe/rootfs.py: clean up dnf cache after creating an imageAlexander Kanavin2017-09-221-1/+2
* rootfs: improve postinst intercept loggingRoss Burton2017-09-111-3/+4
* package_manager: Clean up horrible 'None' return valuesRichard Purdie2017-09-021-15/+4
* lib/oe/utils: Handle exceptions in multiprocess_execRichard Purdie2017-09-021-8/+13
* lib/oe/package: Improve filedeprunner subprocess handlingRichard Purdie2017-09-021-8/+3
* devtool: upgrade: workaround for recipes which apply patches conditional upon...Paul Eggleton2017-08-311-7/+28
* devtool: upgrade: fix handling of non-absolute pathsPaul Eggleton2017-08-311-3/+5
* package_manager.py: improve reproducibilityJuro Bystricky2017-08-311-1/+1
* signing-keys: do not use DISTRO_VERSION in key namesAlexander Kanavin2017-08-301-1/+1
* terminal.py: add support for mate-terminal in check_terminal_version()Andre McCurdy2017-08-271-0/+2
* terminal.py: fix devshell with mate-terminalAndre McCurdy2017-08-271-1/+1
* terminal.py: avoid 100% cpu while waiting for phonehome pid fileAndre McCurdy2017-08-271-1/+2
* package.py: strip_execs: Support for .ko modulesTobias Hagelborn2017-08-271-9/+14
* package.py: Fix some lint errorsTobias Hagelborn2017-08-271-10/+9
* gpg_sign: depress the owership warnings on homedirJia Zhang2017-08-241-6/+6
* oe/path.py: copyhardlinktree: don't overwrite existing symlinksIoan-Adrian Ratiu2017-08-231-1/+1
* devtool/copy_buildsystem: adds meta-skeleton layer in the eSDK installation.Juan M Cruz Alcaraz2017-08-191-0/+12
* copy_buildsystem: include layer tree during build structure creationAndrej Valek2017-08-181-0/+5
* sign_rpm: Allow pkg signing by chunks through RPM_GPG_SIGN_CHUNKLeonardo Sandoval2017-08-181-4/+4
* package.bbclass: Restore functionality to detect RPM dependenciesPeter Kjellerstedt2017-08-181-18/+42
* gpg_sign: perform rpm signing seriallyLeonardo Sandoval2017-08-171-3/+3
* package_manager.py: enable dnf's repo_gpgcheck if feed signing is enabledMarkus Lehtonen2017-08-161-2/+8
* lib/oe/package_manager: re-implement rpm feed signingMarkus Lehtonen2017-08-161-1/+13
* package_manager: Fix support for NO_RECOMMENDATONSRichard Röjfors2017-08-091-1/+1
* terminal: wait for terminal task to finish before proceddingLeonardo Sandoval2017-08-091-28/+30
* oe/copy_buildsystem: check_sstate_task_list also pop BBPATH from envAníbal Limón2017-07-211-0/+1