mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
This is the result of automated script conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11 lines
356 B
Plaintext
11 lines
356 B
Plaintext
PACKAGECONFIG:remove:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'fbdev', '', d)}"
|
|
|
|
EXTRA_OECONF:append:rpi = " \
|
|
--disable-xwayland-test \
|
|
--disable-simple-egl-clients \
|
|
${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' \
|
|
--disable-resize-optimization \
|
|
--disable-setuid-install \
|
|
', d)} \
|
|
"
|