From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/15] Patch review
Date: Mon, 13 Jul 2020 04:16:48 -1000 [thread overview]
Message-ID: <cover.1594649587.git.steve@sakoman.com> (raw)
Please review these changes for dunfell and have comments back
by end of day Wednesday.
Passed a-full build on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1157
The following changes since commit cabaf5654db5db12b6576ef0ebae9bc7b422a8ca:
iso-codes: switch upstream branch master -> main (2020-07-07 07:07:06 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut
Alexander Kanavin (2):
gobject-introspection: add a patch to fix a build race
icu: make filtered data generation optional, serial and off by default
Andrey Zhizhikin (1):
kernel/yocto: fix search for defconfig from src_uri
Bjarne Michelsen (1):
devtool: default to empty string, if LIC_FILES_CHKSUM is not available
Bruce Ashfield (2):
kernel/yocto: ensure that defconfigs are processed first
linux-yocto/5.4: update to v5.4.50
Christian Eggers (1):
libnl: Extend for native/nativesdk
Hannu Lounento (1):
openssl: move ${libdir}/[...]/openssl.cnf to ${PN}-conf
Joshua Watt (2):
classes/archiver: run do_unpack_and_patch after do_preconfigure
classes/archive: do_configure should not depend on do_ar_patched
Konrad Weihmann (1):
systemd: remove kernel-install from base pkg
Rasmus Villemoes (1):
coreutils: don't split stdbuf to own package with single-binary
Timon Ulrich (2):
kernel.bbclass: add lz4 dependency and fix the call to lz4
kernel.bbclass: make dependency on lzop-native conditional
Vacek, Patrick (1):
oeqa/core/loader: fix regex to include numbers
meta/classes/archiver.bbclass | 4 +--
meta/classes/kernel-yocto.bbclass | 34 ++++++++++++-------
meta/classes/kernel.bbclass | 6 ++--
meta/lib/oeqa/core/loader.py | 2 +-
.../openssl/openssl_1.1.1g.bb | 4 ++-
meta/recipes-core/coreutils/coreutils_8.31.bb | 15 ++++++--
meta/recipes-core/systemd/systemd_244.3.bb | 1 -
...ency-for-g-ir-compiler-for-building-.patch | 33 ++++++++++++++++++
.../gobject-introspection_1.62.0.bb | 1 +
.../linux/linux-yocto-rt_5.4.bb | 6 ++--
.../linux/linux-yocto-tiny_5.4.bb | 8 ++---
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 ++++++------
meta/recipes-support/icu/icu.inc | 4 ++-
meta/recipes-support/icu/icu_66.1.bb | 6 +++-
meta/recipes-support/libnl/libnl_3.5.0.bb | 2 ++
scripts/lib/devtool/upgrade.py | 4 +--
16 files changed, 109 insertions(+), 43 deletions(-)
create mode 100644 meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-gir-add-a-dependency-for-g-ir-compiler-for-building-.patch
--
2.17.1
next reply other threads:[~2020-07-13 14:17 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-13 14:16 Steve Sakoman [this message]
2020-07-13 14:16 ` [OE-core][dunfell 01/15] gobject-introspection: add a patch to fix a build race Steve Sakoman
2020-07-13 14:16 ` [OE-core][dunfell 02/15] icu: make filtered data generation optional, serial and off by default Steve Sakoman
2020-07-13 14:16 ` [OE-core][dunfell 03/15] classes/archiver: run do_unpack_and_patch after do_preconfigure Steve Sakoman
2020-07-13 14:16 ` [OE-core][dunfell 04/15] classes/archive: do_configure should not depend on do_ar_patched Steve Sakoman
2020-07-13 14:16 ` [OE-core][dunfell 05/15] kernel/yocto: ensure that defconfigs are processed first Steve Sakoman
2020-07-13 14:16 ` [OE-core][dunfell 06/15] kernel/yocto: fix search for defconfig from src_uri Steve Sakoman
2020-07-13 14:16 ` [OE-core][dunfell 07/15] kernel.bbclass: add lz4 dependency and fix the call to lz4 Steve Sakoman
2020-07-13 14:16 ` [OE-core][dunfell 08/15] kernel.bbclass: make dependency on lzop-native conditional Steve Sakoman
2020-07-13 21:29 ` Max Krummenacher
2020-07-13 22:52 ` Andre McCurdy
2020-07-13 23:04 ` Steve Sakoman
2020-07-13 23:59 ` Khem Raj
2020-07-14 12:42 ` Max Krummenacher
2020-07-13 14:16 ` [OE-core][dunfell 09/15] systemd: remove kernel-install from base pkg Steve Sakoman
2020-07-13 14:16 ` [OE-core][dunfell 10/15] oeqa/core/loader: fix regex to include numbers Steve Sakoman
2020-07-13 14:16 ` [OE-core][dunfell 11/15] linux-yocto/5.4: update to v5.4.50 Steve Sakoman
2020-07-13 14:17 ` [OE-core][dunfell 12/15] openssl: move ${libdir}/[...]/openssl.cnf to ${PN}-conf Steve Sakoman
2020-07-13 14:17 ` [OE-core][dunfell 13/15] devtool: default to empty string, if LIC_FILES_CHKSUM is not available Steve Sakoman
2020-07-13 14:17 ` [OE-core][dunfell 14/15] libnl: Extend for native/nativesdk Steve Sakoman
2020-07-13 14:17 ` [OE-core][dunfell 15/15] coreutils: don't split stdbuf to own package with single-binary Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2021-04-01 15:27 [OE-core][dunfell 00/15] Patch review Steve Sakoman
2021-10-04 14:18 Steve Sakoman
2023-11-11 15:02 Steve Sakoman
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.1594649587.git.steve@sakoman.com \
--to=steve@sakoman.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox