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

git at git.openembedded.org git at git.openembedded.org
Wed Dec 14 12:31:19 UTC 2016


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

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

No new revisions were added by this update.

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