[oe-commits] Mike Westerhof : SlugOS: images - create nas100d and dsmg600 . bin firmware files with slugos-extd image.

GIT User account git at amethyst.openembedded.net
Sat May 2 17:28:10 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3965cd00643f0aa208e83a0c2aee2528600a8186
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3965cd00643f0aa208e83a0c2aee2528600a8186

Author: Mike Westerhof <mwester at dls.net>
Date:   Sat May  2 12:21:56 2009 -0500

SlugOS: images - create nas100d and dsmg600 .bin firmware files with slugos-extd image.

---

 classes/nas100d-image.bbclass       |    3 +--
 recipes/images/slugos-extd-image.bb |    5 ++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/classes/nas100d-image.bbclass b/classes/nas100d-image.bbclass
index 1150116..0d48ebd 100644
--- a/classes/nas100d-image.bbclass
+++ b/classes/nas100d-image.bbclass
@@ -16,5 +16,4 @@ nas100d_pack_image () {
 	rm -rf ${DEPLOY_DIR_IMAGE}/firmupgrade
 }
 
-# nas100d is not a separate machine - use the nslu2 machine override.
-IMAGE_POSTPROCESS_COMMAND_nslu2 += "nas100d_pack_image; "
+IMAGE_POSTPROCESS_COMMAND += "nas100d_pack_image; "
diff --git a/recipes/images/slugos-extd-image.bb b/recipes/images/slugos-extd-image.bb
index fa02780..5bd41b9 100644
--- a/recipes/images/slugos-extd-image.bb
+++ b/recipes/images/slugos-extd-image.bb
@@ -1,7 +1,7 @@
 # This describes the SlugOS Extended image, which includes everything
 # that is in the standard NSLU2 image, with a few extra drivers.  This
 # image is usually used with other IXP4xx machines, such as the D-Link
-# DSM-G600A and the NAS100D
+# DSM-G600A and the Iomega NAS100D.
 
 DESCRIPTION = "SlugOS Extended image"
 
@@ -13,5 +13,4 @@ IMAGE_NAME = "${IMAGE_BASENAME}-extd-${DISTRO_VERSION}"
 DEPENDS += "task-slugos-extd"
 IMAGE_INSTALL += "task-slugos-extd"
 
-# Todo: fix these image creation tools
-#inherit dsmg600-image nas100d-image
+inherit dsmg600-image nas100d-image





More information about the Openembedded-commits mailing list