diff options
-rw-r--r-- | recipes-bsp/bootfiles/rpi-config_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 49758ac..5726123 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb | |||
@@ -21,7 +21,7 @@ PITFT28r="${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "1", "0", d)}" | |||
21 | PITFT35r="${@bb.utils.contains("MACHINE_FEATURES", "pitft35r", "1", "0", d)}" | 21 | PITFT35r="${@bb.utils.contains("MACHINE_FEATURES", "pitft35r", "1", "0", d)}" |
22 | 22 | ||
23 | VC4GRAPHICS="${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" | 23 | VC4GRAPHICS="${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" |
24 | VC4DTBO_raspberrypi3-64 = "vc4-fkms-v3d" | 24 | VC4DTBO_raspberrypi3-64 ?= "vc4-fkms-v3d" |
25 | VC4DTBO ?= "vc4-kms-v3d" | 25 | VC4DTBO ?= "vc4-kms-v3d" |
26 | inherit deploy | 26 | inherit deploy |
27 | 27 | ||