summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-08-22 12:12:05 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-08-22 12:12:05 +0000
commit6977804fcbaf5869341ef9c41c95275784664bdd (patch)
tree29debe86eb4b772df31ea58c020a083bb1000453
parent117b467cb9535d0276ba74a36b3fbd71207a666b (diff)
handhelds-pxa-2.6: add h4000 to supported list -close #1351
-rw-r--r--packages/linux/handhelds-pxa-2.6_cvs.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_cvs.bb b/packages/linux/handhelds-pxa-2.6_cvs.bb
index e00598d937..7dfcb4d237 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 = "r2"
+PR = "r3"
#
COMPATIBLE_HOST = "arm.*-linux"
-COMPATIBLE_MACHINE = '(h3900|h5xxx|h2200|ipaq-pxa270|htcuniversal)'
+COMPATIBLE_MACHINE = '(h3900|h5xxx|h2200|h4000|ipaq-pxa270|htcuniversal)'
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}"