summaryrefslogtreecommitdiffstats
path: root/meta-oem-production-readiness/meta-agl-basesystem/recipes-platform/images/agl-image-boot-basesystem.bb
blob: 5d12cc7d758b24823745c29716fe1a9fda177a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "An AGL small image just capable of allowing a device to boot."

require recipes-platform/images/agl-image-boot.inc

LICENSE = "MIT"

IMAGE_INSTALL := " \
    packagegroup-core-boot \
    packagegroup-agl-basesystem \
"

# limit images built ...
IMAGE_FSTYPES := "ext4 tar"