mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-06 14:50:03 +00:00
arm-autonomy qemu: Don't build with audio support when Xen is present
When xen is in DISTRO_FEATURES no audio support is needed. This will helps reducing the final image size. Change-Id: I50d83cfe007c3f30a8303dcad66abb188559713c Issue-Id: SCM-813 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -4,7 +4,9 @@ OVERRIDES_append = "${@bb.utils.contains('DISTRO_FEATURES', 'xen', ':xen', '', d
|
||||
|
||||
# For Xen we only need the i386 binaries
|
||||
QEMU_TARGETS_xen = "i386"
|
||||
PACKAGECONFIG_append_xen = " virtfs"
|
||||
|
||||
PACKAGECONFIG[noaudio] = "--audio-drv-list='',,"
|
||||
PACKAGECONFIG_append_xen = " virtfs noaudio"
|
||||
PACKAGECONFIG_remove_xen = "sdl"
|
||||
|
||||
# Reduce the qemu package size by splitting it into
|
||||
|
||||
Reference in New Issue
Block a user