11 lines
260 B
BlitzBasic
11 lines
260 B
BlitzBasic
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"
|