WIP: #6 Basic image for a bootable os #13

Draft
Tripple_Trabble wants to merge 9 commits from ln/6-minimal-yocto-image into master
Showing only changes of commit 801c2388d3 - Show all commits

View File

@@ -0,0 +1,9 @@
SUMMARY = "Minimal bootable image for CaROS develoment"
IMAGE_INSTALL = "package-group-core-boot"
inherit core-image
LICENSE = "MIT"
IMAGE_ROOTFS_SIZE ?= "8192"