aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
AgeCommit message (Expand)Author
2017-04-11buildhistory-diff: add option to compare actual signature differencesPaul Eggleton
2017-04-11buildhistory-diff: add option to compare task signature listPaul Eggleton
2017-04-11classes/buildhistory: write out task signatures on every buildPaul Eggleton
2017-04-11package_manager.py: Split feed_archs for RPM repo URIsIan.Arkver
2017-04-11classutils.py: deterministic sortingJuro Bystricky
2017-04-08lib/oe/sstatesig: avoid reporting duplicate siginfo files from sstatePaul Eggleton
2017-04-08lib/oe/sstatesig: fix finding native siginfo files in sstate-cachePaul Eggleton
2017-03-23package_manager.py: respect OPKGLIBDIRMartin Jansa
2017-03-23rootfs.py: Respect OPKGLIBDIR variableMartin Jansa
2017-03-22sign_rpm.bbclass: do not set/use RPM_GPG_PUBKEYAlexander Kanavin
2017-03-21meta: replace uses of bb.data.expand(VARNAME, d) with d.expand(VARNAME)Joshua Lock
2017-03-17oe/path.py: fix for "Argument list too long"Robert Yang
2017-03-17package_manager: fix "exlcude" vs. "exclude" typoPaul Gortmaker
2017-03-17dnf: add /usr/bin/dnf symlink that points to /usr/bin/dnf-2Alexander Kanavin
2017-03-17lib/oe/package_manager: import rpm signing key to rpmdbMarkus Lehtonen
2017-03-17rpm: add support for remote package feeds via PACKAGE_FEED_URIS variableAlexander Kanavin
2017-03-14package: Fix various rpmdeps relocation issuesRichard Purdie
2017-03-13run-postinsts: simplify the logic of whether to install it to imagesAlexander Kanavin
2017-03-13gpg_sign.py: fix signing of rpm files using gpgAlexander Kanavin
2017-03-13rootfs_rpm.bbclass: migrate image creation to dnfAlexander Kanavin
2017-03-13package_manager.py: improve the API for insert_feed_uris()Alexander Kanavin
2017-03-04lib/oe/package.py: remove @ from package nameAnders Darander
2017-03-01lib/oe/gpg_sign: fix rpm signing with gpg > 2.1Markus Lehtonen
2017-03-01lib/oe/gpg_sign: make gpg version a property of the signerMarkus Lehtonen
2017-03-01lib/oe/gpg_sign: sign rpm packages in chunks of 100Markus Lehtonen
2017-02-28kernel, license, sstate, rootfs.py: Remove deploy directory READMEMike Crowe
2017-02-23lib/oe/patch: Support xz-compressed patchesDominic Sacré
2017-02-15classes: Drop now unneeded update_data callsRichard Purdie
2017-02-09lib/oe/path: Add replace_absolute_symlinks functionRichard Purdie
2017-01-31meta: remove remaining True option to getVarFlag callsMing Liu
2017-01-23classes/oeqa: Replace subprocess.check_call() with check_output()Richard Purdie
2017-01-23package_manager: default to have scriptlet output captured in logChen Qi
2017-01-23oe/data: Add export2json functionAníbal Limón
2017-01-19lib/oe/utils: Add build_depends_string functionRichard Purdie
2017-01-19lib/oe/package_manager.py: Fix extract for ipk and debMariano Lopez
2017-01-16lib/oe/rootfs: reliably handle alternative symlinksAndré Draszik
2017-01-16rootfs: don't put /usr/lib/ssl and /etc into debugfsRoss Burton
2017-01-09lib/oe.sstatesig: make locked sig file consistentJianxun Zhang
2017-01-09lib/oe/path: add warning comment about oe.path.remove() with wildcarded filen...Paul Eggleton
2017-01-06meta/scripts: Various getVar/getVarFlag expansion parameter fixesRichard Purdie
2016-12-22lib/oe/utils: Drop python2 compatibility codeRichard Purdie
2016-12-17lib/oe/package_manager: bail if createrepo can't be foundRoss Burton
2016-12-16utils: Always use datastore's PATH for host_gcc_versionRoss Burton
2016-12-16meta: remove True option to getVarFlag callsJoshua Lock
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-12-16buildhistory-diff: report directory renamesEd Bartosh
2016-12-16uninative: rebuild uninative for gcc 4.8 and 4.9Ed Bartosh
2016-12-16oeqa: move lib/oe tests to oe-selftestRoss Burton
2016-12-14lib/oe/recipeutils: drop parse_recipe_simple()Paul Eggleton
2016-12-14classes/patch: move several functions to oe.patchPaul Eggleton