[oe-commits] org.oe.dev handhelds-pxa-2.6.inc: Add h1910 to COMPATIBLE_MACHINE, allow it to be overridable.

pfalcon commit openembedded-commits at lists.openembedded.org
Sun Sep 24 22:53:48 UTC 2006


handhelds-pxa-2.6.inc: Add h1910 to COMPATIBLE_MACHINE, allow it to be overridable.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 7efcdf8379fd49100a89136d21c21f86c9035d73
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7efcdf8379fd49100a89136d21c21f86c9035d73
Files:
1
packages/linux/handhelds-pxa-2.6.inc
Diffs:

#
# mt diff -refdb31fe8cb09b072c22bf2632306bf37431ba08 -r7efcdf8379fd49100a89136d21c21f86c9035d73
#
# 
# 
# patch "packages/linux/handhelds-pxa-2.6.inc"
#  from [02e5e4d0557a7273c9bebf4f51c5fd562a1e2fa8]
#    to [2aa51807cba56321605b9780093b61ebe6a786b2]
# 
============================================================
--- packages/linux/handhelds-pxa-2.6.inc	02e5e4d0557a7273c9bebf4f51c5fd562a1e2fa8
+++ packages/linux/handhelds-pxa-2.6.inc	2aa51807cba56321605b9780093b61ebe6a786b2
@@ -1,9 +1,9 @@ COMPATIBLE_HOST = "arm.*-linux"
 SECTION = "kernel"
 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}"
 






More information about the Openembedded-commits mailing list