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

git at git.openembedded.org git at git.openembedded.org
Thu Jul 27 21:37:30 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 51b3ee2  gnome-themes-standard: Fix packages so dev-pkgs image generation works
     add e696425  runqemu: add --debug and --quiet
     add 89e9703  runqemu: check qbconfload before running bitbake
     add 552093d  runqemu: check tar.bz2 and .tar.gz
     add 8c6f253  runqemu: validate combos
     add 4a5d21d  runqemu: chmod 0o777 for lockdir
     add d0ebcf6  wic-tools: add dependency to e2fsprogs-native
     add 9d7797e  rpm: allow to enable RPM file signing
     new 6a1489f  oe-selftest: wic: change mkfs.btrfs options
     new b1d9f5b  image_types_wic: add dependency to e2fsprogs-native
     new 9e899bb  go: centralize definition of COMPATIBLE_HOST
     new c05beae  harfbuzz: upgrade to 1.4.7
     new b317553  eudev: update to 3.2.2
     new 3bcf227  kernel-devsrc: Remove .kernel-meta from package
     new cf21f45  gnu-config: update SRC_URI to new savannah.gnu.org hostname
     new abb8895  mirrors.bbclass: provide git repo fallbacks using the https protocol
     new b002f44  icu: update to 59.1
     new c115232  btrfs-tools: upgrade to 4.11.1
     new ec59387  bash-completion: upgrade to 2.7
     new 10de5bf  epiphany: upgrade to 3.24.3
     new 03d0bee  vala: upgrade to 0.36.4
     new 97a4e2d  mpg123: update to 1.25.4
     new 198ccdb  webkitgtk: update to 2.16.6
     new d1e05e9  pciutils: upgrade to 3.5.5
     new 0c09f9f  diffutils: upgrade to 3.6
     new 6547285  cups: upgrade to 2.2.4
     new e1d2785  sudo: upgrade to 1.8.20p2
     new 6ee5abc  sysstat: upgrade to 11.5.7
     new 96c54b2  dbus/dbus-test: upgrade to 1.10.20
     new 4d3300e  initramfs-framework: module to support boot live image
     new 41b3444  initramfs-framework: include install-efi module in recipe for installation
     new 28fc6ba  core-image-minimal-initramfs: use initramfs-framework by default

