diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-17 07:52:47 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-17 07:52:47 +0000 |
commit | 06102089d3741242738368d6e2f80777b009ed03 (patch) | |
tree | 94e4e95064e12e2a11c564d2f823ceed678537dd /packages/linux/LAB-kernel_2.6.13-hh2.bb | |
parent | 6b7dd22ac5d310a57a26be09cbf1ccc4d516b428 (diff) |
LAB-kernel: set compatible machine to h2200
Diffstat (limited to 'packages/linux/LAB-kernel_2.6.13-hh2.bb')
-rw-r--r-- | packages/linux/LAB-kernel_2.6.13-hh2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux/LAB-kernel_2.6.13-hh2.bb b/packages/linux/LAB-kernel_2.6.13-hh2.bb index af177ba62e..9ee0539ac3 100644 --- a/packages/linux/LAB-kernel_2.6.13-hh2.bb +++ b/packages/linux/LAB-kernel_2.6.13-hh2.bb @@ -3,6 +3,7 @@ DESCRIPTION = "Liux As Bootloader kernelm" LICENSE = "GPL" COMPATIBLE_HOST = "arm.*-linux" +COMPATIBLE_MACHINE = "h2200" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}" |