[oe-commits] [openembedded-core] branch master updated (95ad562 -> f963a51)

git at git.openembedded.org git at git.openembedded.org
Fri Sep 27 12:03:04 UTC 2019


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

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

    from 95ad562  build-appliance-image: Update to master head revision
     add 61c4136  package: Multiple shlib_providers for the same file should error
     add d954ddc  initramfs-framework: fix var name
     add 3806d38  oeqa/selftest/reproducible: test ipkgs too
     new abc51bf  json-c: Don't --enable-rdrand
     new f69cb86  distcc: clean up the UI install logic
     new f43ccc8  distcc: use --enable-tcp-insecure instead of --make-me-a-botnet
     new ca07f88  distcc: split into client and server packages
     new 9f9706d  systemd: Make it build with hwdb disabled
     new 046d7e1  devtool.py: change to do clean before remove-layer
     new f4621cf  devtool.py: fix buildclean test
     new 32b0265  json-c: clean up recipe
     new 4ed7861  Revert "meta-extsdk: Either an sstate task is a proper task or it isn't"
     new 94f5f7b  linux-yocto/5.2: update to v5.2.13
     new 885eeb5  linux-yocto/4.19: update to v4.19.72
     new ece5ad6  linux-yocto/5.2: update to v5.2.14
     new c4811bc  linux-yocto/5.2: update to v5.2.16
     new ee7b48e  linux-yocto/5.2: update to v5.2.17
     new f73676b  cases/bbtests.py: test_bitbake_g(): Check base-files rather than busybox
     new 853c350  musl: Fix riscv64 CAS functions
     new 198689f  qemuriscv: Do not blacklist clang anymore
     new db22dbe  u-boot: add CVE patches for u-boot
     new ba2df1f  sdk: Install nativesdk locales for all TCLIBC variants
     new 0217a03  wic: Using the right rootfs size during prepare_rootfs
     new bd8ba62  expect: Fix configure error for nativesdk
     new fd3c468  net-tools: Fix installed-vs-shipped for nativesdk
     new 141d024  classes/image-live.bbclass: Don't hardcode cpio.gz
     new ac27d12  classes/reproducible_build: Move SDE deploy to another directory
     new c8d0bf3  expect: Fix buffer overflow error when build in long path
     new 69b7a2b  devtool: finish: Keep patches ordered when updating bbappend
     new 4433d31  devtool: finish: Add suppport for the --no-clean option
     new 7ed7dc3  python3-subunit: ensure runtime dependencies are present
     new a424ef0  oeqa: Test multiconfig parsing
     new 642b3e7  ffmpeg: update from 4.2 to 4.2.1
     new 952a3fa  kexec-tools: fix arm kexec failure for __NR_kexec_file_load
     new cce4af6  json-c: use GitHub for upstream release checking
     new 39f53aa  python3-pip: ensure pickle is installed
     new f963a51  kernel.fitimage.bbclass: remove ramdisk_ctype

The 34 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/package.bbclass                       |  21 ++--
 meta/classes/reproducible_build.bbclass            |  12 +-
 meta/conf/machine/include/riscv/qemuriscv.inc      |  13 ---
 meta/lib/oe/sdk.py                                 |   4 -
 meta/lib/oeqa/selftest/case.py                     |  17 ++-
 meta/lib/oeqa/selftest/cases/bbtests.py            |   5 +-
 meta/lib/oeqa/selftest/cases/devtool.py            |  15 +--
 meta/lib/oeqa/selftest/cases/multiconfig.py        |  45 ++++++--
 meta/lib/oeqa/selftest/cases/reproducible.py       |   2 +-
 .../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 +-
 .../initrdscripts/initramfs-framework/rootfs       |   4 +-
 meta/recipes-core/meta/meta-extsdk-toolchain.bb    |   5 -
 ...-operand-specifiers-in-the-riscv64-CAS-ro.patch |  55 ++++++++++
 meta/recipes-core/musl/musl_git.bb                 |   1 +
 meta/recipes-core/systemd/systemd_243.bb           |   7 +-
 meta/recipes-devtools/distcc/distcc_3.3.3.bb       |  38 +++----
 meta/recipes-devtools/distcc/files/default         |   2 +-
 .../distcc/files/distccmon-gnome.desktop           |  12 --
 meta/recipes-devtools/distcc/files/fix-gnome.patch | 122 +++++++++++++++++++++
 .../distcc/files/separatebuilddir.patch            |  42 ++++---
 ...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      |  18 +--
 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 +++-
 49 files changed, 928 insertions(+), 204 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
 delete mode 100644 meta/recipes-devtools/distcc/files/distccmon-gnome.desktop
 create mode 100644 meta/recipes-devtools/distcc/files/fix-gnome.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