The 24 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/go.bbclass                            |   5 -
 meta/classes/goarch.bbclass                        |   6 +
 meta/classes/image_types_wic.bbclass               |   2 +-
 meta/classes/mirrors.bbclass                       |  11 +
 meta/conf/distro/include/uninative-flags.inc       |   4 -
 meta/lib/oeqa/selftest/cases/wic.py                |   2 +-
 .../{pciutils_3.5.4.bb => pciutils_3.5.5.bb}       |   4 +-
 .../{dbus-test_1.10.18.bb => dbus-test_1.10.20.bb} |   4 +-
 .../dbus/{dbus_1.10.18.bb => dbus_1.10.20.bb}      |   4 +-
 .../images/core-image-minimal-initramfs.bb         |   2 +-
 .../install-efi.sh}                                |   0
 .../initrdscripts/initramfs-framework/setup-live   |  66 ++++++
 .../initrdscripts/initramfs-framework_1.0.bb       |  28 ++-
 meta/recipes-core/meta/wic-tools.bb                |   2 +-
 .../udev/{eudev_3.2.1.bb => eudev_3.2.2.bb}        |   4 +-
 .../{btrfs-tools_4.11.bb => btrfs-tools_4.11.1.bb} |   2 +-
 meta/recipes-devtools/gnu-config/gnu-config_git.bb |   2 +-
 meta/recipes-devtools/go/go-cross.inc              |   4 -
 meta/recipes-devtools/go/go.inc                    |   6 -
 meta/recipes-devtools/rpm/rpm_git.bb               |   3 +
 .../vala/{vala_0.36.3.bb => vala_0.36.4.bb}        |   4 +-
 meta/recipes-extended/cups/cups_2.2.3.bb           |   6 -
 meta/recipes-extended/cups/cups_2.2.4.bb           |   6 +
 .../diffutils-3.5/diffutils-3.5-gcc7.patch         | 228 ---------------------
 ...need_charset_alias-when-building-for-musl.patch |   0
 .../0001-explicitly-disable-replacing-getopt.patch |  30 +++
 .../{diffutils-3.5 => diffutils-3.6}/run-ptest     |   0
 .../{diffutils_3.5.bb => diffutils_3.6.bb}         |  14 +-
 meta/recipes-extended/sudo/sudo.inc                |   2 +-
 .../sudo/{sudo_1.8.19p2.bb => sudo_1.8.20p2.bb}    |   4 +-
 .../{sysstat_11.5.6.bb => sysstat_11.5.7.bb}       |   4 +-
 .../{epiphany_3.24.2.bb => epiphany_3.24.3.bb}     |   4 +-
 .../{harfbuzz_1.4.6.bb => harfbuzz_1.4.7.bb}       |   4 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb         |   2 +-
 .../mpg123/{mpg123_1.25.0.bb => mpg123_1.25.4.bb}  |   4 +-
 .../{webkitgtk_2.16.5.bb => webkitgtk_2.16.6.bb}   |   4 +-
 ...sh-completion_2.5.bb => bash-completion_2.7.bb} |   4 +-
 .../icu/{icu_58.2.bb => icu_59.1.bb}               |   6 +-
 scripts/runqemu                                    |  64 ++++--
 39 files changed, 229 insertions(+), 322 deletions(-)
 rename meta/recipes-bsp/pciutils/{pciutils_3.5.4.bb => pciutils_3.5.5.bb} (92%)
 rename meta/recipes-core/dbus/{dbus-test_1.10.18.bb => dbus-test_1.10.20.bb} (93%)
 rename meta/recipes-core/dbus/{dbus_1.10.18.bb => dbus_1.10.20.bb} (97%)
 copy meta/recipes-core/initrdscripts/{files/init-install-efi.sh => initramfs-framework/install-efi.sh} (100%)
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-framework/setup-live
 rename meta/recipes-core/udev/{eudev_3.2.1.bb => eudev_3.2.2.bb} (96%)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.11.bb => btrfs-tools_4.11.1.bb} (95%)
 rename meta/recipes-devtools/vala/{vala_0.36.3.bb => vala_0.36.4.bb} (56%)
 delete mode 100644 meta/recipes-extended/cups/cups_2.2.3.bb
 create mode 100644 meta/recipes-extended/cups/cups_2.2.4.bb
 delete mode 100644 meta/recipes-extended/diffutils/diffutils-3.5/diffutils-3.5-gcc7.patch
 rename meta/recipes-extended/diffutils/{diffutils-3.5 => diffutils-3.6}/0001-Unset-need_charset_alias-when-building-for-musl.patch (100%)
 create mode 100644 meta/recipes-extended/diffutils/diffutils-3.6/0001-explicitly-disable-replacing-getopt.patch
 rename meta/recipes-extended/diffutils/{diffutils-3.5 => diffutils-3.6}/run-ptest (100%)
 rename meta/recipes-extended/diffutils/{diffutils_3.5.bb => diffutils_3.6.bb} (66%)
 rename meta/recipes-extended/sudo/{sudo_1.8.19p2.bb => sudo_1.8.20p2.bb} (90%)
 rename meta/recipes-extended/sysstat/{sysstat_11.5.6.bb => sysstat_11.5.7.bb} (53%)
 rename meta/recipes-gnome/epiphany/{epiphany_3.24.2.bb => epiphany_3.24.3.bb} (84%)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.4.6.bb => harfbuzz_1.4.7.bb} (88%)
 rename meta/recipes-multimedia/mpg123/{mpg123_1.25.0.bb => mpg123_1.25.4.bb} (94%)
 rename meta/recipes-sato/webkit/{webkitgtk_2.16.5.bb => webkitgtk_2.16.6.bb} (97%)
 rename meta/recipes-support/bash-completion/{bash-completion_2.5.bb => bash-completion_2.7.bb} (88%)
 rename meta/recipes-support/icu/{icu_58.2.bb => icu_59.1.bb} (78%)

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


More information about the Openembedded-commits mailing list