blob: 52cc06aeb6e1df4a5d8f9e7259d87174e2a2c342 (
plain)
1
2
3
4
5
6
7
8
9
|
SUMMARY = "An AGL small image just capable of allowing a device to boot."
require agl-image-minimal.inc
LICENSE = "MIT"
IMAGE_INSTALL:append = "\
packagegroup-agl-image-minimal \
"
|