raspberrypi.conf: Weakly assign IMAGE_FSTYPES to let users overwrite

[GITHUB #39]

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Andrei Gherzan 2012-08-20 23:01:55 +03:00
parent 6d866926d8
commit 221619ec83

View File

@ -10,7 +10,7 @@ require conf/machine/include/tune-arm1176jzf-s.inc
GUI_MACHINE_CLASS = "bigscreen"
INHERIT += "sdcard_image-rpi"
IMAGE_FSTYPES += "tar.bz2 ext3 rpi-sdimg"
IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"
SERIAL_CONSOLE = "115200 ttyAMA0"