diff options
author | Roger Monk <r-monk@ti.com> | 2010-02-15 15:01:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:19 +0200 |
commit | c3da2412bbd349c5d58de988824351f7cdead507 (patch) | |
tree | c677eb5f849ea67cd0d0add7fc00581062ae240c /recipes/linux/linux-omap-psp_2.6.32.bb | |
parent | 7176279b74b61c8b6144c2d14b9e97560a60fb00 (diff) |
linux-omap-psp: Update AM3517 to latest kernel + defconfig + add ehci patch
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/linux/linux-omap-psp_2.6.32.bb')
-rw-r--r-- | recipes/linux/linux-omap-psp_2.6.32.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-psp_2.6.32.bb b/recipes/linux/linux-omap-psp_2.6.32.bb index 6477d114ff..8709673c9d 100644 --- a/recipes/linux/linux-omap-psp_2.6.32.bb +++ b/recipes/linux/linux-omap-psp_2.6.32.bb @@ -27,6 +27,9 @@ SRC_URI = "git://arago-project.org/git/people/sriram/ti-psp-omap.git;protocol=gi SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \ " +SRC_URI_append_am3517-evm = " file://am3517-ehci-mux.patch;patch=1 \ +" + addtask quiltfixup before do_patch after do_unpack do_quiltfixup() { rm ${S}/.pc -rf |