diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-11-13 10:54:41 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-11-13 10:54:41 +0000 |
commit | aed3e30c272f4867ba111e2a58342addeb14b1f2 (patch) | |
tree | caafbfd34b4256b6606e4e96722f5b5209e98815 /packages/images | |
parent | 5650497bd9de10d21908ce54746875745348731a (diff) |
COMPATIBLE_MACHINE=nslu2: various packages updated
Diffstat (limited to 'packages/images')
-rw-r--r-- | packages/images/unslung-image.bb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/packages/images/unslung-image.bb b/packages/images/unslung-image.bb index 82ca8313fd..3fa3607e83 100644 --- a/packages/images/unslung-image.bb +++ b/packages/images/unslung-image.bb @@ -1,5 +1,6 @@ LICENSE = MIT -PR = "r24" +PR = "r25" +COMPATIBLE_MACHINE = "nslu2" IMAGE_BASENAME = "unslung" IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}-${DISTRO_VERSION}" @@ -119,10 +120,3 @@ unslung_clean_image () { # #### End of Hack! } - -python () { - # Don't build unslung images unless we're targeting an nslu2 - mach = bb.data.getVar("MACHINE", d, 1) - if mach != 'nslu2': - raise bb.parse.SkipPackage("Unslung only builds for the Linksys NSLU2") -} |