diff options
author | Koen Kooi <k-kooi@ti.com> | 2009-09-07 17:36:29 +0200 |
---|---|---|
committer | OpenEmbedded User <oe@OE-builder.(none)> | 2009-09-11 10:13:17 +0200 |
commit | 4c014833555dcd14ccdd9fd3f0f864fb4b62631e (patch) | |
tree | 59d5ead0bb83ca4dccec6341f6b03918ebf92f1d /recipes/linux/linux-omap-psp_2.6.29.bb | |
parent | d0585b86dd918ba67546ce93cbefca846c7f3715 (diff) |
linux-omap-psp 2.6.29: add shiva support
Diffstat (limited to 'recipes/linux/linux-omap-psp_2.6.29.bb')
-rw-r--r-- | recipes/linux/linux-omap-psp_2.6.29.bb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes/linux/linux-omap-psp_2.6.29.bb b/recipes/linux/linux-omap-psp_2.6.29.bb index d64786c18c..a336622583 100644 --- a/recipes/linux/linux-omap-psp_2.6.29.bb +++ b/recipes/linux/linux-omap-psp_2.6.29.bb @@ -3,7 +3,7 @@ require linux.inc DESCRIPTION = "Linux kernel for OMAP processors" KERNEL_IMAGETYPE = "uImage" -COMPATIBLE_MACHINE = "omap3evm" +COMPATIBLE_MACHINE = "omap3evm|omap3517-evm" SRCREV = "9abb6eb717acbca192ab251a056e3a66b2b47884" @@ -11,11 +11,16 @@ SRCREV = "9abb6eb717acbca192ab251a056e3a66b2b47884" PR_append = "+gitr${SRCREV}" SRC_URI = "git://arago-project.org/git/people/sriram/ti-psp-omap.git;protocol=git;branch=int_030000_build3 \ - file://defconfig" + file://0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch;patch=1 \ + file://defconfig" S = "${WORKDIR}/git" -SRC_URI_append = " \ +SRC_URI_append_omap3517-evm = " \ + file://shiva-bits.diff;patch=1 \ +" + +SRC_URI_append_omap3evm = " \ file://fix-twl-merge-damage.diff;patch=1 \ file://fix-section-mismatch.diff;patch=1 \ file://no-3517-hack.diff;patch=1 \ |