diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-24 22:46:50 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-24 22:46:50 +0000 |
commit | 5c0dd7cf0b460bb444a9a064ba498fdba1fbaeca (patch) | |
tree | cf513826ce0930f05d29661b268d7cf2024e3a79 /packages/linux | |
parent | 8947abb86fcc1311d9a549bb090fe20b7fc11fa1 (diff) |
handhelds-pxa-2.6.inc: Add h1910 to COMPATIBLE_MACHINE, allow it to be overridable.
Diffstat (limited to 'packages/linux')
-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 1e14f8dea3..c4c2a33a99 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 = '(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}" |