mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
mesa: Define a fallback for DRIDRIVERS
Some machines may not define this variable, in such cases bitbake fails
to parse
run.do_configure.3766843: line 164: -Ddri-drivers=${@strip_comma('${DRIDRIVERS}')}: bad substitution
(From OE-Core rev: b68790713fee4de4fa81762526b941ba76b66866)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
require ${BPN}.inc
|
||||
|
||||
DRIDRIVERS ??= ""
|
||||
DRIDRIVERS:append:x86:class-target = ",r100,r200,nouveau,i965"
|
||||
DRIDRIVERS:append:x86-64:class-target = ",r100,r200,nouveau,i965"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user