summaryrefslogtreecommitdiff
path: root/meta/lib/oe
AgeCommit message (Expand)AuthorFiles
2016-06-12oe/distro_check.py: Fixes for python3Aníbal Limón1
2016-06-12lib/oe/terminal.py: decode bytes variable before rstrip/splitLeonardo Sandoval1
2016-06-06oe/lib/pacakge_manager.py: Update missing pipeline decodingMariano Lopez1
2016-06-05lib/oe/package_manager: adapt for Python 3Ross Burton1
2016-06-03lib/oe/buildhistory_analysis: fix for Python 3Joshua Lock1
2016-06-02distro_check.py: Don't mix tabs and spacesJussi Kukkonen1
2016-06-02buildhistory_analysis: Convert stream data (bytes) to stringsLeonardo Sandoval1
2016-06-02classes/lib: Complete transition to python3Richard Purdie14
2016-06-02scripts: Fix encoding errors for python3Ed Bartosh1
2016-06-02scripts: Fix deprecated dict methods for python3Ed Bartosh1
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