[oe-commits] org.oe.dev nslu2-image: Now that we use apex, we can use the generic ixp4xx image, and allow people to change the RAM size with apex-env - we should be able to make fatslugs work from our standard images now

rwhitby commit openembedded-commits at lists.openembedded.org
Sat Aug 18 14:03:06 UTC 2007


nslu2-image: Now that we use apex, we can use the generic ixp4xx image, and allow people to change the RAM size with apex-env - we should be able to make fatslugs work from our standard images now

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: f012bf85fd4c2065b5824f7a0b63bb0a53cccb06
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f012bf85fd4c2065b5824f7a0b63bb0a53cccb06
Files:
1
classes/nslu2-image.bbclass
Diffs:

#
# mt diff -rfd85158c45e4fc846e800e3853a712e8bac9766f -rf012bf85fd4c2065b5824f7a0b63bb0a53cccb06
#
# 
# 
# patch "classes/nslu2-image.bbclass"
#  from [71b86c06661e4410945f4c6b9f042c09710e689b]
#    to [a75b47c6e523125efc0f292c13f24e2059a58125]
# 
============================================================
--- classes/nslu2-image.bbclass	71b86c06661e4410945f4c6b9f042c09710e689b
+++ classes/nslu2-image.bbclass	a75b47c6e523125efc0f292c13f24e2059a58125
@@ -6,7 +6,7 @@ nslu2_pack_image () {
 			${STAGING_LOADER_DIR}/apex-nslu2.bin \
 			${STAGING_LOADER_DIR}/apex-nslu2-16mb.bin \
 			${DEPLOY_DIR_IMAGE}/slug/
-	install -m 0644 ${DEPLOY_DIR_IMAGE}/zImage-nslu2${SITEINFO_ENDIANESS} \
+	install -m 0644 ${DEPLOY_DIR_IMAGE}/zImage-ixp4xx${SITEINFO_ENDIANESS} \
 		${DEPLOY_DIR_IMAGE}/slug/vmlinuz
 	install -m 0644 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
 		${DEPLOY_DIR_IMAGE}/slug/flashdisk.jffs2






More information about the Openembedded-commits mailing list