diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-28 15:21:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-28 15:21:17 +0000 |
commit | f20701953a45db6d2bdf6eaf3b0d93a2a9a15921 (patch) | |
tree | bfa9cafcd8a06b92a739f1b87ba1644b6f7201d3 /conf/machine | |
parent | 2d98643792aff583609b66f93309936e79b30651 (diff) |
beagleboard: start generating jffs2 images now that a NAND driver exists
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/beagleboard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index 824ab2b7b3..6842897dd1 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -18,7 +18,7 @@ include conf/machine/include/tune-arm1136jf-s.inc #include conf/machine/include/tune-cortexa8.inc -IMAGE_FSTYPES ?= "tar.bz2" +IMAGE_FSTYPES += "tar.bz2 jffs2" # Guesswork SERIAL_CONSOLE = "115200 ttyS2" |