From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/20] Patch review
Date: Fri, 17 Jul 2020 04:37:05 -1000 [thread overview]
Message-ID: <cover.1594996440.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 build on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1179
The following changes since commit c2ad3af9da9bb3a98c1d5d1b3d21eb8db643c189:
coreutils: don't split stdbuf to own package with single-binary (2020-07-13 17:14:28 -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 (1):
babeltrace: correct the git SRC_URI
Charlie Davies (1):
u-boot: fix condition to allow use of *.cfg
Christian Eggers (1):
avahi: Fix typo in recipe
Douglas (2):
nativesdk: clear MACHINE_FEATURES
nativesdk: Set the CXXFLAGS to the BUILDSDK_CXXFLAGS
Jens Rehsack (2):
subversion: extend for nativesdk
serf: extend for nativesdk
Khem Raj (2):
go: Disbale CGO for riscv64
go-dep: Fix build on riscv64
Konrad Weihmann (1):
ptest: append to FILES
Lee Chee Yang (1):
bison: fix Argument list too long error
Richard Purdie (4):
oeqa/selftest/sstatetests: Avoid polluting DL_DIR
qemurunner: Ensure pid location is deterministic
qemurunner: Add extra debug info when qemu fails to start
oeqa/utils/qemurunner: Fix missing pid file tracebacks
Ross Burton (1):
insane: consolidate skipping of temporary do_package files
Tim Orling (2):
lib/oe/recipeutils.py: add AUTHOR; BBCLASSEXTEND
scripts/lib/recipetool/create.py: fix regex strings
Yongxin Liu (2):
linux-firmware: fix the wrong file path for ibt-misc
linux-firmware: move ibt-misc to the end of ibt packages
meta/classes/insane.bbclass | 13 +-
meta/classes/nativesdk.bbclass | 3 +-
meta/classes/ptest.bbclass | 2 +-
meta/lib/oe/recipeutils.py | 2 +-
meta/lib/oeqa/selftest/cases/sstatetests.py | 5 +-
meta/lib/oeqa/utils/qemurunner.py | 15 +-
meta/recipes-bsp/u-boot/u-boot.inc | 2 +-
meta/recipes-connectivity/avahi/avahi_0.7.bb | 2 +-
meta/recipes-devtools/bison/bison_3.5.3.bb | 2 +-
.../0001-Update-sys-module-to-latest.patch | 145574 +++++++++++++++
meta/recipes-devtools/go/go-dep_0.5.4.bb | 1 +
meta/recipes-devtools/go/go-runtime_1.14.bb | 1 +
meta/recipes-devtools/go/go_1.14.bb | 2 +-
.../subversion/subversion_1.13.0.bb | 2 +-
.../linux-firmware/linux-firmware_20200619.bb | 5 +-
.../recipes-kernel/lttng/babeltrace2_2.0.2.bb | 2 +-
meta/recipes-kernel/lttng/babeltrace_1.5.8.bb | 2 +-
meta/recipes-support/serf/serf_1.3.9.bb | 2 +-
scripts/lib/recipetool/create.py | 10 +-
19 files changed, 145621 insertions(+), 26 deletions(-)
create mode 100644 meta/recipes-devtools/go/go-dep/0001-Update-sys-module-to-latest.patch
--
2.17.1
next reply other threads:[~2020-07-17 14:38 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-17 14:37 Steve Sakoman [this message]
2020-07-17 14:37 ` [OE-core][dunfell 01/20] insane: consolidate skipping of temporary do_package files Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 02/20] linux-firmware: fix the wrong file path for ibt-misc Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 03/20] linux-firmware: move ibt-misc to the end of ibt packages Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 04/20] bison: fix Argument list too long error Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 05/20] avahi: Fix typo in recipe Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 06/20] oeqa/selftest/sstatetests: Avoid polluting DL_DIR Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 07/20] subversion: extend for nativesdk Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 08/20] serf: " Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 09/20] u-boot: fix condition to allow use of *.cfg Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 10/20] go: Disbale CGO for riscv64 Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 11/20] go-dep: Fix build on riscv64 Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 12/20] ptest: append to FILES Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 13/20] nativesdk: clear MACHINE_FEATURES Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 14/20] nativesdk: Set the CXXFLAGS to the BUILDSDK_CXXFLAGS Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 15/20] lib/oe/recipeutils.py: add AUTHOR; BBCLASSEXTEND Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 16/20] scripts/lib/recipetool/create.py: fix regex strings Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 17/20] babeltrace: correct the git SRC_URI Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 18/20] qemurunner: Ensure pid location is deterministic Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 19/20] qemurunner: Add extra debug info when qemu fails to start Steve Sakoman
2020-07-17 14:37 ` [OE-core][dunfell 20/20] oeqa/utils/qemurunner: Fix missing pid file tracebacks Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2020-11-06 14:35 [OE-core][dunfell 00/20] Patch review Steve Sakoman
2022-02-03 19:50 Steve Sakoman
2022-02-21 14:13 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.1594996440.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