linux-magicbox: add COMPATIBLE_MACHINE
authorKoen Kooi <koen@openembedded.org>
Mon, 7 May 2007 21:49:05 +0000 (21:49 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 7 May 2007 21:49:05 +0000 (21:49 +0000)
packages/linux/linux-magicbox_2.6.18.6.bb
packages/linux/linux-magicbox_2.6.19.2.bb

index e306c54..fde955c 100644 (file)
@@ -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 \
index 50e05bd..bbec280 100644 (file)
@@ -4,6 +4,8 @@ LICENSE = "GPL"
 PR = "r0"
 DEPENDS = "u-boot"
 
+COMPATIBLE_MACHINE = "magicbox"
+
 #KERNEL_CCSUFFIX = "-3.4.4"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \