mirror of
https://git.yoctoproject.org/poky
synced 2026-03-10 17:29:40 +01:00
Add config option for pulseaudio Change audio to default mode since quoting of list of devices is broken in meson Drop patch where code changed completed upstream Refresh other patches (From OE-Core rev: c1685b06e5f3684b1b5631b99b412e3ec2b10800) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
261 B
BlitzBasic
10 lines
261 B
BlitzBasic
BPN = "qemu"
|
|
|
|
DEPENDS = "glib-2.0-native zlib-native ninja-native meson-native"
|
|
|
|
require qemu-native.inc
|
|
|
|
EXTRA_OECONF:append = " --target-list=${@get_qemu_usermode_target_list(d)} --disable-tools --disable-blobs --disable-guest-agent"
|
|
|
|
PACKAGECONFIG ??= "pie"
|