aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-11-13 14:14:14 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-11-13 14:14:14 +0000
commit7b7b0454dcc91d47e64ed9d7ada8985f97ac37e6 (patch)
tree04208c2d83a86991e4cc0e2b1f5a404d1312d332 /packages/images
parentbc06c6a8fd68bee6d24e29c32d70807e483dac61 (diff)
downloadopenembedded-7b7b0454dcc91d47e64ed9d7ada8985f97ac37e6.tar.gz
slugon-image(name): set COMPATIBLE_MACHINE to nslu2
Diffstat (limited to 'packages/images')
-rw-r--r--packages/images/slugos-image.bb2
-rw-r--r--packages/images/slugos-imagename.bb1
2 files changed, 3 insertions, 0 deletions
diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb
index e59fab165e..9ef1e6ee88 100644
--- a/packages/images/slugos-image.bb
+++ b/packages/images/slugos-image.bb
@@ -8,6 +8,8 @@ HOMEPAGE = "http://www.nslu2-linux.org"
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}"
diff --git a/packages/images/slugos-imagename.bb b/packages/images/slugos-imagename.bb
index 01cca8a0c3..61629d44af 100644
--- a/packages/images/slugos-imagename.bb
+++ b/packages/images/slugos-imagename.bb
@@ -9,6 +9,7 @@ PACKAGES = ""
INHIBIT_DEFAULT_DEPS = "1"
SLUGOS_IMAGENAME ?= "slugos"
+COMPATIBLE_MACHINE = "nslu2"
do_fetch() {
}