[oe-commits] [openembedded-core] branch master-next updated (39afb84 -> 8a9b3bd)

git at git.openembedded.org git at git.openembedded.org
Thu Sep 26 20:38:56 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.

    from 39afb84  fix selftest
     new afd653e  sstatesig: Fix test
     new 9564fb3  linux-yocto/5.2: update to v5.2.13
     new 8db1d8e  linux-yocto/4.19: update to v4.19.72
     new cbbf2a1  linux-yocto/5.2: update to v5.2.14
     new 315b6e2  linux-yocto/5.2: update to v5.2.16
     new 36a4125  linux-yocto/5.2: update to v5.2.17
     new 878c286  cases/bbtests.py: test_bitbake_g(): Check base-files rather than busybox
     new e51b591  musl: Fix riscv64 CAS functions
     new dde59a5  qemuriscv: Do not blacklist clang anymore
     new 8d47073  u-boot: add CVE patches for u-boot
     new 4012d0b  sdk: Install nativesdk locales for all TCLIBC variants
     new 160f6b5  wic: Using the right rootfs size during prepare_rootfs
     new a091459  expect: Fix configure error for nativesdk
     new 20c02db  net-tools: Fix installed-vs-shipped for nativesdk
     new 1b2ee06  classes/image-live.bbclass: Don't hardcode cpio.gz
     new 5c03d1c  classes/reproducible_build: Move SDE deploy to another directory
     new 0d97870  expect: Fix buffer overflow error when build in long path
     new 6529ab3  devtool: finish: Keep patches ordered when updating bbappend
     new 65ffca8  devtool: finish: Add suppport for the --no-clean option
     new e500a5b  python3-subunit: ensure runtime dependencies are present
     new acb3809  oeqa: Test multiconfig parsing
     new 71d9b35  ffmpeg: update from 4.2 to 4.2.1
     new e1a06c3  kexec-tools: fix arm kexec failure for __NR_kexec_file_load
     new 30d517b  json-c: use GitHub for upstream release checking
     new ac04023  python3-pip: ensure pickle is installed
     new 8a9b3bd  kernel.fitimage.bbclass: remove ramdisk_ctype

The 26 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:
 .../multiconfig/multiconfig-test-parse.bb          | 11 ++++
 meta/classes/image-live.bbclass                    |  2 +-
 meta/classes/kernel-fitimage.bbclass               | 21 +------
 meta/classes/reproducible_build.bbclass            | 12 +++-
 meta/conf/machine/include/riscv/qemuriscv.inc      | 13 ----
 meta/lib/oe/sdk.py                                 |  4 --
 meta/lib/oe/sstatesig.py                           |  2 +-
 meta/lib/oeqa/selftest/case.py                     | 17 ++++--
 meta/lib/oeqa/selftest/cases/bbtests.py            |  5 +-
 meta/lib/oeqa/selftest/cases/multiconfig.py        | 45 ++++++++++----
 .../u-boot/files/0001-CVE-2019-13103.patch         | 69 ++++++++++++++++++++++
 .../u-boot/files/0002-CVE-2019-13104.patch         | 49 +++++++++++++++
 .../u-boot/files/0003-CVE-2019-13105.patch         | 37 ++++++++++++
 .../u-boot/files/0004-CVE-2019-13106.patch         | 56 ++++++++++++++++++
 .../files/0005-CVE-2019-14192-14193-14199.patch    | 43 ++++++++++++++
 ...-2019-14197-14200-14201-14202-14203-14204.patch | 44 ++++++++++++++
 .../u-boot/files/0007-CVE-2019-14194-14198.patch   | 42 +++++++++++++
 .../u-boot/files/0008-CVE-2019-14195.patch         | 42 +++++++++++++
 .../u-boot/files/0009-CVE-2019-14196.patch         | 48 +++++++++++++++
 meta/recipes-bsp/u-boot/u-boot-common.inc          | 12 +++-
 ...-operand-specifiers-in-the-riscv64-CAS-ro.patch | 55 +++++++++++++++++
 meta/recipes-core/musl/musl_git.bb                 |  1 +
 ...0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch | 55 +++++++++++++++++
 meta/recipes-devtools/expect/expect_5.45.4.bb      |  7 ++-
 meta/recipes-devtools/json-c/json-c_0.13.1.bb      |  9 +--
 meta/recipes-devtools/python/python3-pip_19.2.3.bb |  1 +
 .../python/python3-subunit_1.3.0.bb                |  2 +
 .../net-tools/net-tools_1.60-26.bb                 |  2 +-
 ...arm-undefine-__NR_kexec_file_load-for-arm.patch | 40 +++++++++++++
 meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb    |  1 +
 meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb   |  6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb    |  6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb |  8 +--
 meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb  |  8 +--
 meta/recipes-kernel/linux/linux-yocto_4.19.bb      | 20 +++----
 meta/recipes-kernel/linux/linux-yocto_5.2.bb       | 22 +++----
 .../ffmpeg/{ffmpeg_4.2.bb => ffmpeg_4.2.1.bb}      |  4 +-
 scripts/lib/devtool/standard.py                    | 11 ++--
 scripts/lib/wic/partition.py                       | 23 ++++++--
 39 files changed, 737 insertions(+), 118 deletions(-)
 create mode 100644 meta-selftest/recipes-test/multiconfig/multiconfig-test-parse.bb
 create mode 100644 meta/recipes-bsp/u-boot/files/0001-CVE-2019-13103.patch
 create mode 100644 meta/recipes-bsp/u-boot/files/0002-CVE-2019-13104.patch
 create mode 100644 meta/recipes-bsp/u-boot/files/0003-CVE-2019-13105.patch
 create mode 100644 meta/recipes-bsp/u-boot/files/0004-CVE-2019-13106.patch
 create mode 100644 meta/recipes-bsp/u-boot/files/0005-CVE-2019-14192-14193-14199.patch
 create mode 100644 meta/recipes-bsp/u-boot/files/0006-CVE-2019-14197-14200-14201-14202-14203-14204.patch
 create mode 100644 meta/recipes-bsp/u-boot/files/0007-CVE-2019-14194-14198.patch
 create mode 100644 meta/recipes-bsp/u-boot/files/0008-CVE-2019-14195.patch
 create mode 100644 meta/recipes-bsp/u-boot/files/0009-CVE-2019-14196.patch
 create mode 100644 meta/recipes-core/musl/musl/0001-correct-the-operand-specifiers-in-the-riscv64-CAS-ro.patch
 create mode 100644 meta/recipes-devtools/expect/expect/0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch
 create mode 100644 meta/recipes-kernel/kexec/kexec-tools/0006-kexec-arm-undefine-__NR_kexec_file_load-for-arm.patch
 rename meta/recipes-multimedia/ffmpeg/{ffmpeg_4.2.bb => ffmpeg_4.2.1.bb} (98%)

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


More information about the Openembedded-commits mailing list