diff options
-rw-r--r-- | conf/machine/include/rpi-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index dc98099..78982bb 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -42,7 +42,7 @@ KERNEL_DEVICETREE ?= " \ | |||
42 | " | 42 | " |
43 | KERNEL_IMAGETYPE ?= "Image" | 43 | KERNEL_IMAGETYPE ?= "Image" |
44 | 44 | ||
45 | MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" | 45 | MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio ${@bb.utils.contains('DISABLE_VC4GRAPHICS', '1', '', 'vc4graphics', d)}" |
46 | 46 | ||
47 | # Raspberry Pi has no hardware clock | 47 | # Raspberry Pi has no hardware clock |
48 | MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" | 48 | MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" |