summaryrefslogtreecommitdiff
path: root/meta/lib/oe
AgeCommit message (Expand)AuthorFiles
2016-06-02classes/lib: Update xrange -> range for python3Richard Purdie1
2016-06-02classes/lib: Update to explictly create lists where neededRichard Purdie13
2016-06-02classes/lib: Update to match python3 iter requirementsRichard Purdie5
2016-06-02classes/lib: Update to use python3 command pipeline decodingRichard Purdie4
2016-06-02classes/lib: Convert to use python3 octal syntaxRichard Purdie3
2016-05-30lib/oe/recipeutils: fix insertion of variable valuesPaul Eggleton1
2016-05-30lib/oe/recipeutils: patch_recipe_lines: allow omitting trailing newlinesPaul Eggleton1
2016-05-30lib/oe/recipeutils: split out patch_recipe_lines()Paul Eggleton1
2016-05-30lib/oe/package_manager.py: Add pkgpath to dict returned by package_infoMariano Lopez1
2016-05-22package_manager: no need to output Note: in bb.note() callsRoss Burton1
2016-05-21meta: Update to modern exception syntaxRichard Purdie3
2016-05-21meta/scripts: python3: rename file -> openRichard Purdie2
2016-05-21meta/selftest/scripts: Use print function for python3 compatibilityRichard Purdie2
2016-05-20lib/oe/rootfs: Fix DEBUGFS generation, without opensslAnders Darander1
2016-05-19rootfs.py: Unify _log_check_warn() and _log_check_error()Peter Kjellerstedt1
2016-05-19rootfs.py: Reduce spam from _log_check_warn()Peter Kjellerstedt1
2016-05-19rootfs.py: Exclude lines in _log_check_warn() as wellPeter Kjellerstedt1
2016-05-19rootfs.py: Use one way to exclude lines in _log_check_error()Peter Kjellerstedt1
2016-05-19rootfs.py: Simplify the regular expression used in _log_check_warn()Peter Kjellerstedt1
2016-05-19rootfs.py: Remove _log_check_error() from the RpmRootfs classPeter Kjellerstedt1
2016-05-19Revert "rootfs.py: add more info to the warning message"Peter Kjellerstedt1
2016-05-14package_manager.py: Add extract() method for RPM package managerMariano Lopez1
2016-05-14package_manager.py: Add extract() method for opkg and dpkgMariano Lopez1
2016-05-14package_manager.py: Move opkg_query() outside of Indexer classMariano Lopez1
2016-05-11lib/classextend: Fix determinism issueRichard Purdie1
2016-05-09lib/oe/rootfs: Fix DEBUGFS generation for opkg & openssl-cnfAnders Darander1
2016-05-06recipetool: create: fix picking up false npm package directoriesPaul Eggleton1
2016-04-29sdk.py: preserve packaging data when SDKIMAGE_FEATURES has "package-management"Denys Dmytriyenko1
2016-04-29lib/oe/rootfs: Fix DEBUGFS generation when using opkgRichard Purdie1
2016-04-15devtool: update-recipe: handle where SRC_URI is appended to with +=Paul Eggleton1
2016-04-14devtool: don't copy .git when building the eSDKStephano Cetola1
2016-04-14npm.bbclass: Stop packagenames containing underscores from being generatedBrendan Le Foll1
2016-04-14rootfs.py: apply ROOTFS_POSTINSTALL_COMMAND to all package formatsBill Randle1
2016-04-13lib/oe/lsb: sanitise the distro identifierRoss Burton1
2016-04-08sstatesig.py: Add a method to "unlock" recipesRandy Witt1
2016-04-08sstatesig.py: Improve the SIGGEN_LOCKEDSIGS_TASKSIG_CHECK messageRandy Witt1
2016-04-08sstatesig.py: Split single locked sigs check into multiple checksRandy Witt1
2016-04-05package_manager.py: better error handling in opkg's package listingPatrick Ohly1
2016-04-03oe/patch: print cleaner error message when patch fails to applyMarkus Lehtonen1
2016-04-03oe/patch: more detailed error reportingMarkus Lehtonen1
2016-03-31lib/oe/packagedata: Add import osRichard Purdie1
2016-03-31image.bbclass: Make unneeded packages for a read-only rootfs configurablePeter Kjellerstedt1
2016-03-29sstatesig: Ensure we keep native depends for allarch recipesRichard Purdie1
2016-03-25lib/oe/qa: add method to check if static or dynamic linkedRoss Burton1
2016-03-23gpg_sign.py: get rid of pexpectRobert Yang1
2016-03-20lib/package_manager: remove RPM4 support codeJoshua Lock1
2016-03-12package_manager.py: Fix race condition in OpkgIndexer.write_index()Mariano Lopez1
2016-03-11sign_package_feed: add feed signature typeIoan-Adrian Ratiu1
2016-03-11package_manager: sign IPK package feedsIoan-Adrian Ratiu1
2016-03-11gpg_sign: export_pubkey: add signature type supportIoan-Adrian Ratiu1