base-image: Inherit from minimal image

BugzID: 73593
This commit is contained in:
Alexandre Bard 2021-07-23 13:10:21 +02:00
parent c7d211ef8e
commit aca18a2545
1 changed files with 5 additions and 3 deletions

View File

@ -1,12 +1,13 @@
inherit core-image require netmodule-linux-image-minimal.bb
NO_RECOMMENDATIONS = "0"
require includes/image-preprocessing.inc require includes/image-preprocessing.inc
require includes/firmware.inc require includes/firmware.inc
SUMMARY = "NetModule Linux Distro Image" SUMMARY = "NetModule Linux Distro Image"
PROVIDES += "virtual/netmodule-image" PROVIDES += "virtual/netmodule-image"
IMAGE_FSTYPES += "tar.gz"
IMAGE_FEATURES_append = " \ IMAGE_FEATURES_append = " \
package-management \ package-management \
ssh-server-openssh \ ssh-server-openssh \
@ -59,6 +60,7 @@ NM_TOOLS = " \
" "
IMAGE_INSTALL_append = " \ IMAGE_INSTALL_append = " \
${CORE_IMAGE_BASE_INSTALL} \
${BASE_TOOLS} \ ${BASE_TOOLS} \
${NET_TOOLS} \ ${NET_TOOLS} \
${NM_TOOLS} \ ${NM_TOOLS} \