From: Anuj Mittal <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [hardknott][PATCH 00/20] Review request
Date: Mon, 13 Dec 2021 12:16:59 +0800 [thread overview]
Message-ID: <cover.1639365111.git.anuj.mittal@intel.com> (raw)
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%)
--
2.33.1
next reply other threads:[~2021-12-13 4:17 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-13 4:16 Anuj Mittal [this message]
2021-12-13 4:17 ` [hardknott][PATCH 01/20] python3: upgrade 3.9.7 -> 3.9.9 Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 02/20] rootfs-postcommands: update systemd_create_users Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 03/20] buildhistory: Fix srcrevs output Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 04/20] wic: support rootdev identified by partition label Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 05/20] oeqa/parselogs: Fix quoting Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 06/20] scripts/checklayer/common.py: Fixed a minor grammatical error Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 07/20] README.OE-Core.md: update URLs Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 08/20] recipetool: handle GitLab URLs like we do GitHub Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 09/20] recipetool: extend curl detection when creating recipes Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 10/20] patch.py: Initialize git repo before patching Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 11/20] cve-extra-exclusions: add db CVEs to exclusion list Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 12/20] runqemu: check the qemu PID has been set before kill()ing it Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 13/20] recipetool: Set master branch only as fallback Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 14/20] selftest/devtool: Check branch in git fetch Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 15/20] linux-yocto/5.10: update to v5.10.82 Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 16/20] linux-yocto-rt/5.10: update to -rt56 Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 17/20] gcc: Add CVE-2021-37322 to the list of CVEs to ignore Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 18/20] uboot-sign: fix the concatenation when multiple U-BOOT configurations are specified Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 19/20] patchelf: fix PT_PHDR program header corruption Anuj Mittal
2021-12-13 4:17 ` [hardknott][PATCH 20/20] libpcre/libpcre2: correct SRC_URI Anuj Mittal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1639365111.git.anuj.mittal@intel.com \
--to=anuj.mittal@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.