summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Mabäcker <petter@technux.se>2016-03-30 16:35:46 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2016-04-13 03:17:56 +0200
commit197266a2aa51a8c019d214eaa2678e0a8159ce23 (patch)
tree2b72866d809fcf86d9efb2f412c96557eb9fea0e
parent9797874a23ccf61f7559e22c9bbfff4f27e24d32 (diff)
downloadmeta-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.inc2
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 "
41KERNEL_IMAGETYPE ?= "Image" 41KERNEL_IMAGETYPE ?= "Image"
42 42
43MACHINE_FEATURES += "kernel26 apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" 43MACHINE_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
46MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" 46MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"