diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-05-18 22:55:28 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-02 18:30:20 +0300 |
commit | 53eecaf2e9317fe36119865add93503cb819b895 (patch) | |
tree | 9c6eb0c2d18ed2471f023a7e291a1120e9659004 | |
parent | 2567ba074cdeee3a9bc4c400cddcc34690b133cf (diff) | |
download | meta-raspberrypi-53eecaf2e9317fe36119865add93503cb819b895.tar.gz |
raspberrypi.conf: Add ext3 to FSTYPE as needed by sd creation tool
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 86fd1b8..e089f4f 100755 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf | |||
@@ -9,7 +9,7 @@ require conf/machine/include/tune-arm1176jzf-s.inc | |||
9 | 9 | ||
10 | GUI_MACHINE_CLASS = "bigscreen" | 10 | GUI_MACHINE_CLASS = "bigscreen" |
11 | 11 | ||
12 | IMAGE_FSTYPES += "tar.bz2 rpi-sdimg" | 12 | IMAGE_FSTYPES += "tar.bz2 ext3 rpi-sdimg" |
13 | 13 | ||
14 | SERIAL_CONSOLE = "115200 ttyAMA0" | 14 | SERIAL_CONSOLE = "115200 ttyAMA0" |
15 | 15 | ||