summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorPetter Mabäcker <petter@technux.se>2016-02-28 14:46:11 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2016-03-01 14:25:54 +0100
commit52671faf4fd26db008a77f9815fb29c088b29cea (patch)
treeb7230a030c3e1d2e97a923b73f2ed4c06ed80ff6 /conf
parentb3319339387d65ece69f32df050f906cfcef2a4a (diff)
downloadmeta-raspberrypi-52671faf4fd26db008a77f9815fb29c088b29cea.tar.gz
rpi-base.inc: Allow MACHINE_FEATURES appends
Ensure that it's possible to add MACHINE_FEATURES from places that will be executed before rpi-base.inc (like e.g. local.conf), without having them overrided. Signed-off-by: Petter Mabäcker <petter@technux.se>
Diffstat (limited to 'conf')
-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 e097702..c8f6cd6 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -37,7 +37,7 @@ KERNEL_DEVICETREE ?= " \
37 " 37 "
38KERNEL_IMAGETYPE ?= "Image" 38KERNEL_IMAGETYPE ?= "Image"
39 39
40MACHINE_FEATURES = "kernel26 apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" 40MACHINE_FEATURES += "kernel26 apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"
41 41
42# Raspberry Pi has no hardware clock 42# Raspberry Pi has no hardware clock
43MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" 43MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"