git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8947abb
)
handhelds-pxa-2.6.inc: Add h1910 to COMPATIBLE_MACHINE, allow it to be overridable.
author
Paul Sokolovsky
<pmiscml@gmail.com>
Sun, 24 Sep 2006 22:46:50 +0000
(22:46 +0000)
committer
Paul Sokolovsky
<pmiscml@gmail.com>
Sun, 24 Sep 2006 22:46:50 +0000
(22:46 +0000)
packages/linux/handhelds-pxa-2.6.inc
patch
|
blob
|
history
diff --git
a/packages/linux/handhelds-pxa-2.6.inc
b/packages/linux/handhelds-pxa-2.6.inc
index
1e14f8d
..
c4c2a33
100644
(file)
--- 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
= '(h3900|h22
00|h4000|h5xxx|htcuniversal|ipaq-pxa270)'
+COMPATIBLE_MACHINE
?= '(h1910|h2200|h39
00|h4000|h5xxx|htcuniversal|ipaq-pxa270)'
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}"