base image on fullcmd line
This commit is contained in:
parent
0280cc012f
commit
d3f99a1753
|
|
@ -1,10 +0,0 @@
|
|||
SUMMARY = "Minimal bootable image for CaROS develoment"
|
||||
|
||||
IMAGE_FEATURES = "nfs-server ssh-server-openssh"
|
||||
# packagegroup-core-boot expandent to remove busybox
|
||||
# PACKAGES_CORE_BOOT =
|
||||
IMAGE_INSTALL = "packagegroup-core-boot"
|
||||
|
||||
inherit core-image
|
||||
|
||||
LICENSE = "MIT"
|
||||
12
meta-caros/recipes-extended/images/caros-image.bb
Normal file
12
meta-caros/recipes-extended/images/caros-image.bb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
DESCRIPTION = "A console-only image with more full-featured Linux system \
|
||||
functionality installed."
|
||||
|
||||
IMAGE_FEATURES += "splash ssh-server-openssh"
|
||||
|
||||
IMAGE_INSTALL = "\
|
||||
packagegroup-core-boot \
|
||||
packagegroup-core-full-cmdline \
|
||||
${CORE_IMAGE_EXTRA_INSTALL} \
|
||||
"
|
||||
|
||||
inherit core-image
|
||||
Loading…
Reference in New Issue
Block a user