diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-07-17 17:26:38 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-07-17 17:33:09 +0200 |
commit | e6382dccd41541551bebc1d78cee953bb4b4a85e (patch) | |
tree | f05df8e79d9a8eaa579607ff6b087d00c65dbfde /recipes/linux/linux_2.6.29+2.6.30-rc4.bb | |
parent | d08c79150d7c98e43965e788c50fc097b12ce123 (diff) |
linux: add patch to a get rid of the horribly broken default TX25 video mode
Diffstat (limited to 'recipes/linux/linux_2.6.29+2.6.30-rc4.bb')
-rw-r--r-- | recipes/linux/linux_2.6.29+2.6.30-rc4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/linux/linux_2.6.29+2.6.30-rc4.bb b/recipes/linux/linux_2.6.29+2.6.30-rc4.bb index d014298dc2..0217587661 100644 --- a/recipes/linux/linux_2.6.29+2.6.30-rc4.bb +++ b/recipes/linux/linux_2.6.29+2.6.30-rc4.bb @@ -3,7 +3,7 @@ require linux.inc KERNEL_RELEASE = "2.6.30-rc4" OLD_KERNEL_RELEASE = "2.6.29" PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}" -PR = "r4" +PR = "r5" S = "${WORKDIR}/linux-${OLD_KERNEL_RELEASE}" @@ -32,5 +32,5 @@ SRC_URI_append_afeb9260 = " \ " SRC_URI_append_tx25 = " file://linux-2.6.30-rc4-git.patch;patch=1 \ - file://linux-2.6.30-rc4-karo3.diff;patch=1" - + file://linux-2.6.30-rc4-karo3.diff;patch=1 \ + file://stk5-baseboard_c_vesa640.patch;patch=1" |