summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
...
* lib/oe/recipeutils: split out patch_recipe_lines()Paul Eggleton2016-06-011-5/+18
* lib/oe/package_manager.py: Add pkgpath to dict returned by package_infoMariano Lopez2016-05-301-17/+24
* package_manager: no need to output Note: in bb.note() callsRoss Burton2016-05-221-8/+8
* meta: Update to modern exception syntaxRichard Purdie2016-05-213-3/+3
* meta/scripts: python3: rename file -> openRichard Purdie2016-05-212-4/+4
* meta/selftest/scripts: Use print function for python3 compatibilityRichard Purdie2016-05-212-2/+2
* lib/oe/rootfs: Fix DEBUGFS generation, without opensslAnders Darander2016-05-201-0/+2
* rootfs.py: Unify _log_check_warn() and _log_check_error()Peter Kjellerstedt2016-05-191-38/+14
* rootfs.py: Reduce spam from _log_check_warn()Peter Kjellerstedt2016-05-191-2/+9
* rootfs.py: Exclude lines in _log_check_warn() as wellPeter Kjellerstedt2016-05-191-4/+15
* rootfs.py: Use one way to exclude lines in _log_check_error()Peter Kjellerstedt2016-05-191-13/+12
* rootfs.py: Simplify the regular expression used in _log_check_warn()Peter Kjellerstedt2016-05-191-2/+2
* rootfs.py: Remove _log_check_error() from the RpmRootfs classPeter Kjellerstedt2016-05-191-26/+3
* Revert "rootfs.py: add more info to the warning message"Peter Kjellerstedt2016-05-191-1/+0
* package_manager.py: Add extract() method for RPM package managerMariano Lopez2016-05-141-0/+85
* package_manager.py: Add extract() method for opkg and dpkgMariano Lopez2016-05-141-6/+134
* package_manager.py: Move opkg_query() outside of Indexer classMariano Lopez2016-05-141-53/+51
* lib/classextend: Fix determinism issueRichard Purdie2016-05-111-1/+3
* lib/oe/rootfs: Fix DEBUGFS generation for opkg & openssl-cnfAnders Darander2016-05-111-1/+1
* recipetool: create: fix picking up false npm package directoriesPaul Eggleton2016-05-061-1/+1
* sdk.py: preserve packaging data when SDKIMAGE_FEATURES has "package-management"Denys Dmytriyenko2016-04-291-4/+14
* lib/oe/rootfs: Fix DEBUGFS generation when using opkgRichard Purdie2016-04-291-2/+2
* devtool: update-recipe: handle where SRC_URI is appended to with +=Paul Eggleton2016-04-151-3/+4
* devtool: don't copy .git when building the eSDKStephano Cetola2016-04-141-1/+1
* npm.bbclass: Stop packagenames containing underscores from being generatedBrendan Le Foll2016-04-141-1/+1
* rootfs.py: apply ROOTFS_POSTINSTALL_COMMAND to all package formatsBill Randle2016-04-141-2/+3
* lib/oe/lsb: sanitise the distro identifierRoss Burton2016-04-131-0/+5
* sstatesig.py: Add a method to "unlock" recipesRandy Witt2016-04-091-1/+23
* sstatesig.py: Improve the SIGGEN_LOCKEDSIGS_TASKSIG_CHECK messageRandy Witt2016-04-091-5/+7
* sstatesig.py: Split single locked sigs check into multiple checksRandy Witt2016-04-091-6/+21
* package_manager.py: better error handling in opkg's package listingPatrick Ohly2016-04-051-6/+9
* oe/patch: print cleaner error message when patch fails to applyMarkus Lehtonen2016-04-031-5/+9
* oe/patch: more detailed error reportingMarkus Lehtonen2016-04-031-3/+5
* lib/oe/packagedata: Add import osRichard Purdie2016-04-011-0/+1
* image.bbclass: Make unneeded packages for a read-only rootfs configurablePeter Kjellerstedt2016-03-311-18/+5
* sstatesig: Ensure we keep native depends for allarch recipesRichard Purdie2016-03-291-1/+1
* lib/oe/qa: add method to check if static or dynamic linkedRoss Burton2016-03-261-5/+39
* gpg_sign.py: get rid of pexpectRobert Yang2016-03-251-18/+6
* lib/package_manager: remove RPM4 support codeJoshua Lock2016-03-201-56/+38
* package_manager.py: Fix race condition in OpkgIndexer.write_index()Mariano Lopez2016-03-121-4/+4
* sign_package_feed: add feed signature typeIoan-Adrian Ratiu2016-03-111-2/+8
* package_manager: sign IPK package feedsIoan-Adrian Ratiu2016-03-111-2/+12
* gpg_sign: export_pubkey: add signature type supportIoan-Adrian Ratiu2016-03-111-2/+4
* gpg_sign: detach_sign: fix gpg > 2.1 STDIN file descriptorIoan-Adrian Ratiu2016-03-111-0/+16
* gpg_sign: add local ipk package signing functionalityIoan-Adrian Ratiu2016-03-111-12/+26
* recipetool: create: split npm module dependencies into packagesPaul Eggleton2016-03-091-0/+32
* lib/sstatesig: skip shared_workdir when checking locked sigsJoshua Lock2016-03-091-0/+2
* rpm: Uprev to rpm-5.4.16 (pre) and rpm-5.4+cvs to current CVS headMark Hatle2016-03-091-5/+9
* insane/prelink: Handle nonstandard library pathsRichard Purdie2016-03-071-0/+11
* devtool: add build-sdk subcommandPaul Eggleton2016-03-071-6/+53