From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/25] Patch review
Date: Sun, 30 Aug 2020 08:15:54 -1000 [thread overview]
Message-ID: <cover.1598810890.git.steve@sakoman.com> (raw)
Please review this next set of patches for dunfell and have comments back
by end of day Tuesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1320
The following changes since commit bec0a45393d968251059f5075add2cf633aecd1a:
runqemu: Check gtk or sdl option is passed together with gl or gl-es options. (2020-08-19 04:11:14 -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):
linux-firmware: upgrade 20200619 -> 20200721
linux-firmware: update 20200721 -> 20200817
Armin Kuster (1):
bind: update to 9.11.22 ESV
Bruce Ashfield (4):
linux-yocto/5.4: update to v5.4.59
linux-yocto/5.4: update to v5.4.60
linux-yocto/5.4: update to v5.4.61
kernel-yocto: checksum all modifications to available kernel fragments
directories
Changqing Li (1):
gpgme: fix multilib header conflict
Guillaume Champagne (1):
weston: add missing packageconfigs
Joshua Watt (1):
oeqa: runtime_tests: Extra GPG debugging
Mark Hatle (2):
package_tar.bbclass: Sync to the other package_* classes
package.bbclass: Sort shlib2 output for hash equivalency
Martin Jansa (2):
devtool: expand SRC_URI when guessing recipe update mode
perf: backport a fix for confusing non-fatal error
Ming Liu (4):
conf/machine: set UBOOT_MACHINE for qemumips and qemumips64
multilib.conf: add u-boot to NON_MULTILIB_RECIPES
libubootenv: uprev to v0.3
libubootenv: inherit uboot-config
Peter A. Bigot (1):
bluez5: fix builds that require ell support
Rasmus Villemoes (1):
kernel.bbclass: run do_symlink_kernsrc before do_patch
Richard Purdie (1):
runqemu: Show an error for conflicting graphics options
Ross Burton (1):
package.bbclass: explode the RPROVIDES so we don't think the versions
are provides
TeohJayShen (2):
oeqa/manual/bsp-hw.json : remove shutdown_system test
oeqa/manual/bsp-hw.json : remove
X_server_can_start_up_with_runlevel_5_boot test
Vijai Kumar K (1):
image_types_wic: Add ASSUME_PROVIDED to WICVARS
meta/classes/image_types_wic.bbclass | 3 +-
meta/classes/kernel-yocto.bbclass | 16 +++++++
meta/classes/kernel.bbclass | 2 +-
meta/classes/nopackages.bbclass | 1 +
meta/classes/package.bbclass | 4 +-
meta/classes/package_tar.bbclass | 6 +--
meta/conf/machine/qemumips.conf | 2 +
meta/conf/machine/qemumips64.conf | 2 +
meta/conf/multilib.conf | 2 +-
meta/lib/oeqa/manual/bsp-hw.json | 44 -------------------
meta/lib/oeqa/selftest/cases/runtime_test.py | 2 +-
...{libubootenv_0.2.bb => libubootenv_0.3.bb} | 9 ++--
.../bind/{bind_9.11.21.bb => bind_9.11.22.bb} | 2 +-
meta/recipes-connectivity/bluez5/bluez5.inc | 4 +-
meta/recipes-graphics/wayland/weston_8.0.0.bb | 20 ++++++++-
...20200619.bb => linux-firmware_20200817.bb} | 4 +-
.../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-kernel/perf/perf.bb | 4 ++
meta/recipes-support/gpgme/gpgme_1.13.1.bb | 6 ++-
scripts/lib/devtool/standard.py | 2 +-
scripts/runqemu | 4 ++
23 files changed, 91 insertions(+), 84 deletions(-)
rename meta/recipes-bsp/u-boot/{libubootenv_0.2.bb => libubootenv_0.3.bb} (78%)
rename meta/recipes-connectivity/bind/{bind_9.11.21.bb => bind_9.11.22.bb} (98%)
rename meta/recipes-kernel/linux-firmware/{linux-firmware_20200619.bb => linux-firmware_20200817.bb} (99%)
--
2.17.1
next reply other threads:[~2020-08-30 18:16 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-30 18:15 Steve Sakoman [this message]
2020-08-30 18:15 ` [OE-core][dunfell 01/25] oeqa: runtime_tests: Extra GPG debugging Steve Sakoman
2020-08-30 18:15 ` [OE-core][dunfell 02/25] runqemu: Show an error for conflicting graphics options Steve Sakoman
2020-08-30 18:15 ` [OE-core][dunfell 03/25] oeqa/manual/bsp-hw.json : remove shutdown_system test Steve Sakoman
2020-08-30 18:15 ` [OE-core][dunfell 04/25] oeqa/manual/bsp-hw.json : remove X_server_can_start_up_with_runlevel_5_boot test Steve Sakoman
2020-08-30 18:15 ` [OE-core][dunfell 05/25] package_tar.bbclass: Sync to the other package_* classes Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 06/25] package.bbclass: Sort shlib2 output for hash equivalency Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 07/25] package.bbclass: explode the RPROVIDES so we don't think the versions are provides Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 08/25] image_types_wic: Add ASSUME_PROVIDED to WICVARS Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 09/25] devtool: expand SRC_URI when guessing recipe update mode Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 10/25] weston: add missing packageconfigs Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 11/25] gpgme: fix multilib header conflict Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 12/25] perf: backport a fix for confusing non-fatal error Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 13/25] bind: update to 9.11.22 ESV Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 14/25] bluez5: fix builds that require ell support Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 15/25] conf/machine: set UBOOT_MACHINE for qemumips and qemumips64 Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 16/25] multilib.conf: add u-boot to NON_MULTILIB_RECIPES Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 17/25] libubootenv: uprev to v0.3 Steve Sakoman
2020-09-09 13:26 ` Stefano Babic
2020-08-30 18:16 ` [OE-core][dunfell 18/25] libubootenv: inherit uboot-config Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 19/25] linux-yocto/5.4: update to v5.4.59 Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 20/25] linux-yocto/5.4: update to v5.4.60 Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 21/25] linux-yocto/5.4: update to v5.4.61 Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 22/25] kernel-yocto: checksum all modifications to available kernel fragments directories Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 23/25] kernel.bbclass: run do_symlink_kernsrc before do_patch Steve Sakoman
2020-09-12 1:40 ` Chanho Park
2020-09-12 19:10 ` Steve Sakoman
[not found] ` <16341EFF0D914A74.16354@lists.openembedded.org>
2020-09-16 15:18 ` Steve Sakoman
2020-09-21 8:58 ` Rasmus Villemoes
2020-08-30 18:16 ` [OE-core][dunfell 24/25] linux-firmware: upgrade 20200619 -> 20200721 Steve Sakoman
2020-08-30 18:16 ` [OE-core][dunfell 25/25] linux-firmware: update 20200721 -> 20200817 Steve Sakoman
2020-09-01 11:07 ` [OE-core][dunfell 00/25] Patch review Richard Purdie
2020-09-01 14:06 ` Steve Sakoman
2020-09-02 3:28 ` Christopher Clark
2020-09-02 14:52 ` Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2021-09-24 14:15 Steve Sakoman
2021-05-10 14:28 Steve Sakoman
2020-12-14 14:36 Steve Sakoman
2020-07-06 16:10 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.1598810890.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