handhelds-pxa-2.6.inc: Add h1910 to COMPATIBLE_MACHINE, allow it to be overridable.
authorPaul Sokolovsky <pmiscml@gmail.com>
Sun, 24 Sep 2006 22:46:50 +0000 (22:46 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sun, 24 Sep 2006 22:46:50 +0000 (22:46 +0000)
packages/linux/handhelds-pxa-2.6.inc

index 1e14f8d..c4c2a33 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "handhelds.org Linux kernel for PXA based devices."
 LICENSE = "GPL"
 
 COMPATIBLE_HOST = "arm.*-linux"
-COMPATIBLE_MACHINE = '(h3900|h2200|h4000|h5xxx|htcuniversal|ipaq-pxa270)'
+COMPATIBLE_MACHINE ?= '(h1910|h2200|h3900|h4000|h5xxx|htcuniversal|ipaq-pxa270)'
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}"