summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-08-20 23:01:55 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-08-28 23:59:28 +0300
commit221619ec8367b93970b7100c1a7e3cb80ec13e78 (patch)
tree587c21e1e76a1be5bdb49184f616b2bb31177340
parent6d866926d8ba55365d5bdb4cbfdda23a2f1bb519 (diff)
downloadmeta-raspberrypi-221619ec8367b93970b7100c1a7e3cb80ec13e78.tar.gz
raspberrypi.conf: Weakly assign IMAGE_FSTYPES to let users overwrite
[GITHUB #39] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rwxr-xr-xconf/machine/raspberrypi.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index 4c90637..c94286b 100755
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -10,7 +10,7 @@ require conf/machine/include/tune-arm1176jzf-s.inc
10GUI_MACHINE_CLASS = "bigscreen" 10GUI_MACHINE_CLASS = "bigscreen"
11 11
12INHERIT += "sdcard_image-rpi" 12INHERIT += "sdcard_image-rpi"
13IMAGE_FSTYPES += "tar.bz2 ext3 rpi-sdimg" 13IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"
14 14
15SERIAL_CONSOLE = "115200 ttyAMA0" 15SERIAL_CONSOLE = "115200 ttyAMA0"
16 16