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/mainstone-kernel_2.6.11.bb | |
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/mainstone-kernel_2.6.11.bb')
-rw-r--r-- | packages/linux/mainstone-kernel_2.6.11.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/linux/mainstone-kernel_2.6.11.bb b/packages/linux/mainstone-kernel_2.6.11.bb index 12422c96de..0e242c2dc8 100644 --- a/packages/linux/mainstone-kernel_2.6.11.bb +++ b/packages/linux/mainstone-kernel_2.6.11.bb @@ -36,9 +36,4 @@ do_deploy[dirs] = "${S}" addtask deploy before do_build after do_compile -python () { - # Don't build kernel unless we're targeting a mainstone - mach = bb.data.getVar("MACHINE", d, 1) - if mach != 'mainstone': - raise bb.parse.SkipPackage("This kernel only builds for the Mainstone") -} +COMPATIBLE_MACHINE = "mainstone" |