aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap-psp_2.6.32.bb
diff options
context:
space:
mode:
authorAnil kumar M <anilm@mistralsolutions.com>2010-12-20 19:55:55 +0530
committerKoen Kooi <koen@openembedded.org>2010-12-20 16:17:58 +0100
commit601531c8057f9bfff4e498c95eaa788508067a6e (patch)
treeee699d54dbfad9a9dd9c2375c14fb87680acc722 /recipes/linux/linux-omap-psp_2.6.32.bb
parentdb5a2f7791b100834588a0a22e089b057702c677 (diff)
downloadopenembedded-601531c8057f9bfff4e498c95eaa788508067a6e.tar.gz
linux-omap-psp-2.6.32:add patch for am3517-crane board support
* This patch adds linnux-omap-psp kernel support for am3517-crane board. * Craneboard is a hardware development platform based on the Sitara AM3517 ARM Cortex - A8 microprocessor device. This is a low cost reference design. * You can find more about CraneBoard here: [1] http://www.ti.com/arm [2] http://www.mistralsolutions.com/products/craneboard.php [3] http://www.craneboard.org Signed-off-by: Anil kumar M <anilm@mistralsolutions.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/linux/linux-omap-psp_2.6.32.bb')
-rw-r--r--recipes/linux/linux-omap-psp_2.6.32.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/linux/linux-omap-psp_2.6.32.bb b/recipes/linux/linux-omap-psp_2.6.32.bb
index 955907cd79..e1d444c38e 100644
--- a/recipes/linux/linux-omap-psp_2.6.32.bb
+++ b/recipes/linux/linux-omap-psp_2.6.32.bb
@@ -3,7 +3,7 @@ require multi-kernel.inc
DESCRIPTION = "Linux kernel for OMAP processors"
KERNEL_IMAGETYPE = "uImage"
-COMPATIBLE_MACHINE = "beagleboard|omap3evm|am3517-evm|dm37x-evm|am37x-evm|omap3-touchbook|overo"
+COMPATIBLE_MACHINE = "am3517-crane|beagleboard|omap3evm|am3517-evm|dm37x-evm|am37x-evm|omap3-touchbook|overo"
# This is on the master branch
SRCREV = "5fc29e7b2a76a64a739f857858ef0b98294aa155"
@@ -12,7 +12,8 @@ SRCREV = "5fc29e7b2a76a64a739f857858ef0b98294aa155"
MACHINE_KERNEL_PR_append = "+gitr${SRCREV}"
SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=http;branch=master \
- file://0001-Revert-omap3-beagle-Fix-compile-time-errors.patch \
+ file://0001-Added-Crane-Board-support.patch \
+ file://0001-Revert-omap3-beagle-Fix-compile-time-errors.patch \
file://0002-board-omap3touchbook-make-it-build-against-TI-linux-.patch \
file://0003-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board-f.patch \
file://0004-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch \