aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-davinci_git.bb
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2009-11-23 14:31:05 +0000
committerKoen Kooi <koen@openembedded.org>2009-11-23 15:51:07 +0100
commit2f763fbaab6aa06d2376c6ee6e9c101ac12e0f8b (patch)
tree9a0f4f59ae74c48b6c4c9f3a49c760ea3d74719f /recipes/linux/linux-davinci_git.bb
parentbdc1442952b8ab1bec976d6aae7afc5a36365495 (diff)
downloadopenembedded-2f763fbaab6aa06d2376c6ee6e9c101ac12e0f8b.tar.gz
Hawkboard: Add Hawkboard machine and kernel
- patches for early adopters from Khasim - 2.6.32rc6 (PSP 3.20.00.07) - Updated defconfigs (machine defconfig + swap + mmc + fbconsole) - matching (DA850) - Added hawkboard specific patchset (alpha)
Diffstat (limited to 'recipes/linux/linux-davinci_git.bb')
-rw-r--r--recipes/linux/linux-davinci_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/linux/linux-davinci_git.bb b/recipes/linux/linux-davinci_git.bb
index d5759ac84f..ffa1a35950 100644
--- a/recipes/linux/linux-davinci_git.bb
+++ b/recipes/linux/linux-davinci_git.bb
@@ -3,7 +3,7 @@ require linux.inc
DESCRIPTION = "Linux kernel for Davinci processors"
KERNEL_IMAGETYPE = "uImage"
-COMPATIBLE_MACHINE = "(dm6446-evm|dm6467-evm|dm6467t-evm|dm355-evm|dm365-evm|da830-omapl137-evm|da850-omapl138-evm|davinci-sffsdr|dm355-leopard)"
+COMPATIBLE_MACHINE = "(dm6446-evm|dm6467-evm|dm6467t-evm|dm355-evm|dm365-evm|da830-omapl137-evm|da850-omapl138-evm|davinci-sffsdr|dm355-leopard|hawkboard)"
DEFAULT_PREFERENCE = "1"
@@ -12,6 +12,7 @@ SRCREV = "835d1ac43b1c0428cb0f7f91fbaf708ba8e7e504"
# OMAPL commits for PSP 3.20.00.07 Release Tag
SRCREV_da830-omapl137-evm = "b60234a5b0ee985912ecb59d3e689c1ed4baa46c"
SRCREV_da850-omapl138-evm = "b60234a5b0ee985912ecb59d3e689c1ed4baa46c"
+SRCREV_hawkboard = "b60234a5b0ee985912ecb59d3e689c1ed4baa46c"
BRANCH = "master"
@@ -27,4 +28,8 @@ SRC_URI_da830-omapl137-evm = "git://arago-project.org/git/people/sekhar/linux-om
SRC_URI_da850-omapl138-evm = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=${BRANCH} \
file://defconfig"
+SRC_URI_hawkboard = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=${BRANCH} \
+ file://patch_hawk.diff;patch=1 \
+ file://defconfig"
+
S = "${WORKDIR}/git"