diff options
-rw-r--r-- | meta/recipes-extended/images/core-image-basic.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-extended/images/core-image-basic.bb b/meta/recipes-extended/images/core-image-basic.bb index 06f15a8bec..091f57db74 100644 --- a/meta/recipes-extended/images/core-image-basic.bb +++ b/meta/recipes-extended/images/core-image-basic.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "A foundational basic image without support for X that can be \ | 1 | DESCRIPTION = "A console-only image with more full-featured Linux system \ |
2 | reasonably used for customization." | 2 | functionality installed." |
3 | 3 | ||
4 | IMAGE_FEATURES += "splash ssh-server-openssh" | 4 | IMAGE_FEATURES += "splash ssh-server-openssh" |
5 | 5 | ||
@@ -8,6 +8,4 @@ IMAGE_INSTALL = "\ | |||
8 | packagegroup-core-basic \ | 8 | packagegroup-core-basic \ |
9 | " | 9 | " |
10 | 10 | ||
11 | # ${CORE_IMAGE_BASE_INSTALL} | ||
12 | |||
13 | inherit core-image | 11 | inherit core-image |