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/linux-wrt_2.4.30.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/linux-wrt_2.4.30.bb')
-rw-r--r-- | packages/linux/linux-wrt_2.4.30.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/linux/linux-wrt_2.4.30.bb b/packages/linux/linux-wrt_2.4.30.bb index 0d9229c5d8..352c879d45 100644 --- a/packages/linux/linux-wrt_2.4.30.bb +++ b/packages/linux/linux-wrt_2.4.30.bb @@ -112,9 +112,4 @@ do_deploy[dirs] = "${S}" addtask deploy before do_build after do_compile -python () { - # Don't build kernel unless we're targeting a wrt - mach = bb.data.getVar("MACHINE", d, 1) - if mach != 'wrt54': - raise bb.parse.SkipPackage("Unable to build for non-WRT54 device.") -} +COMPATIBLE_MACHINE = "wrt54" |