diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-07 21:49:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-07 21:49:05 +0000 |
commit | 1c484102d87944ebda3f30bcffce3e788cfe0cf3 (patch) | |
tree | 84856245a2ea115d608c93a4d8b29616ecdbedf1 /packages/linux/linux-magicbox_2.6.18.6.bb | |
parent | f9aac45244be2995907833e7ceab149f3de6680f (diff) |
linux-magicbox: add COMPATIBLE_MACHINE
Diffstat (limited to 'packages/linux/linux-magicbox_2.6.18.6.bb')
-rw-r--r-- | packages/linux/linux-magicbox_2.6.18.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-magicbox_2.6.18.6.bb b/packages/linux/linux-magicbox_2.6.18.6.bb index e306c54e7b..fde955ce9a 100644 --- a/packages/linux/linux-magicbox_2.6.18.6.bb +++ b/packages/linux/linux-magicbox_2.6.18.6.bb @@ -4,6 +4,8 @@ LICENSE = "GPL" PR = "r2" DEPENDS = "u-boot" +COMPATIBLE_MACHINE = "magicbox" + KERNEL_CCSUFFIX = "-3.4.4" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ |