diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-02-29 16:03:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-03 16:25:20 +0000 |
commit | 2387bd6323c9dde513ace2aa3b799b8f71109700 (patch) | |
tree | 0e20042e7de82e4a02a48ba76eb3d17b2030e6a0 | |
parent | 25d60ac6f61cc186b4c5a961554bee583736fd17 (diff) | |
download | poky-2387bd6323c9dde513ace2aa3b799b8f71109700.tar.gz |
core-image-full-cmdline: add package-management
Add "package-management" image feature to the core-image-full-cmdline image,
to support package upgrade testing.
(From OE-Core rev: 6f06e18adbea74340415807842cac443e3bf37da)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Suggested-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/images/core-image-full-cmdline.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/images/core-image-full-cmdline.bb b/meta/recipes-extended/images/core-image-full-cmdline.bb index 4e1cf58d55..b034cd0aeb 100644 --- a/meta/recipes-extended/images/core-image-full-cmdline.bb +++ b/meta/recipes-extended/images/core-image-full-cmdline.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "A console-only image with more full-featured Linux system \ | 1 | SUMMARY = "A console-only image with more full-featured Linux system \ |
2 | functionality installed." | 2 | functionality installed." |
3 | 3 | ||
4 | IMAGE_FEATURES += "splash ssh-server-openssh" | 4 | IMAGE_FEATURES += "splash ssh-server-openssh package-management" |
5 | 5 | ||
6 | IMAGE_INSTALL = "\ | 6 | IMAGE_INSTALL = "\ |
7 | packagegroup-core-boot \ | 7 | packagegroup-core-boot \ |