diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-04-24 23:42:29 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-24 23:42:29 +0000 |
commit | d25651558e4142d8840936f8ba702c4f2f82b3de (patch) | |
tree | 0a27c7111eadafa13edbfbc4326c71117789bc07 /packages/linux/nslu2-kernel.inc | |
parent | 4830a780ba59d4553d64db3769344b6cceb646d9 (diff) |
Add some COMPATIBLE_MACHINE entries for various zaurus .bb files.
Also update python functions doing the same job to use COMPATIBLE_(MACHINE|HOST)
Diffstat (limited to 'packages/linux/nslu2-kernel.inc')
-rw-r--r-- | packages/linux/nslu2-kernel.inc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/linux/nslu2-kernel.inc b/packages/linux/nslu2-kernel.inc index b4c675264a..bfae5f82d4 100644 --- a/packages/linux/nslu2-kernel.inc +++ b/packages/linux/nslu2-kernel.inc @@ -257,9 +257,4 @@ do_deploy() { addtask deploy before do_build after do_compile -python () { - # Don't build the kernel unless we're targeting an nslu2 - mach = bb.data.getVar("MACHINE", d, 1) - if mach != 'nslu2': - raise bb.parse.SkipPackage("nslu2-kernel only builds for the Linksys NSLU2") -} +COMPATIBLE_MACHINE = "nslu2" |