diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-11 15:05:57 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-11 15:05:57 +0000 |
commit | 55b3f87987cad72b9b1aeb1286e7f32d06347c4b (patch) | |
tree | 8724f2fefec3ee74006574b02c6381d12f249329 /packages | |
parent | 8d3cf824eae18876cf4fd9d66b2bca96f5c857c8 (diff) |
hh-pxa.inc: use hx4700 machine from now on
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/handhelds-pxa-2.6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/handhelds-pxa-2.6.inc b/packages/linux/handhelds-pxa-2.6.inc index c4c2a33a99..aa348dad41 100644 --- a/packages/linux/handhelds-pxa-2.6.inc +++ b/packages/linux/handhelds-pxa-2.6.inc @@ -3,7 +3,7 @@ DESCRIPTION = "handhelds.org Linux kernel for PXA based devices." LICENSE = "GPL" COMPATIBLE_HOST = "arm.*-linux" -COMPATIBLE_MACHINE ?= '(h1910|h2200|h3900|h4000|h5xxx|htcuniversal|ipaq-pxa270)' +COMPATIBLE_MACHINE ?= '(h1910|h2200|h3900|h4000|h5xxx|htcuniversal|hx4700)' FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}" |