WIP: #6 Basic image for a bootable os #13
@@ -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
|
||||||
Reference in New Issue
Block a user