mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
Currently hardware codecs are being injected in rather ugly ways and end up either in no or all images. This adds a dedicated IMAGE_FEATURE for them based on the MACHINE_HWCODECS variable. We may need to refine this in due course but this patch at least illustrates the concept. (From OE-Core rev: 1cb370587fd72e3f0f69678748108cc4116767fb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
387 B
BlitzBasic
14 lines
387 B
BlitzBasic
DESCRIPTION = "A foundational basic image without support for X that can be \
|
|
reasonably used for customization and is suitable for implementations that \
|
|
conform to Linux Standard Base (LSB)."
|
|
|
|
IMAGE_FEATURES += "splash ssh-server-openssh hwcodecs"
|
|
|
|
IMAGE_INSTALL = "\
|
|
${CORE_IMAGE_BASE_INSTALL} \
|
|
packagegroup-core-basic \
|
|
packagegroup-core-lsb \
|
|
"
|
|
|
|
inherit core-image
|