diff options
author | Andrei Gherzan <andrei.gherzan@windriver.com> | 2012-11-15 22:33:54 +0200 |
---|---|---|
committer | Florin Sarbu <florin.sarbu@windriver.com> | 2012-12-12 11:17:13 +0200 |
commit | 3e553615dc6bd7c816f9b4b5330d2c4bc249e7b6 (patch) | |
tree | 99c154cc5ec9beb9e74ee7f66b45c6cc7d9eb102 | |
parent | 3f88bbb82d6bc216f67237db6d9af7518c5c45b1 (diff) | |
download | meta-ivi-3e553615dc6bd7c816f9b4b5330d2c4bc249e7b6.tar.gz meta-ivi-3e553615dc6bd7c816f9b4b5330d2c4bc249e7b6.tar.bz2 meta-ivi-3e553615dc6bd7c816f9b4b5330d2c4bc249e7b6.zip |
vexpressa9.conf: Remove jffs2 from IMAGE_FSTYPES
For this board we use a sd image which incorporate a boot partition and an
ext3 rootfs partition. We keep the tar.bz2 image type because some users find
it useful while not using the sd image.
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
-rw-r--r-- | conf/machine/vexpressa9.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/vexpressa9.conf b/conf/machine/vexpressa9.conf index ff593b9..8d90e39 100644 --- a/conf/machine/vexpressa9.conf +++ b/conf/machine/vexpressa9.conf @@ -18,7 +18,7 @@ include conf/machine/include/tune-cortexa9.inc IMAGE_CLASSES += "sdcard_image" -IMAGE_FSTYPES += "tar.bz2 ext3 vexpressa9-sdimg jffs2" +IMAGE_FSTYPES += "tar.bz2 ext3 vexpressa9-sdimg" EXTRA_IMAGECMD_jffs2 = "-lnp " # 2.6.37 and later kernels use OMAP_SERIAL, ttyO2 |