diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-20 23:01:55 +0300 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-28 23:59:28 +0300 |
| commit | 221619ec8367b93970b7100c1a7e3cb80ec13e78 (patch) | |
| tree | 587c21e1e76a1be5bdb49184f616b2bb31177340 | |
| parent | 6d866926d8ba55365d5bdb4cbfdda23a2f1bb519 (diff) | |
| download | meta-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-x | conf/machine/raspberrypi.conf | 2 |
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 | |||
| 10 | GUI_MACHINE_CLASS = "bigscreen" | 10 | GUI_MACHINE_CLASS = "bigscreen" |
| 11 | 11 | ||
| 12 | INHERIT += "sdcard_image-rpi" | 12 | INHERIT += "sdcard_image-rpi" |
| 13 | IMAGE_FSTYPES += "tar.bz2 ext3 rpi-sdimg" | 13 | IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" |
| 14 | 14 | ||
| 15 | SERIAL_CONSOLE = "115200 ttyAMA0" | 15 | SERIAL_CONSOLE = "115200 ttyAMA0" |
| 16 | 16 | ||
