[oe-commits] Mike Westerhof : SlugOS: make sym-links to the images image-specific.

GIT User account git at amethyst.openembedded.net
Sat May 2 18:19:02 UTC 2009


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

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

SlugOS: make sym-links to the images image-specific.

---

 recipes/images/slugos-extd-image.bb |    3 ++-
 recipes/images/slugos-image.inc     |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/images/slugos-extd-image.bb b/recipes/images/slugos-extd-image.bb
index 5bd41b9..6995b8f 100644
--- a/recipes/images/slugos-extd-image.bb
+++ b/recipes/images/slugos-extd-image.bb
@@ -5,11 +5,12 @@
 
 DESCRIPTION = "SlugOS Extended image"
 
-PR = "r1"
+PR = "r2"
 
 require slugos-image.inc
 
 IMAGE_NAME = "${IMAGE_BASENAME}-extd-${DISTRO_VERSION}"
+IMAGE_LINK_NAME = "${IMAGE_BASENAME}-extd-${MACHINE}"
 DEPENDS += "task-slugos-extd"
 IMAGE_INSTALL += "task-slugos-extd"
 
diff --git a/recipes/images/slugos-image.inc b/recipes/images/slugos-image.inc
index 725d1fa..866c8d7 100644
--- a/recipes/images/slugos-image.inc
+++ b/recipes/images/slugos-image.inc
@@ -11,6 +11,7 @@ IMAGE_INSTALL = "task-slugos"
 COMPATIBLE_MACHINE = "nslu2|ixp4xx|sheevaplug"
 
 IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO_VERSION}"
+IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}"
 IMAGE_FSTYPES = "jffs2 tar.gz"
 IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
 IMAGE_LINGUAS = ""





More information about the Openembedded-commits mailing list