[oe-commits] org.oe.dev neuros.inc: jffs2 is not yaffs2...

koen commit oe at amethyst.openembedded.net
Mon Jul 7 22:36:21 UTC 2008


neuros.inc: jffs2 is not yaffs2...

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: c43e53f0456e62c6469236417c5e254f7f973eb1
ViewMTN: http://monotone.openembedded.org/revision/info/c43e53f0456e62c6469236417c5e254f7f973eb1
Files:
1
conf/machine/include/neuros.inc
Diffs:

#
# mt diff -rd27506e9f37f77accbebbc7fee4e3ff72b48a868 -rc43e53f0456e62c6469236417c5e254f7f973eb1
#
#
#
# patch "conf/machine/include/neuros.inc"
#  from [3dc3c6e9d3fcc2f51009334510e031d690bb0041]
#    to [2f63731658eca8964e8e1dc19ee5a4dcb4a0b9e8]
#
============================================================
--- conf/machine/include/neuros.inc	3dc3c6e9d3fcc2f51009334510e031d690bb0041
+++ conf/machine/include/neuros.inc	2f63731658eca8964e8e1dc19ee5a4dcb4a0b9e8
@@ -12,7 +12,7 @@ neuros_make_installkit () {
     [ -f u-boot-${MACHINE}.bin ] && cp u-boot-${MACHINE}.bin ${IMAGE_NAME}-installkit/u-boot.bin
     [ -f default_env.img ] && cp default_env.img ${IMAGE_NAME}-installkit/	
 
-    cp ${IMAGE_NAME}.rootfs.jffs2 ${IMAGE_NAME}-installkit/rootfs.yaffs2 
+    cp ${IMAGE_NAME}.rootfs.yaffs2 ${IMAGE_NAME}-installkit/rootfs.yaffs2 
 
     cd ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-installkit/ 
       mkfs.jffs2 -d ./temp -o uImage.jffs2 -e 0x20000 -s 0x800 -n 






More information about the Openembedded-commits mailing list