Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Steve Sakoman <steve@sakoman.com>,
	openembedded-core@lists.openembedded.org
Subject: Re: [OE-core][kirkstone 00/34] Pull request (cover letter only)
Date: Tue, 3 May 2022 16:44:25 -0700	[thread overview]
Message-ID: <e3891bfd-95ec-15d5-0b11-36966cd3eaa7@gmail.com> (raw)
In-Reply-To: <cover.1651617090.git.steve@sakoman.com>

can you pick


https://git.openembedded.org/openembedded-core/commit/?id=20e9917b8d40f576b3661bc29e13602a24e86b7b

too plz

On 5/3/22 15:33, Steve Sakoman wrote:
> The following changes since commit ca1c990df62f1b3d53b2114a387f192efe7e38e8:
> 
>    ruby: upgrade 3.1.1 -> 3.1.2 (2022-04-28 17:07:01 +0100)
> 
> are available in the Git repository at:
> 
>    git://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next
>    http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-next
> 
> Alexander Kanavin (2):
>    glib: upgrade 2.72.0 -> 2.72.1
>    libxml2: update patch status
> 
> Carlos Rafael Giani (2):
>    gstreamer1.0-plugins-good: Fix libsoup dependency
>    gstreamer1.0: Minor documentation addition
> 
> Chen Qi (2):
>    cases/buildepoxy.py: fix typo
>    go.bbclass: disable the use of the default configuration file
> 
> Davide Gardenal (1):
>    create-spdx: delete virtual/kernel dependency to fix FreeRTOS build
> 
> Dmitry Baryshkov (2):
>    linux-firmware: correct license for ar3k firmware
>    arch-armv8-2a.inc: fix a typo in TUNEVALID variable
> 
> Henning Schild (1):
>    wic: do not use PARTLABEL for msdos partition tables
> 
> Khem Raj (7):
>    seatd: Disable overflow warning as error on ppc64/musl
>    musl: Fix build when usrmerge distro feature is enabled
>    gcompat: Fix build when usrmerge distro feature is enabled
>    libc-glibc: Use libxcrypt to provide virtual/crypt
>    qemu.bbclass: Extend ppc/ppc64 extra options
>    busybox: Use base_bindir instead of hardcoding /bin path
>    util-linux: Create u-a symlink for findfs utility
> 
> Naveen Saini (1):
>    gstreamer1.0-plugins-bad: drop patch
> 
> Nicolas Dechesne (1):
>    sanity: skip make 4.2.1 warning for debian
> 
> Paul Gortmaker (1):
>    install/devshell: Introduce git intercept script due to fakeroot
>      issues
> 
> Peter Kjellerstedt (2):
>    terminal.py: Restore error output from Terminal
>    devshell.bbclass: Allow devshell & pydevshell to use the network
> 
> Pgowda (1):
>    glibc: ptest: Fix glibc-tests package issue
> 
> Rahul Kumar (1):
>    neard: Switch SRC_URI to git repo
> 
> Richard Purdie (2):
>    base: Drop git intercept
>    staging: Ensure we filter out ourselves
> 
> Ross Burton (5):
>    e2fsprogs: fix CVE-2022-1304
>    python3: ignore CVE-2015-20107
>    cve_check: skip remote patches that haven't been fetched when
>      searching for CVE tags
>    subversion: upgrade to 1.14.2
>    bitbake.conf: mark all directories as safe for git to read
> 
> Russ Dill (2):
>    package.bbclass: Prevent perform_packagecopy from removing
>      /sysroot-only
>    kernel-yocto.bbclass: Fixup do_kernel_configcheck usage of KMETA
> 
> wangmy (1):
>    apt: upgrade 2.4.4 -> 2.4.5
> 
>   meta/classes/create-spdx.bbclass              |  2 -
>   meta/classes/devshell.bbclass                 |  4 ++
>   meta/classes/go.bbclass                       |  1 +
>   meta/classes/kernel-yocto.bbclass             | 14 ++--
>   meta/classes/package.bbclass                  |  8 +--
>   meta/classes/qemu.bbclass                     |  6 +-
>   meta/classes/sanity.bbclass                   |  2 +-
>   meta/classes/staging.bbclass                  |  2 +-
>   meta/conf/bitbake.conf                        |  8 +++
>   meta/conf/distro/include/tclibc-glibc.inc     |  1 +
>   .../machine/include/arm/arch-armv8-2a.inc     |  2 +-
>   meta/lib/oe/cve_check.py                      |  5 +-
>   meta/lib/oe/terminal.py                       |  3 +-
>   meta/lib/oeqa/sdk/cases/buildepoxy.py         |  2 +-
>   meta/recipes-connectivity/neard/neard_0.16.bb | 13 ++--
>   meta/recipes-core/busybox/busybox.inc         |  2 +-
>   ...s-for-typechecking-with-atomic-compa.patch | 64 -----------------
>   ...variant-of-g_atomic_int_compare_and_.patch | 70 ------------------
>   ...ble-more-tests-while-cross-compiling.patch | 32 ++++-----
>   .../glib-2.0/glib-2.0/relocate-modules.patch  |  8 +--
>   ...{glib-2.0_2.72.0.bb => glib-2.0_2.72.1.bb} |  4 +-
>   meta/recipes-core/glibc/glibc-tests_2.35.bb   |  3 +-
>   .../recipes-core/libxml/libxml2/runtest.patch |  4 +-
>   meta/recipes-core/musl/gcompat_git.bb         |  8 +--
>   meta/recipes-core/musl/musl_git.bb            |  6 +-
>   meta/recipes-core/seatd/seatd_0.6.4.bb        |  3 +
>   .../util-linux/util-linux_2.37.4.bb           |  1 +
>   .../apt/{apt_2.4.4.bb => apt_2.4.5.bb}        |  2 +-
>   .../e2fsprogs/e2fsprogs/extents.patch         | 56 +++++++++++++++
>   .../e2fsprogs/e2fsprogs_1.46.5.bb             |  1 +
>   .../recipes-devtools/python/python3_3.10.4.bb |  3 +
>   .../subversion/subversion/disable_macos.patch | 71 -------------------
>   ...version_1.14.1.bb => subversion_1.14.2.bb} |  3 +-
>   .../linux-firmware/linux-firmware_20220411.bb |  4 +-
>   .../0005-msdk-fix-includedir-path.patch       | 40 -----------
>   .../gstreamer1.0-plugins-bad_1.20.1.bb        |  3 +-
>   .../gstreamer1.0-plugins-base_1.20.1.bb       |  2 +
>   .../gstreamer1.0-plugins-good_1.20.1.bb       |  7 +-
>   scripts/git-intercept/git                     | 19 +++++
>   scripts/lib/wic/plugins/imager/direct.py      |  2 +-
>   40 files changed, 174 insertions(+), 317 deletions(-)
>   delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-tests-Add-C-tests-for-typechecking-with-atomic-compa.patch
>   delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0002-gatomic-Add-a-C-variant-of-g_atomic_int_compare_and_.patch
>   rename meta/recipes-core/glib-2.0/{glib-2.0_2.72.0.bb => glib-2.0_2.72.1.bb} (90%)
>   rename meta/recipes-devtools/apt/{apt_2.4.4.bb => apt_2.4.5.bb} (97%)
>   create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/extents.patch
>   delete mode 100644 meta/recipes-devtools/subversion/subversion/disable_macos.patch
>   rename meta/recipes-devtools/subversion/{subversion_1.14.1.bb => subversion_1.14.2.bb} (96%)
>   delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0005-msdk-fix-includedir-path.patch
>   create mode 100755 scripts/git-intercept/git
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#165207): https://lists.openembedded.org/g/openembedded-core/message/165207
> Mute This Topic: https://lists.openembedded.org/mt/90876532/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


  reply	other threads:[~2022-05-03 23:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-03 22:33 [OE-core][kirkstone 00/34] Pull request (cover letter only) Steve Sakoman
2022-05-03 23:44 ` Khem Raj [this message]
2022-05-03 23:57   ` Steve Sakoman
2022-05-04  0:00     ` Khem Raj

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=e3891bfd-95ec-15d5-0b11-36966cd3eaa7@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=steve@sakoman.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox