aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-21 20:49:08 +0000
committerPhil Blundell <philb@gnu.org>2004-11-21 20:49:08 +0000
commitd626e27a1e6cffcb9be9f3cfaea17941ff755671 (patch)
treebae9d71353d75933c7f78df8d50d6f9258178efc /classes
parentcc4d3dcfc7a86b983eb56ddac2175282931d2ffd (diff)
downloadopenembedded-d626e27a1e6cffcb9be9f3cfaea17941ff755671.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into stealth.nexus.co.uk:/home/pb/oe/oe-packages 2004/11/21 20:48:43+00:00 nexus.co.uk!pb remove simpad_flashimg bits, not required with "new" bootloader BKrev: 41a0ff44HwrkQEiowoGyFGgPeZqMyg
Diffstat (limited to 'classes')
-rw-r--r--classes/simpad_flashimg.oeclass9
1 files changed, 0 insertions, 9 deletions
diff --git a/classes/simpad_flashimg.oeclass b/classes/simpad_flashimg.oeclass
deleted file mode 100644
index a3aff2e082..0000000000
--- a/classes/simpad_flashimg.oeclass
+++ /dev/null
@@ -1,9 +0,0 @@
-EXTRA_IMAGEDEPENDS += 'virtual/kernel genboot-native'
-IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \
- --output=${T}/${IMAGE_NAME}.rootfs.jffs2 \
- ${EXTRA_IMAGECMD}; \
- cd ${DEPLOY_DIR_IMAGE}; \
- simpad-make-flashimg complete ${STAGING_KERNEL_DIR}/zImage ${T}/${IMAGE_NAME}.rootfs.jffs2; \
- mv zImage.initrd.flashfile ${IMAGE_NAME}.img"
-IMAGE_POSTPROCESS_COMMAND += "rm -f ${IMAGE_ROOTFS}/boot/zImage*; "
-