[oe-commits] Mike Westerhof : nslu2 machine configs: do not inherit machine-specific image class

GIT User account git at amethyst.openembedded.net
Sat May 2 07:14:51 UTC 2009


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Sat May  2 02:06:48 2009 -0500

nslu2 machine configs: do not inherit machine-specific image class
The creation of the NSLU2 full flash image (.bin) file should be
image-specific, since not all images for machines similar to the
NSLU2 have the same flash constraints.

---

 conf/machine/nslu2be.conf |    2 --
 conf/machine/nslu2le.conf |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/conf/machine/nslu2be.conf b/conf/machine/nslu2be.conf
index 5bddf09..9bc92f1 100644
--- a/conf/machine/nslu2be.conf
+++ b/conf/machine/nslu2be.conf
@@ -14,5 +14,3 @@ ROOT_FLASH_SIZE ?= "6"
 require conf/machine/include/ixp4xx.inc
 
 EXTRA_IMAGECMD_jffs2 += "--big-endian"
-
-INHERIT += "nslu2-image"
diff --git a/conf/machine/nslu2le.conf b/conf/machine/nslu2le.conf
index 4ff3605..62e47cb 100644
--- a/conf/machine/nslu2le.conf
+++ b/conf/machine/nslu2le.conf
@@ -14,5 +14,3 @@ ROOT_FLASH_SIZE ?= "6"
 require conf/machine/include/ixp4xx.inc
 
 EXTRA_IMAGECMD_jffs2 += "--little-endian"
-
-INHERIT += "nslu2-image"





More information about the Openembedded-commits mailing list