summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-core/images/agl-image-minimal.bb
blob: 9648c6466a72b5ad8acaf649bf9f7c6fd1f6e6f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "An AGL small image just capable of allowing a device to boot."

IMAGE_INSTALL = "packagegroup-core-boot-agl ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"

IMAGE_LINGUAS = " "

LICENSE = "MIT"

inherit core-image

IMAGE_ROOTFS_SIZE ?= "8192"

IMAGE_INSTALL_append = "\
    packagegroup-agl-core \
    "