From: michael.opdenacker@bootlin.com
To: yocto@lists.yoctoproject.org
Cc: Michael Opdenacker <michael.opdenacker@bootlin.com>,
Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH yocto-autobuilder-helper v2] config.json: add "package-management" to images
Date: Fri, 22 Dec 2023 14:19:07 +0100 [thread overview]
Message-ID: <20231222131907.816564-1-michael.opdenacker@bootlin.com> (raw)
From: Michael Opdenacker <michael.opdenacker@bootlin.com>
For the binary distro effort, we want to implement a test that generates a feed
of packages, typically from the tip of a release branch (or master), and then
try to use this feed to update an image generated for the latest tag (release
or milestone) on this branch.
This patch makes it possible to use the images produced for releases
at https://downloads.yoctoproject.org/releases/yocto/, as they currently
don't have package management enabled.
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
CC: Alexander Kanavin <alex.kanavin@gmail.com>
---
Note: could not test this change!
Changes in V2:
- Add context to the commit message
---
config.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config.json b/config.json
index d504d07..bd0135e 100644
--- a/config.json
+++ b/config.json
@@ -74,7 +74,8 @@
"BB_LOG_HOST_STAT_ON_FAILURE = '1'",
"BB_LOG_HOST_STAT_CMDS_FAILURE = 'oe-time-dd-test.sh -l'",
"SDK_TOOLCHAIN_LANGS += 'rust'",
- "BB_SERVER_TIMEOUT = '60'"
+ "BB_SERVER_TIMEOUT = '60'",
+ "EXTRA_IMAGE_FEATURES += 'package-management'",
]
},
"templates" : {
--
2.34.1
next reply other threads:[~2023-12-22 13:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-22 13:19 michael.opdenacker [this message]
2023-12-22 14:13 ` [PATCH yocto-autobuilder-helper v2] config.json: add "package-management" to images Alexander Kanavin
2023-12-22 15:24 ` Michael Opdenacker
2023-12-22 16:04 ` Alexander Kanavin
2023-12-22 18:46 ` Michael Opdenacker
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=20231222131907.816564-1-michael.opdenacker@bootlin.com \
--to=michael.opdenacker@bootlin.com \
--cc=alex.kanavin@gmail.com \
--cc=yocto@lists.yoctoproject.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