[oe-commits] [openembedded-core] branch master-next updated (0acde83 -> 11f21c2)

git at git.openembedded.org git at git.openembedded.org
Fri Aug 19 15:51:32 UTC 2016


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

      from  0acde83   parselogs: Ignore uvesafb timeouts
       new  f59ed89   sanity.bbclass: Ensure we expand BUILD_PREFIX
       new  866ca9d   busybox: Add parallel make fix
       new  ead3bc0   syslinux.bbclass: ensure creation of output directory
       new  7a2d090   oe-build-perf-test: align log message format with testrunner output
       new  8532bf4   oeqa.buildperf: fix crash when creating globalres.log
       new  50dbdec   Revert "local.conf.sample: Disable ARM and PPC due to prelink test case failures"
       new  4bee0e6   image-vm.bbclass: remove old images if RM_OLD_IMAGE is enabled
       new  79743ba   libffi: fix a typo (mips)
       new  bdd5eab   openssl: fix add missing dependencies building for test directory
       new  cffd7f6   asciidoc-native: add dependency on docbook-xml-dtd4-native
       new  daa4215   bootchart2: Add ALTERNATIVE configuration for bootchartd
       new  a42a78e   util-linux: upgrade to 2.28.1
       new  cb6611b   diffutils: upgrade to 3.4
       new  f9ce54a   kmod: upgrade to 23
       new  7cc2939   kbd: remove PARALLEL_MAKEINST = ""
       new  417cc31   kexec-tools: 2.0.12 -> 2.0.13
       new  cfd7780   glib-2.0: 2.48.1 -> 2.48.2
       new  2304660   libdrm: 2.4.68 -> 2.4.70
       new  ea7ca96   packagefeed-stability.bbclass: cleansstate should remove pkgs from deploy dir
       new  0d63468   oeqa/sdkext: Adds test cases for devtool extensible SDK
       new  11f21c2   oeqa/selftest Adds eSDK test cases to devtool verification.

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/image-vm.bbclass                      |  13 +-
 meta/classes/packagefeed-stability.bbclass         |   3 +-
 meta/classes/sanity.bbclass                        |   6 +-
 meta/classes/syslinux.bbclass                      |   1 +
 meta/conf/local.conf.sample                        |   9 --
 meta/lib/oeqa/buildperf/base.py                    |   2 +-
 meta/lib/oeqa/sdkext/devtool.py                    |  90 ++++++++++++-
 .../oeqa/sdkext/files/myapp_cmake/CMakeLists.txt   |  11 ++
 .../sdkext/files/{myapp => myapp_cmake}/myapp.c    |   0
 meta/lib/oeqa/selftest/eSDK.py                     | 147 +++++++++++++++++++++
 meta/recipes-connectivity/openssl/openssl.inc      |   3 +
 .../busybox/busybox/parallel-make-fix.patch        |  65 +++++++++
 meta/recipes-core/busybox/busybox_1.24.1.bb        |   1 +
 .../Enable-more-tests-while-cross-compiling.patch  |   2 +-
 .../{glib-2.0_2.48.1.bb => glib-2.0_2.48.2.bb}     |   4 +-
 meta/recipes-core/kbd/kbd_2.0.3.bb                 |   1 -
 .../{util-linux_2.28.bb => util-linux_2.28.1.bb}   |   4 +-
 .../bootchart2/bootchart2_0.14.8.bb                |   9 +-
 meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb   |   1 +
 ...need_charset_alias-when-building-for-musl.patch |   0
 .../{diffutils-3.3 => diffutils-3.4}/run-ptest     |   0
 .../{diffutils_3.3.bb => diffutils_3.4.bb}         |   4 +-
 .../drm/libdrm/fix_O_CLOEXEC_undeclared.patch      |   2 +-
 .../drm/{libdrm_2.4.68.bb => libdrm_2.4.70.bb}     |   4 +-
 ...kexec-tools_2.0.12.bb => kexec-tools_2.0.13.bb} |   4 +-
 meta/recipes-kernel/kmod/kmod.inc                  |   4 +-
 meta/recipes-support/libffi/libffi_3.2.1.bb        |   2 +-
 scripts/oe-build-perf-test                         |   6 +-
 28 files changed, 354 insertions(+), 44 deletions(-)
 create mode 100644 meta/lib/oeqa/sdkext/files/myapp_cmake/CMakeLists.txt
 copy meta/lib/oeqa/sdkext/files/{myapp => myapp_cmake}/myapp.c (100%)
 create mode 100644 meta/lib/oeqa/selftest/eSDK.py
 create mode 100644 meta/recipes-core/busybox/busybox/parallel-make-fix.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.48.1.bb => glib-2.0_2.48.2.bb} (87%)
 rename meta/recipes-core/util-linux/{util-linux_2.28.bb => util-linux_2.28.1.bb} (86%)
 rename meta/recipes-extended/diffutils/{diffutils-3.3 => diffutils-3.4}/0001-Unset-need_charset_alias-when-building-for-musl.patch (100%)
 rename meta/recipes-extended/diffutils/{diffutils-3.3 => diffutils-3.4}/run-ptest (100%)
 rename meta/recipes-extended/diffutils/{diffutils_3.3.bb => diffutils_3.4.bb} (87%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.68.bb => libdrm_2.4.70.bb} (92%)
 rename meta/recipes-kernel/kexec/{kexec-tools_2.0.12.bb => kexec-tools_2.0.13.bb} (88%)

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


More information about the Openembedded-commits mailing list