mbox

[hardknott,00/20] Review request

Message ID cover.1639365111.git.anuj.mittal@intel.com
State Not Applicable, archived
Headers show

Pull-request

git://push.openembedded.org/openembedded-core-contrib anujm/hardknott

Message

Mittal, Anuj Dec. 13, 2021, 4:16 a.m. UTC
Next set of changes for hardknott. Please review. No related problems
seen while testing on autobuilder.

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3017

Thanks,

Anuj

The following changes since commit d748ebb61d4dd355265f4a78790b4c30c3ec1a61:

  cups: Fix missing installation of cups sysv init scripts (2021-11-29 13:07:24 +0800)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib anujm/hardknott

Alexander Kanavin (1):
  libpcre/libpcre2: correct SRC_URI

Anuj Mittal (1):
  python3: upgrade 3.9.7 -> 3.9.9

Bruce Ashfield (2):
  linux-yocto/5.10: update to v5.10.82
  linux-yocto-rt/5.10: update to -rt56

Chen Qi (1):
  patchelf: fix PT_PHDR program header corruption

Dhruva Gole (1):
  scripts/checklayer/common.py: Fixed a minor grammatical error

Pavel Zhukov (1):
  patch.py: Initialize git repo before patching

Quentin Schulz (1):
  README.OE-Core.md: update URLs

Richard Purdie (3):
  buildhistory: Fix srcrevs output
  oeqa/parselogs: Fix quoting
  gcc: Add CVE-2021-37322 to the list of CVEs to ignore

Ross Burton (3):
  recipetool: handle GitLab URLs like we do GitHub
  recipetool: extend curl detection when creating recipes
  runqemu: check the qemu PID has been set before kill()ing it

Schmidt, Adriaan (1):
  wic: support rootdev identified by partition label

Stefan Herbrechtsmeier (2):
  recipetool: Set master branch only as fallback
  selftest/devtool: Check branch in git fetch

Steve Sakoman (1):
  cve-extra-exclusions: add db CVEs to exclusion list

Thomas Perrot (1):
  uboot-sign: fix the concatenation when multiple U-BOOT configurations
    are specified

Vyacheslav Yurkov (1):
  rootfs-postcommands: update systemd_create_users

 README.OE-Core                                | 10 ++--
 meta/classes/buildhistory.bbclass             | 30 +++++-------
 meta/classes/rootfs-postcommands.bbclass      |  2 +-
 meta/classes/uboot-sign.bbclass               | 16 ++++++-
 .../distro/include/cve-extra-exclusions.inc   |  9 ++++
 meta/lib/oe/patch.py                          | 16 ++++++-
 meta/lib/oeqa/runtime/cases/parselogs.py      | 14 +++---
 meta/lib/oeqa/selftest/cases/bbtests.py       | 15 ++++++
 meta/lib/oeqa/selftest/cases/devtool.py       |  5 +-
 meta/recipes-devtools/gcc/gcc-10.2.inc        |  3 ++
 .../patchelf/0001-merge-from-PR243.patch      | 47 +++++++++++++++++++
 .../patchelf/patchelf_0.12.bb                 |  1 +
 ...-detection-of-mips-architecture-for-.patch | 20 ++++----
 .../{python3_3.9.7.bb => python3_3.9.9.bb}    |  2 +-
 .../linux/linux-yocto-rt_5.10.bb              |  6 +--
 .../linux/linux-yocto-tiny_5.10.bb            |  8 ++--
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +++++-----
 .../recipes-support/libpcre/libpcre2_10.36.bb |  4 +-
 meta/recipes-support/libpcre/libpcre_8.44.bb  |  2 +-
 scripts/lib/checklayer/cases/common.py        |  2 +-
 scripts/lib/recipetool/create.py              | 17 ++++---
 scripts/lib/recipetool/create_buildsys.py     |  3 +-
 scripts/lib/wic/plugins/imager/direct.py      |  2 +
 scripts/runqemu                               |  3 +-
 24 files changed, 182 insertions(+), 79 deletions(-)
 create mode 100644 meta/recipes-devtools/patchelf/patchelf/0001-merge-from-PR243.patch
 rename meta/recipes-devtools/python/{python3_3.9.7.bb => python3_3.9.9.bb} (99%)