summaryrefslogtreecommitdiff
path: root/packages/linux/linux-rp_2.6.19+git.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-02-21 00:34:41 +0000
committerRichard Purdie <rpurdie@rpsys.net>2007-02-21 00:34:41 +0000
commitdb09c170a027773e87594195b8a1bdce66310dd1 (patch)
treedafa733311f38538be4533bc0cff071d2f962139 /packages/linux/linux-rp_2.6.19+git.bb
parent18b9d447451a95e984f1a9b67db2e312524e7b5c (diff)
linux-rp: Drop 2.6.18, 2.6.19, patch correct kexec syscall number for other versions
Diffstat (limited to 'packages/linux/linux-rp_2.6.19+git.bb')
-rw-r--r--packages/linux/linux-rp_2.6.19+git.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/linux/linux-rp_2.6.19+git.bb b/packages/linux/linux-rp_2.6.19+git.bb
index 1c88dcc204..4a71e86e91 100644
--- a/packages/linux/linux-rp_2.6.19+git.bb
+++ b/packages/linux/linux-rp_2.6.19+git.bb
@@ -1,6 +1,6 @@
require linux-rp.inc
-PR = "r4"
+PR = "r5"
DEFAULT_PREFERENCE = "-1"
#up the default pref for the hx2000 machine, since this is the only working kernel for it present in .dev
@@ -16,11 +16,9 @@ DEFAULT_PREFERENCE_hx2000 = "1"
# Patches submitted upstream are towards top of this list
# Hacks should clearly named and at the bottom
-SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=v2.6.20-rc2 \
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=v2.6.20-rc4 \
http://opensource.wolfsonmicro.com/~lg/asoc/asoc-v0.13pre1.patch;patch=1;status=merged \
${RPSRC}/asoc_13pre1_fix-r0.patch;patch=1 \
- ${RPSRC}/xscale_cache_workaround-r1.patch;patch=1;status=merged \
- ${RPSRC}/backlight_parameter_fix-r1.patch;patch=1;status=pending \
${RPSRC}/hx2750_base-r28.patch;patch=1 \
${RPSRC}/hx2750_bl-r8.patch;patch=1 \
${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \
@@ -34,7 +32,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;
${RPSRC}/pm_changes-r1.patch;patch=1 \
${RPSRC}/usb_add_epalloc-r3.patch;patch=1 \
${RPSRC}/usb_pxa27x_udc-r3.patch;patch=1 \
- ${RPSRC}/kexec-arm-r4.patch;patch=1 \
+ ${RPSRC}/kexec-arm-r4a.patch;patch=1 \
${RPSRC}/locomo_kbd_tweak-r1.patch;patch=1 \
${RPSRC}/poodle_pm-r3.patch;patch=1 \
${RPSRC}/pxa27x_overlay-r5.patch;patch=1 \