summaryrefslogtreecommitdiffstats
path: root/meta-oem-production-readiness/meta-agl-basesystem/recipes-platform/images/agl-image-boot-basesystem.bb
blob: 1557c5a63e8a7baeba78935b7382c8f027c4122c (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.bb

LICENSE = "MIT"

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

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