handhelds-pxa-2.6_cvs: Add Universal to compatibility list, don't ship an image in
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 10 Aug 2006 10:52:38 +0000 (10:52 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 10 Aug 2006 10:52:38 +0000 (10:52 +0000)
                       its filesystem.

packages/linux/handhelds-pxa-2.6_cvs.bb

index 0273f1b..539fafb 100644 (file)
@@ -3,10 +3,10 @@ DESCRIPTION = "handhelds.org Linux kernel for PXA based devices."
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
 LICENSE = "GPL"
 PV = "${K_MAJOR}.${K_MINOR}.${K_MICRO}-hh${HHV}+cvs${SRCDATE}"
-PR = "r1"
+PR = "r2"
 #
 COMPATIBLE_HOST = "arm.*-linux"
-COMPATIBLE_MACHINE = '(h3900|h5xxx|h2200|ipaq-pxa270)'
+COMPATIBLE_MACHINE = '(h3900|h5xxx|h2200|ipaq-pxa270|htcuniversal)'
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}"
 
@@ -22,6 +22,8 @@ inherit kernel
 
 FILES_kernel-image_ipaq-pxa270 = ""
 ALLOW_EMPTY_ipaq_pxa270 = 1
+FILES_kernel-image_htcuniversal = ""
+ALLOW_EMPTY_htcuniversal = 1
 
 K_MAJOR = "2"
 K_MINOR = "6"