diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-02-12 00:07:32 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-02-17 13:59:55 +0000 |
commit | 8ed7f4e0a52f113a08b4a425d3ef30fe89eb7efa (patch) | |
tree | 5a44db1912ef70645d4a07ec626e77e4566c81e9 /meta-agl-core/recipes-platform/images | |
parent | 49d3bdfdc0be53b5a857159a57073a7382b8453c (diff) |
Remove IMAGE_FEATURES setting from agl-image-weston
This should be set down in the final images if required.
We do not need it in the core image that will be reused.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ic694e5a3209336adbb6e558ceb205c7cc306b8d8
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27168
ci-image-build: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-core/recipes-platform/images')
-rw-r--r-- | meta-agl-core/recipes-platform/images/agl-image-weston.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-agl-core/recipes-platform/images/agl-image-weston.inc b/meta-agl-core/recipes-platform/images/agl-image-weston.inc index f7d2bb600..00e36bc4e 100644 --- a/meta-agl-core/recipes-platform/images/agl-image-weston.inc +++ b/meta-agl-core/recipes-platform/images/agl-image-weston.inc @@ -1,7 +1,5 @@ require recipes-platform/images/agl-image-minimal.inc -IMAGE_FEATURES += "splash package-management ssh-server-dropbear" - # NOTE: In hardknott or later this can be replaced by adding "weston" # to IMAGE_FEATURES. SYSTEMD_DEFAULT_TARGET = "graphical.target" |