[oe-commits] [openembedded-core] branch master updated (0d02159 -> e609c4e)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 9 16:58:32 UTC 2016


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

      from  0d02159   image.bbclass: fix incomplete .rootfs customization
      adds  588f143   image.bbclass: support chaining compression (aka conversion) commands
      adds  8b81bb5   populate_sdk_ext: Update after uninative changes
      adds  97f6023   xcursor-transparent-theme: use a version glob in the selftest bbappend
      adds  7792591   eudev: remove redundant udev_run assignment
      adds  0903d6f   tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32
      adds  45e09f3   net-tools: Add SCTP option support
      adds  0073679   oe-setup-builddir: tidy up local.conf and bblayers.conf commentary
      adds  93b6ac6   avahi: make dbus optional but default
       new  52e6e58   avahi: add missing intltool-native build dependency
       new  d5e3cf6   avahi-ui: add dbus to PACKAGECONFIG
       new  398728a   busybox.inc: add tail symlink so busybox can commit suicide cleanly
       new  8adaad7   oeqa/selftest/buildoptions: Test build does not fail without git rev
       new  a411e96   license.bbclass: fix host contamination warnings for license files
       new  aa8856d   systemd: binfmt should be added to SYSTEMD_PACKAGES only if binfmt is enabled
       new  d801547   populate_sdk_ext: Make populate_sdk_ext nostamp
       new  563922e   fontconfig: Revert changes made to FcConfigAppFontAddDir() recently
       new  c7da39c   ghostscript: 9.16 -> 9.18
       new  57881c3   strace: Backport fixes for compiling with clang
       new  d78921e   image-prelink: use STAGING_*_NATIVE variables
       new  c145624   toaster.bbclass: improve how we gather buildstats for Toaster
       new  46baed0   xmlto: tell xmlto where cp is
       new  928704f   linux-yocto/kernel-meta: ktype refactoring: move DEBUG_KERNEL, EXPERT and EMBEDDED
       new  5ca402e   linux-yocto/4.4: iwlwifi: mvm: don't allow sched scans without matches to be started
       new  e609c4e   linux-yocto/4.4: explicitly enable ftrace in tracing fragment

The 16 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:
 ...append => xcursor-transparent-theme_%.bbappend} |   0
 meta/classes/image-prelink.bbclass                 |   4 +-
 meta/classes/image.bbclass                         |  27 +-
 meta/classes/license.bbclass                       |  10 +
 meta/classes/populate_sdk_ext.bbclass              |  19 +-
 meta/classes/toaster.bbclass                       |  70 ++-
 meta/conf/machine/include/tune-corei7.inc          |   2 +-
 meta/lib/oeqa/selftest/buildoptions.py             |  43 +-
 meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb |   2 +-
 meta/recipes-connectivity/avahi/avahi.inc          |   7 +-
 meta/recipes-core/busybox/busybox.inc              |   1 +
 meta/recipes-core/systemd/systemd_229.bb           |   2 +-
 meta/recipes-core/udev/eudev_3.1.5.bb              |   2 -
 ...01-Move-gcc-compat-macros-to-gcc_compat.h.patch | 176 ++++++
 ...1-scm_rights-fd.test-rewrite-without-fork.patch | 198 +++++++
 .../strace/0001-tests-introduce-libtests.patch     | 306 ++++++++++
 .../0001-tests-scm_rights.c-use-libtests.patch     |  54 ++
 meta/recipes-devtools/strace/strace_4.11.bb        |   4 +
 meta/recipes-devtools/xmlto/xmlto_0.0.28.bb        |   2 +-
 ...Fix-support-for-building-with-no-jbig2-de.patch |  81 +++
 ...part-2-fix-support-for-building-with-a-JP.patch |  48 ++
 .../files/do-not-check-local-libpng-source.patch   |  38 ++
 .../{ghostscript_9.16.bb => ghostscript_9.18.bb}   |  11 +-
 .../net-tools/net-tools/net-tools-1.60-sctp1.patch | 638 +++++++++++++++++++++
 .../net-tools/net-tools-1.60-sctp2-quiet.patch     |  28 +
 .../net-tools/net-tools-1.60-sctp3-addrs.patch     | 363 ++++++++++++
 .../net-tools/net-tools_1.60-26.bb                 |   5 +-
 ...ges-made-to-FcConfigAppFontAddDir-recentl.patch | 132 +++++
 .../fontconfig/fontconfig_2.11.94.bb               |   1 +
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |   4 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |   4 +-
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |  18 +-
 scripts/oe-setup-builddir                          |  15 +-
 33 files changed, 2243 insertions(+), 72 deletions(-)
 rename meta-selftest/recipes-test/xcursor-transparent-theme/{xcursor-transparent-theme_0.1.1.bbappend => xcursor-transparent-theme_%.bbappend} (100%)
 create mode 100644 meta/recipes-devtools/strace/strace/0001-Move-gcc-compat-macros-to-gcc_compat.h.patch
 create mode 100644 meta/recipes-devtools/strace/strace/0001-scm_rights-fd.test-rewrite-without-fork.patch
 create mode 100644 meta/recipes-devtools/strace/strace/0001-tests-introduce-libtests.patch
 create mode 100644 meta/recipes-devtools/strace/strace/0001-tests-scm_rights.c-use-libtests.patch
 create mode 100644 meta/recipes-extended/ghostscript/files/0001-Bug-696497-Fix-support-for-building-with-no-jbig2-de.patch
 create mode 100644 meta/recipes-extended/ghostscript/files/0002-Bug-696497-part-2-fix-support-for-building-with-a-JP.patch
 create mode 100644 meta/recipes-extended/ghostscript/files/do-not-check-local-libpng-source.patch
 rename meta/recipes-extended/ghostscript/{ghostscript_9.16.bb => ghostscript_9.18.bb} (87%)
 create mode 100644 meta/recipes-extended/net-tools/net-tools/net-tools-1.60-sctp1.patch
 create mode 100644 meta/recipes-extended/net-tools/net-tools/net-tools-1.60-sctp2-quiet.patch
 create mode 100644 meta/recipes-extended/net-tools/net-tools/net-tools-1.60-sctp3-addrs.patch
 create mode 100644 meta/recipes-graphics/fontconfig/fontconfig/0001-Revert-changes-made-to-FcConfigAppFontAddDir-recentl.patch

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


More information about the Openembedded-commits mailing list