diff options
Diffstat (limited to 'packages/linux/handhelds-pxa-2.6_2.6.6-hh0.bb')
-rw-r--r-- | packages/linux/handhelds-pxa-2.6_2.6.6-hh0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_2.6.6-hh0.bb b/packages/linux/handhelds-pxa-2.6_2.6.6-hh0.bb index 03169de305..81b63d5021 100644 --- a/packages/linux/handhelds-pxa-2.6_2.6.6-hh0.bb +++ b/packages/linux/handhelds-pxa-2.6_2.6.6-hh0.bb @@ -5,6 +5,7 @@ LICENSE = "GPL" # KERNEL_CCSUFFIX = "-3.3.4" COMPATIBLE_HOST = "arm.*-linux" +COMPATIBLE_MACHINE = '(h3900|h2200|ipaq-pxa270)' FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}" |