summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2014-06-17 12:13:19 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-17 17:56:22 +0100
commite3dc1781679aa2d02c88f0548ba1c914cd946dd0 (patch)
tree14379f2cd0a5f1e5529a88b4b1148cc40070952b /meta-yocto-bsp/conf
parent7eb123023a393c26498d3fdc26180e7472386c69 (diff)
downloadpoky-e3dc1781679aa2d02c88f0548ba1c914cd946dd0.tar.gz
mpc8315e-rdb: add the jffs2 image support
There is a 32M NAND flash on this board, so it would be convenient that a jffs2 image is created by default. Also change the default image type from "tar.gz" to "tar.bz2" in order to be compatible with the beaglebone black and edgerouter BSP. (From meta-yocto rev: e2e0d9eee91a773c0e9a151f20d859525821a767) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r--meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
index ef76f2a755..43bdce4b1c 100644
--- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
+++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
@@ -28,3 +28,6 @@ UBOOT_ENTRYPOINT = "0x00000000"
28KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts" 28KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts"
29 29
30MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 30MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
31
32IMAGE_FSTYPES ?= "jffs2 tar.bz2"
33JFFS2_ERASEBLOCK = "0x4000"