summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* package_manager: Fix multilib package arch ordering issuesRichard Purdie2016-06-211-8/+4
* oe/distro_check.py: Fixes for python3Aníbal Limón2016-06-121-48/+34
* lib/oe/terminal.py: decode bytes variable before rstrip/splitLeonardo Sandoval2016-06-121-1/+1
* oe/lib/pacakge_manager.py: Update missing pipeline decodingMariano Lopez2016-06-071-2/+2
* lib/oe/package_manager: adapt for Python 3Ross Burton2016-06-051-2/+2
* lib/oe/buildhistory_analysis: fix for Python 3Joshua Lock2016-06-031-10/+10
* distro_check.py: Don't mix tabs and spacesJussi Kukkonen2016-06-021-2/+2
* buildhistory_analysis: Convert stream data (bytes) to stringsLeonardo Sandoval2016-06-021-1/+1
* classes/lib: Complete transition to python3Richard Purdie2016-06-0214-54/+47
* scripts: Fix encoding errors for python3Ed Bartosh2016-06-021-1/+4
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-021-2/+2
* classes/lib: Update xrange -> range for python3Richard Purdie2016-06-021-2/+2
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-0213-28/+28
* classes/lib: Update to match python3 iter requirementsRichard Purdie2016-06-025-9/+9
* classes/lib: Update to use python3 command pipeline decodingRichard Purdie2016-06-024-51/+53
* classes/lib: Convert to use python3 octal syntaxRichard Purdie2016-06-023-6/+6
* lib/oe/recipeutils: fix insertion of variable valuesPaul Eggleton2016-06-011-1/+1
* lib/oe/recipeutils: patch_recipe_lines: allow omitting trailing newlinesPaul Eggleton2016-06-011-6/+11
* 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