]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix a linux-openzaurus issue and remove ${MACHINE} from IPKG_ARCHS (its added automat...
authorRichard Purdie <richard@openedhand.com>
Thu, 13 Apr 2006 13:51:06 +0000 (13:51 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 13 Apr 2006 13:51:06 +0000 (13:51 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@352 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/conf/machine/include/zaurus-clamshell.conf
openembedded/packages/linux/linux-openzaurus.inc

index 2a174288b1fabaf27b2e1ff3baa3f890d463e008..e437a64609df3f5fc0f4b0a5c92141044d39018b 100644 (file)
@@ -1,5 +1,5 @@
 TARGET_ARCH = "arm"
-IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}"
+IPKG_ARCHS = "all arm armv4 armv5te"
 
 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
 
index bc4b35514f4533b6a660dd53bea52222caf17c4c..bd77b036a5058cd3b611a702fb6c8effa0405728 100644 (file)
@@ -5,8 +5,7 @@ LICENSE = "GPL"
 
 inherit kernel
 
-PACKAGES += "kernel-module-hostap"
-RPROVIDES_kernel-module-hostap = "hostap-modules"
+RPROVIDES_kernel-image = "hostap-modules"
 
 DOSRC = "http://www.do13.de/openzaurus/patches"
 RPSRC = "http://www.rpsys.net/openzaurus/patches/archive"