From 6485ce3dedf7c3f5bc5e7243839e84f671ac3f47 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Thu, 10 Aug 2006 10:52:38 +0000 Subject: handhelds-pxa-2.6_cvs: Add Universal to compatibility list, don't ship an image in its filesystem. --- packages/linux/handhelds-pxa-2.6_cvs.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/linux/handhelds-pxa-2.6_cvs.bb b/packages/linux/handhelds-pxa-2.6_cvs.bb index 0273f1b911..539fafba6f 100644 --- a/packages/linux/handhelds-pxa-2.6_cvs.bb +++ b/packages/linux/handhelds-pxa-2.6_cvs.bb @@ -3,10 +3,10 @@ DESCRIPTION = "handhelds.org Linux kernel for PXA based devices." MAINTAINER = "Greg Gilbert " 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" -- cgit v1.2.3