From d25651558e4142d8840936f8ba702c4f2f82b3de Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 24 Apr 2006 23:42:29 +0000 Subject: Add some COMPATIBLE_MACHINE entries for various zaurus .bb files. Also update python functions doing the same job to use COMPATIBLE_(MACHINE|HOST) --- packages/linux/nslu2-kernel.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'packages/linux/nslu2-kernel.inc') 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" -- cgit v1.2.3