aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
AgeCommit message (Expand)Author
2016-07-01lib/oe/package_manager: keep platform_extra and default_platform_extra lists ...Bill Randle
2016-06-23package_manager.py: specify tmpdir for opkgChen Qi
2016-06-21package_manager: Fix multilib package arch ordering issuesRichard Purdie
2016-06-12oe/distro_check.py: Fixes for python3Aníbal Limón
2016-06-12lib/oe/terminal.py: decode bytes variable before rstrip/splitLeonardo Sandoval
2016-06-06oe/lib/pacakge_manager.py: Update missing pipeline decodingMariano Lopez
2016-06-05lib/oe/package_manager: adapt for Python 3Ross Burton
2016-06-03lib/oe/buildhistory_analysis: fix for Python 3Joshua Lock
2016-06-02distro_check.py: Don't mix tabs and spacesJussi Kukkonen
2016-06-02buildhistory_analysis: Convert stream data (bytes) to stringsLeonardo Sandoval
2016-06-02classes/lib: Complete transition to python3Richard Purdie
2016-06-02scripts: Fix encoding errors for python3Ed Bartosh
2016-06-02scripts: Fix deprecated dict methods for python3Ed Bartosh
2016-06-02classes/lib: Update xrange -> range for python3Richard Purdie
2016-06-02classes/lib: Update to explictly create lists where neededRichard Purdie
2016-06-02classes/lib: Update to match python3 iter requirementsRichard Purdie
2016-06-02classes/lib: Update to use python3 command pipeline decodingRichard Purdie
2016-06-02classes/lib: Convert to use python3 octal syntaxRichard Purdie
2016-05-30lib/oe/recipeutils: fix insertion of variable valuesPaul Eggleton
2016-05-30lib/oe/recipeutils: patch_recipe_lines: allow omitting trailing newlinesPaul Eggleton
2016-05-30lib/oe/recipeutils: split out patch_recipe_lines()Paul Eggleton
2016-05-30lib/oe/package_manager.py: Add pkgpath to dict returned by package_infoMariano Lopez
2016-05-22package_manager: no need to output Note: in bb.note() callsRoss Burton
2016-05-21meta: Update to modern exception syntaxRichard Purdie
2016-05-21meta/scripts: python3: rename file -> openRichard Purdie
2016-05-21meta/selftest/scripts: Use print function for python3 compatibilityRichard Purdie
2016-05-20lib/oe/rootfs: Fix DEBUGFS generation, without opensslAnders Darander
2016-05-19rootfs.py: Unify _log_check_warn() and _log_check_error()Peter Kjellerstedt
2016-05-19rootfs.py: Reduce spam from _log_check_warn()Peter Kjellerstedt
2016-05-19rootfs.py: Exclude lines in _log_check_warn() as wellPeter Kjellerstedt
2016-05-19rootfs.py: Use one way to exclude lines in _log_check_error()Peter Kjellerstedt
2016-05-19rootfs.py: Simplify the regular expression used in _log_check_warn()Peter Kjellerstedt
2016-05-19rootfs.py: Remove _log_check_error() from the RpmRootfs classPeter Kjellerstedt
2016-05-19Revert "rootfs.py: add more info to the warning message"Peter Kjellerstedt
2016-05-14package_manager.py: Add extract() method for RPM package managerMariano Lopez
2016-05-14package_manager.py: Add extract() method for opkg and dpkgMariano Lopez
2016-05-14package_manager.py: Move opkg_query() outside of Indexer classMariano Lopez
2016-05-11lib/classextend: Fix determinism issueRichard Purdie
2016-05-09lib/oe/rootfs: Fix DEBUGFS generation for opkg & openssl-cnfAnders Darander
2016-05-06recipetool: create: fix picking up false npm package directoriesPaul Eggleton
2016-04-29sdk.py: preserve packaging data when SDKIMAGE_FEATURES has "package-management"Denys Dmytriyenko
2016-04-29lib/oe/rootfs: Fix DEBUGFS generation when using opkgRichard Purdie
2016-04-15devtool: update-recipe: handle where SRC_URI is appended to with +=Paul Eggleton
2016-04-14devtool: don't copy .git when building the eSDKStephano Cetola
2016-04-14npm.bbclass: Stop packagenames containing underscores from being generatedBrendan Le Foll
2016-04-14rootfs.py: apply ROOTFS_POSTINSTALL_COMMAND to all package formatsBill Randle
2016-04-13lib/oe/lsb: sanitise the distro identifierRoss Burton
2016-04-08sstatesig.py: Add a method to "unlock" recipesRandy Witt
2016-04-08sstatesig.py: Improve the SIGGEN_LOCKEDSIGS_TASKSIG_CHECK messageRandy Witt
2016-04-08sstatesig.py: Split single locked sigs check into multiple checksRandy Witt