summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-20 13:57:29 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-20 13:57:29 +0100
commitbf3813c19b824e75f3fddd5f24d06c59339c5e17 (patch)
tree19b96c01e000a0c62464a190f47806bbd19a73b6 /recipes-kernel/linux
parent7ffe55ce3f35bb58548ed10295bae858fed3c724 (diff)
downloadmeta-ti-bf3813c19b824e75f3fddd5f24d06c59339c5e17.tar.gz
linux 3.1: set COMPATIBLE_MACHINE to beagleboard for the time being to work around linux.inc problems
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux_3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux_3.1.bb b/recipes-kernel/linux/linux_3.1.bb
index 591e811e..0ec0d268 100644
--- a/recipes-kernel/linux/linux_3.1.bb
+++ b/recipes-kernel/linux/linux_3.1.bb
@@ -1,6 +1,6 @@
1require linux.inc 1require linux.inc
2 2
3COMPATIBLE_MACHINE = "omap3" 3COMPATIBLE_MACHINE = "beagleboard"
4 4
5DESCRIPTION = "Linux kernel for TI processors" 5DESCRIPTION = "Linux kernel for TI processors"
6KERNEL_IMAGETYPE = "uImage" 6KERNEL_IMAGETYPE = "uImage"