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