rpi-config: allow VC4DTBO override on raspberrypi3-64
Allow user to replace VC4DTBO (e.g. vc4-kms-v3d) on raspberrypi3-64. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
This commit is contained in:

committed by
Andrei Gherzan

parent
58d86c0986
commit
ab5ef24ef8
@ -21,7 +21,7 @@ PITFT28r="${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "1", "0", d)}"
|
||||
PITFT35r="${@bb.utils.contains("MACHINE_FEATURES", "pitft35r", "1", "0", d)}"
|
||||
|
||||
VC4GRAPHICS="${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}"
|
||||
VC4DTBO_raspberrypi3-64 = "vc4-fkms-v3d"
|
||||
VC4DTBO_raspberrypi3-64 ?= "vc4-fkms-v3d"
|
||||
VC4DTBO ?= "vc4-kms-v3d"
|
||||
inherit deploy
|
||||
|
||||
|
Reference in New Issue
Block a user