diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-20 13:57:29 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-20 13:57:29 +0100 |
| commit | bf3813c19b824e75f3fddd5f24d06c59339c5e17 (patch) | |
| tree | 19b96c01e000a0c62464a190f47806bbd19a73b6 | |
| parent | 7ffe55ce3f35bb58548ed10295bae858fed3c724 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-kernel/linux/linux_3.1.bb | 2 |
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 @@ | |||
| 1 | require linux.inc | 1 | require linux.inc |
| 2 | 2 | ||
| 3 | COMPATIBLE_MACHINE = "omap3" | 3 | COMPATIBLE_MACHINE = "beagleboard" |
| 4 | 4 | ||
| 5 | DESCRIPTION = "Linux kernel for TI processors" | 5 | DESCRIPTION = "Linux kernel for TI processors" |
| 6 | KERNEL_IMAGETYPE = "uImage" | 6 | KERNEL_IMAGETYPE = "uImage" |
