[oe-commits] org.oe.dev slugon-image(name): set COMPATIBLE_MACHINE to nslu2

hrw commit openembedded-commits at lists.openembedded.org
Mon Nov 13 14:17:05 UTC 2006


slugon-image(name): set COMPATIBLE_MACHINE to nslu2

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: bb8fbe01b0ec479cc2c248dbdbf80b35b77226f3
ViewMTN: http://monotone.openembedded.org/revision.psp?id=bb8fbe01b0ec479cc2c248dbdbf80b35b77226f3
Files:
1
packages/images/slugos-image.bb
packages/images/slugos-imagename.bb
Diffs:

#
# mt diff -r92509d5c4231df37847711e0440b6f4ef605db84 -rbb8fbe01b0ec479cc2c248dbdbf80b35b77226f3
#
# 
# 
# patch "packages/images/slugos-image.bb"
#  from [c949877b43607de43551dd3ea29209141fd0a261]
#    to [c2b9f50b42d96243242681e89c8222174d8ab984]
# 
# patch "packages/images/slugos-imagename.bb"
#  from [5db66502dc68bc9fa6002bafa3cbfb040a4f5f38]
#    to [78abd9d88eea2e8aafa161f8b7d864eca7148d97]
# 
============================================================
--- packages/images/slugos-image.bb	c949877b43607de43551dd3ea29209141fd0a261
+++ packages/images/slugos-image.bb	c2b9f50b42d96243242681e89c8222174d8ab984
@@ -8,6 +8,8 @@ PR = "r37"
 LICENSE = "MIT"
 PR = "r37"
 
+COMPATIBLE_MACHINE = "nslu2"
+
 # SLUGOS_IMAGENAME defines the name of the image to be build, if it
 # is not set this package will be skipped!
 IMAGE_BASENAME = "${SLUGOS_IMAGENAME}"
============================================================
--- packages/images/slugos-imagename.bb	5db66502dc68bc9fa6002bafa3cbfb040a4f5f38
+++ packages/images/slugos-imagename.bb	78abd9d88eea2e8aafa161f8b7d864eca7148d97
@@ -9,6 +9,7 @@ SLUGOS_IMAGENAME ?= "slugos"
 INHIBIT_DEFAULT_DEPS = "1"
 
 SLUGOS_IMAGENAME ?= "slugos"
+COMPATIBLE_MACHINE = "nslu2"
 
 do_fetch() {
 }






More information about the Openembedded-commits mailing list