diff options
author | Petter Mabäcker <petter@technux.se> | 2016-03-30 16:35:46 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-04-13 03:17:56 +0200 |
commit | 197266a2aa51a8c019d214eaa2678e0a8159ce23 (patch) | |
tree | 2b72866d809fcf86d9efb2f412c96557eb9fea0e | |
parent | 9797874a23ccf61f7559e22c9bbfff4f27e24d32 (diff) | |
download | meta-raspberrypi-197266a2aa51a8c019d214eaa2678e0a8159ce23.tar.gz |
rpi-base.inc: Remove deprecated MACHINE_FEATURES
Signed-off-by: Petter Mabäcker <petter@technux.se>
-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 a9e8053..f70e952 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -40,7 +40,7 @@ KERNEL_DEVICETREE ?= " \ | |||
40 | " | 40 | " |
41 | KERNEL_IMAGETYPE ?= "Image" | 41 | KERNEL_IMAGETYPE ?= "Image" |
42 | 42 | ||
43 | MACHINE_FEATURES += "kernel26 apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" | 43 | MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" |
44 | 44 | ||
45 | # Raspberry Pi has no hardware clock | 45 | # Raspberry Pi has no hardware clock |
46 | MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" | 46 | MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" |