summaryrefslogtreecommitdiff
path: root/meta/lib
AgeCommit message (Expand)AuthorFiles
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-30oetest.py: Add support to copy unextracted packages for runtime testingMariano Lopez1
2016-05-30oetest.py: Add extract_packages() to RuntimeTestContext classMariano Lopez1
2016-05-30oetest.py: Add json file support to specify packages needed in runtime testsMariano Lopez1
2016-05-30oeqa/utils/package_manager.py: Add get_package_manager()Mariano Lopez1
2016-05-30oetest.py: Move getTests() outside loadTests() methodMariano Lopez1
2016-05-22package_manager: no need to output Note: in bb.note() callsRoss Burton1
2016-05-21meta: Update to modern exception syntaxRichard Purdie5
2016-05-21meta/scripts: python3: rename file -> openRichard Purdie2
2016-05-21meta/selftest/scripts: Use print function for python3 compatibilityRichard Purdie5
2016-05-21devtool: sdk-update: drop support for local updatesPaul Eggleton1
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-19oe-selftest: wic: add test_bmap test caseEd Bartosh1
2016-05-18oetest.py: Use the real ExportTestContext in exported testsMariano Lopez2
2016-05-18oetest.py: Add default pscmd to oeTestMariano Lopez1
2016-05-18oeqa/runexported.py: Remove host dumperMariano Lopez1
2016-05-18oeqa/oetest.py: Add class ExportTestContextMariano Lopez1
2016-05-16classes/oeqa: Update for print statements and file() -> open() for python3uninative-1.0Richard Purdie3
2016-05-16oeqa: Print function python3 fixesRichard Purdie4
2016-05-14oeqa/decorators: Use wraps consistentlyRichard Purdie1
2016-05-14selftest: add bmap testEd Bartosh1
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-11oeqa/lic-checksum: Update after recent LIC_FILES_CHKSUM changesRichard Purdie1
2016-05-11lib/classextend: Fix determinism issueRichard Purdie1
2016-05-09sshcontrol.py: Add methods to copy dirs and delete filesMariano Lopez1
2016-05-09lib/oe/rootfs: Fix DEBUGFS generation for opkg & openssl-cnfAnders Darander1
2016-05-06oeqa/selftest/buildoptions: remove buildhistory signature testRoss Burton1
2016-05-06recipetool: create: fix picking up false npm package directoriesPaul Eggleton1
2016-04-29oeqa/sstatetests: remove temporary DL_DIRs in noop_samesigsRoss Burton1
2016-04-29oeqa/sstatetests: add http_proxy to no-op hash testRoss Burton1
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-18oetest: make console output more verboseEd Bartosh1
2016-04-18lib/oeqa/selftest/base.py: Correct a reference to meta/lib/oeqa/selftestPeter Kjellerstedt1
2016-04-18ext-sdk-prepare.py: exclude do_rm_work from unexpected output; create unit testBill Randle1
2016-04-15oeqa/selftest/sstatetests: fix no-op sstate testRoss Burton1
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