rename console-base-image-no-nm -> console-base-image

Yes there is a recipe with same name in Angstrom but two distro layers in one
build environment are not recommended exactly.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-10-02 23:37:07 +02:00
parent b95e8eabb2
commit 0c9f5a5865
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
require console-base-image-no-nm.bb
require console-base-image.bb
# by default it connects by dhcp and does useful initializations - e.g for wifi
IMAGE_INSTALL += " \
networkmanager \
"

View File

@@ -26,7 +26,7 @@ IMAGE_LOGIN_MANAGER = "busybox shadow"
inherit image
export IMAGE_BASENAME = "console-base-image-no-nm"
export IMAGE_BASENAME = "console-base-image"
# we have journal
BAD_RECOMMENDATIONS += "busybox-syslog"