[oe-commits] [openembedded-core] branch master-next updated (4e41223 -> 16afda6)

git at git.openembedded.org git at git.openembedded.org
Wed Dec 14 09:57:14 UTC 2016


rpurdie pushed a change to branch master-next
in repository openembedded-core.

      from  4e41223   libpcap: Disable exposed bits of WinPCAP remote capture support
       new  6df99cd   oe-pkgdata-util: Make read-value handle override variables
       new  541c56d   lib/oe/rootfs: fix log_check warnings being printed twice with RPM packaging
       new  fb37304   classes/image: suppress log_check mechanism for warnings/errors logged through BitBake
       new  38b8a7d   devtool: package: don't try to initialise tinfoil twice
       new  0a6a4be   lib/oe/recipeutils: use cooker function instead of bb.providers
       new  c023bc5   oe-selftest: make tinfoil quiet when using to start QEMU
       new  499ee90   oe-selftest: use tinfoil.parse_recipe()
       new  f13b562   devtool / recipetool: use tinfoil parsing API
       new  1c99d74   classes/base: fix license file checksumming when source not under TMPDIR
       new  f24f59e   classes/patch: move in logic to commit for additional tasks
       new  2724511   classes/patch: move several functions to oe.patch
       new  a61d7bf   recipetool: add OE lib path
       new  eb63b53   devtool: fix extraction of source to work in memres mode
       new  cdfc617   lib/oe/recipeutils: drop parse_recipe_simple()
       new  b016979   devtool: extract: disable basehash mismatch errors
       new  e01b75d   devtool: prevent BBHandledException from showing traceback
       new  9ad36e9   oe-selftest: devtool: improve test_devtool_modify slightly
       new  16afda6   oe-selftest: add basic tinfoil tests

The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/base.bbclass           |   5 +-
 meta/classes/image.bbclass          |  10 ++-
 meta/classes/patch.bbclass          | 168 +++++++++++++++---------------------
 meta/lib/oe/patch.py                | 107 +++++++++++++++++++++++
 meta/lib/oe/recipeutils.py          |  49 ++---------
 meta/lib/oe/rootfs.py               |  31 +++----
 meta/lib/oeqa/selftest/devtool.py   |  15 +++-
 meta/lib/oeqa/selftest/pkgdata.py   |   2 +
 meta/lib/oeqa/selftest/tinfoil.py   | 146 +++++++++++++++++++++++++++++++
 meta/lib/oeqa/utils/commands.py     |   6 +-
 scripts/devtool                     |  11 ++-
 scripts/lib/devtool/__init__.py     |  26 ++----
 scripts/lib/devtool/deploy.py       |   2 +-
 scripts/lib/devtool/package.py      |   4 +-
 scripts/lib/devtool/standard.py     | 160 ++++++++++++----------------------
 scripts/lib/devtool/upgrade.py      |   4 +-
 scripts/lib/recipetool/append.py    |  21 +----
 scripts/lib/recipetool/newappend.py |  14 +--
 scripts/lib/recipetool/setvar.py    |   2 +-
 scripts/oe-pkgdata-util             |  16 ++--
 scripts/recipetool                  |   1 +
 21 files changed, 465 insertions(+), 335 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/tinfoil.py

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list