summaryrefslogtreecommitdiff
path: root/packages/linux/handhelds-pxa-2.6_cvs.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2006-08-10 10:52:38 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2006-08-10 10:52:38 +0000
commit6485ce3dedf7c3f5bc5e7243839e84f671ac3f47 (patch)
treecbe95f9c52d38d6508ab863327953627716cc2e9 /packages/linux/handhelds-pxa-2.6_cvs.bb
parent8ab38343666b5c56bb37c6295d77dbc69f4792ec (diff)
handhelds-pxa-2.6_cvs: Add Universal to compatibility list, don't ship an image in
its filesystem.
Diffstat (limited to 'packages/linux/handhelds-pxa-2.6_cvs.bb')
-rw-r--r--packages/linux/handhelds-pxa-2.6_cvs.bb6
1 files changed, 4 insertions, 2 deletions
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 <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"