[oe-commits] [openembedded-core] branch master updated (e41c90b -> 334020a)

git at git.openembedded.org git at git.openembedded.org
Thu Apr 13 09:58:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

    from e41c90b  busybox: In defconfig enable ASH_CMDCMD for built-in 'command'
     add c8749ed  blacklist.bbclass: fix for multilib
     add abe2955  recipetool: create: fix for regression in npm license handling
     add acfdbd7  devtool: add: fix node.js/npm handling with recipe specific sysroots
     add 8d7cced  devtool: add: prevent repeatedly running recipetool
     add 0c2d0fb  recipetool: create: hide missing npm error when called from devtool
     add cb0d3de  yocto-compat-layer: test signature differences when setting MACHINE
     add 02f5d78  yocto-compat-layer: better handling of per-machine world build breakage
     add 10aa09d  oeqa/core/runner: Append PID in the test result folder name
     add 0c9b981  oe-selftest: Error if known problem variables are set
     add 66b7f49  oe-build-perf-report-email.py: use pwd for getting user name
     add e5a6ee0  meta: classes: Add building dir to uImage creation
     add 52a6823  linux-yocto/4.4: update to v4.4.60
     add d42d49c  linux-yocto/4.9: update to v4.9.21
     add 5674ca0  linux-yocto/4.10: update to v4.10.9
     add c2da28f  linux-yocto-dev: update to v4.11+
     add 2e7a155  qemu-helper-native: prepare native sysroot for runqemu
     add d42c02c  runqemu: get qemu from qemu-helper-native sysroot
     add 26e97f7  runqemu: add bindir_native property
     add cc5513b  runqemu: use bindir_native property to run ifup/down scripts
     add 0f207bf  qemuboot: write native sysroot of qemu-helper into qemuboot.conf
     add b8f26c0  sstate.bbclass: check if mirror directory is writable
     new 33263b6  Revert "scripts: change way we find native tools (pseudo)"
     new e2f6d93  oe-find-native-sysroot: work with RSS
     new fc61211  oe-find-native-sysroot: add appopriate suggestion
     new 334020a  oe-run-native: explicitly use bash

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


Summary of changes:
 meta/classes/blacklist.bbclass                     |  25 ---
 meta/classes/kernel-uimage.bbclass                 |   2 +-
 meta/classes/multilib.bbclass                      |   6 +
 meta/classes/qemuboot.bbclass                      |   9 +-
 meta/classes/sstate.bbclass                        |   2 +-
 meta/lib/oeqa/core/runner.py                       |   2 +-
 .../qemu/qemu-helper-native_1.0.bb                 |   4 +
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb   |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto_4.10.bb      |  20 +--
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |  20 +--
 meta/recipes-kernel/linux/linux-yocto_4.9.bb       |  20 +--
 scripts/contrib/oe-build-perf-report-email.py      |   5 +-
 scripts/lib/compatlayer/__init__.py                |  23 ++-
 scripts/lib/compatlayer/cases/bsp.py               | 180 ++++++++++++++++++++-
 scripts/lib/devtool/__init__.py                    |  25 +--
 scripts/lib/devtool/standard.py                    |   6 +-
 scripts/lib/recipetool/create.py                   |  32 +++-
 scripts/lib/recipetool/create_npm.py               |  23 +--
 scripts/oe-find-native-sysroot                     |  59 ++++---
 scripts/oe-run-native                              |  17 +-
 scripts/oe-selftest                                |   8 +
 scripts/runqemu                                    |  30 +++-
 scripts/runqemu-export-rootfs                      |   2 +-
 scripts/runqemu-extract-sdk                        |   2 +-
 scripts/runqemu-ifdown                             |   6 +-
 scripts/runqemu-ifup                               |   6 +-
 scripts/yocto-compat-layer.py                      |   3 +
 33 files changed, 425 insertions(+), 150 deletions(-)

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


More information about the Openembedded-commits mailing list