blob: ed316a64e7bff611ae2d4698c6f8748abafdaaee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "An image containing packages that are required to conform \
to the Linux Standard Base (LSB) specification."
IMAGE_FEATURES += "splash ssh-server-openssh hwcodecs package-management"
IMAGE_INSTALL = "\
${CORE_IMAGE_BASE_INSTALL} \
packagegroup-core-full-cmdline \
packagegroup-core-lsb \
"
inherit core-image
|