summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-omap-psp_2.6.32.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-12 13:06:37 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-12 13:08:44 +0100
commit3dba48e67241bda248c17de69bfa35527a17765d (patch)
treed1691e4a13a90bcf8933df9321e4be55bceabcc2 /recipes/linux/linux-omap-psp_2.6.32.bb
parentbe7010a0581a5cc4fecfc0ecdef94624c1c8e781 (diff)
linux-omap-psp 2.6.32: add beagle support and backport some fixes
Diffstat (limited to 'recipes/linux/linux-omap-psp_2.6.32.bb')
-rw-r--r--recipes/linux/linux-omap-psp_2.6.32.bb14
1 files changed, 12 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 3cea6d3b3a..43857cf191 100644
--- a/recipes/linux/linux-omap-psp_2.6.32.bb
+++ b/recipes/linux/linux-omap-psp_2.6.32.bb
@@ -3,16 +3,26 @@ require linux.inc
DESCRIPTION = "Linux kernel for OMAP processors"
KERNEL_IMAGETYPE = "uImage"
-COMPATIBLE_MACHINE = "omap3evm|am3517-evm"
+COMPATIBLE_MACHINE = "beagleboard|omap3evm|am3517-evm"
-SRCREV = "c08d6b523f37d246440c6371e6fe26bc9f7b8674"
+SRCREV = "2c5504f599eaef46a9cacf5bbbcff3175ac15525"
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
PR_append = "+gitr${SRCREV}"
SRC_URI = "git://arago-project.org/git/people/sriram/ti-psp-omap.git;protocol=git;branch=master \
+ file://0005-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board.patch;patch=1 \
+ file://0006-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch;patch=1 \
+ file://0007-ASoC-enable-audio-capture-by-default-for-twl4030.patch;patch=1 \
+ file://0009-MTD-NAND-omap2-proper-fix-for-subpage-read-ECC-error.patch;patch=1 \
+ file://dss2/0015-OMAP-DSS-Add-DSS2-support-for-Beagle.patch;patch=1 \
+ file://dss2/0016-video-add-timings-for-hd720.patch;patch=1 \
+ file://holes.patch;patch=1 \
file://defconfig"
+SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \
+"
+
S = "${WORKDIR}/git"
do_install_append() {