[oe-commits] [openembedded-core] branch master updated (28fc6ba -> a2ab288)

git at git.openembedded.org git at git.openembedded.org
Sun Jul 30 07:46:48 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 28fc6ba  core-image-minimal-initramfs: use initramfs-framework by default
     new c62f5dc  Revert "core-image-minimal-initramfs: use initramfs-framework by default"
     new 7a045f6  module.bbclass: move make scripts earlier
     new b8f9ffa  package/bbclass: sources are packaged separately from debug.
     new 56f6fc7  debianutils: set higher priority than busybox for run-parts
     new 5b14543  siteinfo: fix siteinfo_get_files to work with RSS
     new 2ef34f7  ncurses: add SYSROOT_DESTDIR for siteconfig_gencache
     new 07c5eb7  libpcre: upgrade 8.40 -> 8.41
     new e50b415  oeqa/{core,selftest}: Add support to validate if a specified test case isn't found
     new 4c22764  oeqa/core/runner: OEStreamLogger don't buffer test execution writes
     new 98fba18  systemtap: ensure systemtap-native is available
     new 402b4cf  image_types.bbclass: ignore tar exit code 1
     new 92e1c7d  wic: copy rootfs directory before changing fstab
     new a1c83ce  wic: use absolute paths in rootfs plugin
     new 28d2d7d  wic: rootfs: fix rootfs path reporting
     new 01efc23  wic: rootfs: make copied rootfs unique
     new 2376b05  wic: add /boot mount point to fstab by default
     new e5ba124  oe-selftest: wic: fix test_quemu
     new 0ae4c1e  rootfsdebugfiles.bbclass: add a optional parameter to choose file mode
     new 4071143  autoconf-archive: move from meta-oe to OE-core
     new 5002004  autoconf-archive: simplify and fix recipe
     new f53b555  wic: ensure generated disk system identifier is non-zero
     new e639f88  assimp: upgrade to 4.0.0
     new 7d02ea2  cml1.bbclass: wait until menuconfig terminal finishes
     new 929ba56  image: Convert vmdk/vdi/qcow2 to strict CONVERSION_CMD types
     new 8a58e9b  wic: Switch to using --use-uuid by default
     new 1e9ca92  imagefeatures: Extend test_bmap to validate gzip
     new ac4402b  imagefeatures: Add a test for many CONVERSION_CMDs being chained
     new 1392fde  imagefeatures: Add a test for various hypervisor formats
     new fb65001  autoconf: fix typo in SUMMARY
     new a2ab288  uninative: Update to 1.7 uninative release

The 30 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/autotools.bbclass                     |   2 +-
 meta/classes/cml1.bbclass                          |  22 ++-
 meta/classes/image-vm.bbclass                      | 171 ---------------------
 meta/classes/image.bbclass                         |   3 -
 meta/classes/image_types.bbclass                   |  15 +-
 meta/classes/module.bbclass                        |   2 +-
 meta/classes/package.bbclass                       |  25 ++-
 meta/classes/rootfsdebugfiles.bbclass              |   7 +-
 meta/classes/siteinfo.bbclass                      |  15 +-
 meta/conf/distro/include/yocto-uninative.inc       |   6 +-
 meta/lib/oeqa/core/context.py                      |   9 +-
 meta/lib/oeqa/core/exception.py                    |   3 +
 meta/lib/oeqa/core/loader.py                       |  26 ++++
 meta/lib/oeqa/core/runner.py                       |  12 +-
 meta/lib/oeqa/selftest/cases/imagefeatures.py      |  75 ++++++++-
 meta/lib/oeqa/selftest/cases/runqemu.py            |   8 +-
 meta/lib/oeqa/selftest/cases/wic.py                |   2 +-
 meta/lib/oeqa/selftest/context.py                  |   8 +-
 .../images/build-appliance-image_15.0.0.bb         |   6 +-
 .../images/core-image-minimal-initramfs.bb         |   2 +-
 meta/recipes-core/ncurses/ncurses.inc              |   2 +
 .../autoconf-archive_2016.09.16.bb                 |  13 ++
 meta/recipes-devtools/autoconf/autoconf.inc        |   2 +-
 meta/recipes-graphics/vulkan/assimp_4.0.0.bb       |  21 +++
 meta/recipes-graphics/vulkan/assimp_git.bb         |  14 --
 .../systemtap/systemtap-native_git.bb              |   7 +
 meta/recipes-kernel/systemtap/systemtap_git.bb     |   2 +-
 .../debianutils/debianutils_4.8.1.1.bb             |   2 +
 .../libpcre/{libpcre_8.40.bb => libpcre_8.41.bb}   |   4 +-
 scripts/lib/wic/canned-wks/common.wks.inc          |   2 +-
 .../canned-wks/directdisk-bootloader-config.cfg    |   8 +-
 scripts/lib/wic/canned-wks/qemux86-directdisk.wks  |   2 +-
 scripts/lib/wic/plugins/imager/direct.py           |  28 ++--
 scripts/lib/wic/plugins/source/rootfs.py           |  16 +-
 scripts/runqemu                                    |   9 +-
 35 files changed, 284 insertions(+), 267 deletions(-)
 delete mode 100644 meta/classes/image-vm.bbclass
 create mode 100644 meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb
 create mode 100644 meta/recipes-graphics/vulkan/assimp_4.0.0.bb
 delete mode 100644 meta/recipes-graphics/vulkan/assimp_git.bb
 create mode 100644 meta/recipes-kernel/systemtap/systemtap-native_git.bb
 rename meta/recipes-support/libpcre/{libpcre_8.40.bb => libpcre_8.41.bb} (95%)

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


More information about the Openembedded-commits mailing list