[oe-commits] [openembedded-core] branch master-next updated (8893ad9 -> c448350)

git at git.openembedded.org git at git.openembedded.org
Tue Aug 27 13:05:25 UTC 2019


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

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

 discard 8893ad9  serial-getty at .service: Allow device to fast fail if it does not exist
 discard 9e1cd8e  initscripts: remove warnings on read-only-rootfs (again)
 discard 488ed1b  qemu: switch to '-vga std' emulated hardware from vmware/cirrus for x86/mips
     new fb028a0  initscripts: remove warnings on read-only-rootfs (again)
     new 47c2614  serial-getty at .service: Allow device to fast fail if it does not exist
     new 5fba888  icecc: blacklist systemtap
     new 3e194f9  boost: update to 1.71.0
     new cec52fd  go-1.12: update to 1.12.9 minor release
     new c9f669a  libarchive:upgrade 3.3.3 -> 3.4.0
     new e15fb58  ltp: cve/meltdown.c: Fix kernel symbol finding
     new 1041cd5  help2man: Upgrade 1.47.10 -> 1.47.11
     new a23c4aa  glib-networking: Upgrade 2.60.2 -> 2.60.3
     new 34a475f  flac: Upgrade 1.3.2 -> 1.3.3
     new f6e26a3  subversion: Upgrade 1.12.0 -> 1.12.2
     new 10c479b  world-broken.inc: Remove
     new 2d8228c  oeqa/kerneldevelopment: Able to apply a single patch to the Linux kernel source
     new 874150b  python3-pip:upgrade 19.2.2 -> 19.2.3
     new 3d4eba6  libxcrypt:upgrade 4.4.6 -> 4.4.7
     new a7d2774  iputils: upgrade to s20190709
     new b84744f  meta/recipes.txt: Stop documenting the long removed recipes-lsb4
     new a4a6dcd  python: Remove PYTHONLSBOPTS that hasn't been set for some time
     new ff0eabc  bitbake.conf: drop FETCHCMD, GITDIR, etc fetcher over-rides
     new 169249e  tune-arm1136jf-s.inc: add hardfloat support
     new 682ba07  tune-arm1176jz-s.inc: add support for arm1176jz-s CPU specific tuning
     new 535b164  tune-ep9312.inc: fix TUNEVALID description
     new 74736ca  packagegroup-core-boot: drop duplicate MACHINE_ESSENTIAL_EXTRA_RDEPENDS, etc
     new 1490eda  rootfs-postcommands.bbclass: add inittab tweak to read_only_rootfs_hook()
     new 04b8e31  base-files: nsswitch.conf is glibc specific
     new 9982450  glibc: drop obsolete packaging of glibc libnsl libs
     new 9b27560  sqlite3: make CFLAGS consistent across native, nativesdk and target cases
     new 3b72d9f  sqlite3: explicitly set target endian-ness
     new 8bcfe5b  systemd: Print a buildtime warning about the status with musl
     new a0d14bc  linux-dtb.inc: Remove
     new bc9029e  systemd: Update to the latest 242 branch
     new 74e45f5  libffi: Make it build for MIPS o32
     new 1939e63  bbtests.py: remove recipe-depends.dot
     new c7ee6b7  libedit: fix failed to get history
     new c448350  commands.py: fix typo

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8893ad9)
            \
             N -- N -- N   refs/heads/master-next (c448350)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 35 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/icecc.bbclass                         |   3 +
 meta/classes/rootfs-postcommands.bbclass           |   5 +
 meta/conf/bitbake.conf                             |  12 --
 meta/conf/distro/defaultsetup.conf                 |   1 -
 meta/conf/distro/include/world-broken.inc          |  27 ----
 meta/conf/machine/include/qemuboot-mips.inc        |   2 +-
 meta/conf/machine/include/qemuboot-x86.inc         |   2 +-
 meta/conf/machine/include/tune-arm1136jf-s.inc     |   5 +-
 meta/conf/machine/include/tune-arm1176jz-s.inc     |  17 +++
 meta/conf/machine/include/tune-ep9312.inc          |   2 +-
 meta/conf/machine/qemux86-64.conf                  |   1 -
 meta/conf/machine/qemux86.conf                     |   1 -
 meta/lib/oeqa/runtime/cases/parselogs.py           |   5 +-
 meta/lib/oeqa/selftest/cases/bbtests.py            |   2 +-
 meta/lib/oeqa/selftest/cases/kerneldevelopment.py  |  67 +++++++++
 meta/lib/oeqa/utils/commands.py                    |   2 +-
 meta/recipes-core/base-files/base-files_3.0.14.bb  |   5 +-
 ...working_2.60.2.bb => glib-networking_2.60.3.bb} |   4 +-
 meta/recipes-core/glibc/glibc-package.inc          |   2 +-
 .../{libxcrypt_4.4.6.bb => libxcrypt_4.4.7.bb}     |   6 +-
 .../packagegroups/packagegroup-core-boot.bb        |   6 -
 meta/recipes-core/systemd/systemd.inc              |   2 +-
 ....file-max-sysctl-to-LONG_MAX-rather-than-.patch |  39 ------
 .../systemd/0001-networkd-fix-link-up.patch        |  66 ---------
 .../systemd/0002-network-do-not-send-ipv6.patch    |  96 -------------
 ...work-remove-redunant-link-name-in-message.patch |  41 ------
 meta/recipes-core/systemd/systemd_242.bb           |  10 +-
 meta/recipes-devtools/go/go-1.12.inc               |   6 +-
 ...ative_1.47.10.bb => help2man-native_1.47.11.bb} |   4 +-
 .../0001-readline.c-fix-cannot-get-history.patch   |  34 +++++
 .../libedit/libedit_20190324-3.1.bb                |   1 +
 meta/recipes-devtools/prelink/prelink_git.bb       |   3 +
 meta/recipes-devtools/pseudo/pseudo_git.bb         |   2 +
 meta/recipes-devtools/python/python.inc            |   1 -
 ...python3-pip_19.2.2.bb => python3-pip_19.2.3.bb} |   4 +-
 meta/recipes-devtools/qemu/qemu_4.1.0.bb           |   4 +
 .../subversion-1.12.0-apr_1.7.0_fix-1.patch        | 107 --------------
 .../{subversion_1.12.0.bb => subversion_1.12.2.bb} |   5 +-
 .../iputils/iputils/ai_canonidn.patch              |  58 --------
 .../recipes-extended/iputils/iputils/install.patch |  26 ----
 meta/recipes-extended/iputils/iputils_s20180629.bb |  61 --------
 meta/recipes-extended/iputils/iputils_s20190709.bb |  55 ++++++++
 .../libarchive/libarchive/CVE-2018-1000877.patch   |  38 -----
 .../libarchive/libarchive/CVE-2018-1000878.patch   |  79 -----------
 .../libarchive/libarchive/CVE-2018-1000879.patch   |  50 -------
 .../libarchive/libarchive/CVE-2018-1000880.patch   |  44 ------
 .../libarchive/libarchive/CVE-2019-1000019.patch   |  59 --------
 .../libarchive/libarchive/CVE-2019-1000020.patch   |  61 --------
 .../libarchive/libarchive/bug1066.patch            |  54 --------
 .../non-recursive-extract-and-list.patch           | 153 ---------------------
 .../{libarchive_3.3.3.bb => libarchive_3.4.0.bb}   |  14 +-
 ...-cve-meltdown.c-Fix-kernel-symbol-finding.patch |  83 +++++++++++
 meta/recipes-extended/ltp/ltp_20190517.bb          |   1 +
 meta/recipes-kernel/linux/linux-dtb.inc            |   3 -
 .../flac/flac/CVE-2017-6888.patch                  |  37 -----
 .../flac/{flac_1.3.2.bb => flac_1.3.3.bb}          |   7 +-
 meta/recipes-rt/rt-tests/rt-tests_1.1.bb           |   4 +
 ...bjam-native_1.69.0.bb => bjam-native_1.71.0.bb} |   7 +-
 .../boost/{boost-1.69.0.inc => boost-1.71.0.inc}   |   6 +-
 meta/recipes-support/boost/boost.inc               |   2 +-
 ...p-arch-instruction-set-flags-we-do-that-o.patch |  15 +-
 .../boost/{boost_1.69.0.bb => boost_1.71.0.bb}     |   0
 .../files/0001-Build-debug-version-of-bjam.patch   |  38 +++++
 ...build.sh-use-DNDEBUG-also-in-debug-builds.patch |  27 ++++
 .../boost/files/bjam-native-build-bjam.debug.patch |  50 -------
 ...Fixed-missed-ifndef-for-__mips_soft_float.patch |  31 +++++
 meta/recipes-support/libffi/libffi_3.3~rc0.bb      |   1 +
 meta/recipes-support/sqlite/sqlite3.inc            |  10 +-
 meta/recipes.txt                                   |   1 -
 scripts/runqemu                                    |   6 +
 70 files changed, 449 insertions(+), 1234 deletions(-)
 delete mode 100644 meta/conf/distro/include/world-broken.inc
 create mode 100644 meta/conf/machine/include/tune-arm1176jz-s.inc
 create mode 100644 meta/lib/oeqa/selftest/cases/kerneldevelopment.py
 rename meta/recipes-core/glib-networking/{glib-networking_2.60.2.bb => glib-networking_2.60.3.bb} (87%)
 rename meta/recipes-core/libxcrypt/{libxcrypt_4.4.6.bb => libxcrypt_4.4.7.bb} (86%)
 delete mode 100644 meta/recipes-core/systemd/systemd/0001-core-set-fs.file-max-sysctl-to-LONG_MAX-rather-than-.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0001-networkd-fix-link-up.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0002-network-do-not-send-ipv6.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0006-network-remove-redunant-link-name-in-message.patch
 rename meta/recipes-devtools/help2man/{help2man-native_1.47.10.bb => help2man-native_1.47.11.bb} (79%)
 create mode 100644 meta/recipes-devtools/libedit/libedit/0001-readline.c-fix-cannot-get-history.patch
 rename meta/recipes-devtools/python/{python3-pip_19.2.2.bb => python3-pip_19.2.3.bb} (81%)
 delete mode 100644 meta/recipes-devtools/subversion/subversion/subversion-1.12.0-apr_1.7.0_fix-1.patch
 rename meta/recipes-devtools/subversion/{subversion_1.12.0.bb => subversion_1.12.2.bb} (94%)
 delete mode 100644 meta/recipes-extended/iputils/iputils/ai_canonidn.patch
 delete mode 100644 meta/recipes-extended/iputils/iputils/install.patch
 delete mode 100644 meta/recipes-extended/iputils/iputils_s20180629.bb
 create mode 100644 meta/recipes-extended/iputils/iputils_s20190709.bb
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2018-1000877.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2018-1000878.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2018-1000879.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2018-1000880.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2019-1000019.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2019-1000020.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/bug1066.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/non-recursive-extract-and-list.patch
 rename meta/recipes-extended/libarchive/{libarchive_3.3.3.bb => libarchive_3.4.0.bb} (78%)
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-cve-meltdown.c-Fix-kernel-symbol-finding.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-dtb.inc
 delete mode 100644 meta/recipes-multimedia/flac/flac/CVE-2017-6888.patch
 rename meta/recipes-multimedia/flac/{flac_1.3.2.bb => flac_1.3.3.bb} (91%)
 rename meta/recipes-support/boost/{bjam-native_1.69.0.bb => bjam-native_1.71.0.bb} (57%)
 rename meta/recipes-support/boost/{boost-1.69.0.inc => boost-1.71.0.inc} (77%)
 rename meta/recipes-support/boost/{boost_1.69.0.bb => boost_1.71.0.bb} (100%)
 create mode 100644 meta/recipes-support/boost/files/0001-Build-debug-version-of-bjam.patch
 create mode 100644 meta/recipes-support/boost/files/0001-build.sh-use-DNDEBUG-also-in-debug-builds.patch
 delete mode 100644 meta/recipes-support/boost/files/bjam-native-build-bjam.debug.patch
 create mode 100644 meta/recipes-support/libffi/libffi/0001-Fixed-missed-ifndef-for-__mips_soft_float.patch

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


More information about the Openembedded-commits mailing list