[oe-commits] [openembedded-core] branch master-next updated (8017509 -> 6741670)

git at git.openembedded.org git at git.openembedded.org
Tue Sep 6 14:38:25 UTC 2016


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

      from  8017509   qemuppc: Use virtio networking instead of pcnet
       new  18041f1   cmake: set CMAKE_NO_SYSTEM_FROM_IMPORTED to ON
       new  043b4cd   file: specify c std as c99 or greater required
       new  09c5a5f   scripts/runqemu: Add snapshot support
       new  719ae3a   oeqa: Use snapshot instead of copying the rootfs image
       new  915a1f9   runqemu: Allow unique network interface MAC addresses
       new  19f940c   gstreamer: remove packaged copy of gtk-doc.m4
       new  fad357e   gtk-doc: use pkg-config-native in native gtk-doc.m4
       new  3491238   gtk-doc: only depend on native gtk-doc for documentation generation
       new  85b9fea   gtk-doc: depend only on native recipes
       new  c4409b2   lib/oe/patch: handle non-UTF8 encoding when reading patches
       new  1e4c548   devtool: update-recipe: support files with subdir=
       new  9a22f90   recipetool: create: AX_PKG_SWIG should add dependency on swig-native
       new  15f1ec5   recipetool: create: fix mapping python dependencies to python-dbg package
       new  23d00b3   recipetool: create: support git submodules
       new  b666722   recipetool: create: add --keep-temp command line option
       new  e1c2e06   recipetool: create: allow license variable handling to be rerun
       new  21b5a72   recipetool: create: support node.js code outside of npm
       new  605bb13   recipetool: create: avoid extra blank lines in output recipe
       new  76b18a3   libffi: backport patch to fix building MIPS soft float
       new  3e8a8d9   watchdog: Add wd_keepalive package
       new  6741670   watchdog-config: Add recipe

The 21 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/cmake.bbclass                         |   1 +
 meta/classes/gtk-doc.bbclass                       |   2 +-
 meta/classes/npm.bbclass                           |   4 +
 meta/conf/machine/qemuarm64.conf                   |   2 +-
 meta/conf/machine/qemuppc.conf                     |   2 +-
 meta/lib/oe/patch.py                               |  28 ++--
 meta/lib/oe/recipeutils.py                         |  12 +-
 meta/lib/oeqa/targetcontrol.py                     |   9 +-
 meta/lib/oeqa/utils/qemurunner.py                  |   2 +-
 .../cmake/cmake/OEToolchainConfig.cmake            |   1 +
 meta/recipes-devtools/file/file_5.28.bb            |   2 +
 meta/recipes-extended/watchdog/watchdog-config.bb  |  20 +++
 .../watchdog/watchdog-config/watchdog.conf         |  42 +++++
 .../watchdog/watchdog-config/watchdog.default      |   2 +
 .../watchdog/watchdog/wd_keepalive.init            | 121 ++++++++++++++
 meta/recipes-extended/watchdog/watchdog_5.15.bb    |  27 +++-
 .../gtk-doc/files/pkg-config-native.patch          |  29 ++++
 meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb         |  12 +-
 .../gstreamer/gstreamer1.0-plugins.inc             |   1 +
 meta/recipes-multimedia/gstreamer/gstreamer1.0.inc |   1 +
 .../0001-mips-fix-MIPS-softfloat-build-issue.patch | 177 +++++++++++++++++++++
 meta/recipes-support/libffi/libffi_3.2.1.bb        |   1 +
 scripts/lib/devtool/standard.py                    |  38 ++++-
 scripts/lib/recipetool/create.py                   | 129 ++++++++-------
 scripts/lib/recipetool/create_buildsys.py          |   2 +-
 scripts/lib/recipetool/create_buildsys_python.py   |   4 +
 scripts/lib/recipetool/create_npm.py               | 111 ++++++++++++-
 scripts/runqemu                                    |  11 +-
 28 files changed, 703 insertions(+), 90 deletions(-)
 create mode 100644 meta/recipes-extended/watchdog/watchdog-config.bb
 create mode 100644 meta/recipes-extended/watchdog/watchdog-config/watchdog.conf
 create mode 100644 meta/recipes-extended/watchdog/watchdog-config/watchdog.default
 create mode 100644 meta/recipes-extended/watchdog/watchdog/wd_keepalive.init
 create mode 100644 meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch
 create mode 100644 meta/recipes-support/libffi/libffi/0001-mips-fix-MIPS-softfloat-build-issue.patch

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


More information about the Openembedded-commits mailing list