summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
Diffstat (limited to 'linux')
-rw-r--r--linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/simpad-pm-updates.patch0
-rw-r--r--linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe5
2 files changed, 3 insertions, 2 deletions
diff --git a/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/simpad-pm-updates.patch b/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/simpad-pm-updates.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/simpad-pm-updates.patch
diff --git a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe
index 434c195599..b3f9f257ba 100644
--- a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe
+++ b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe
@@ -5,7 +5,7 @@ KV = "${@oe.data.getVar('PV',d,True).split('-')[0]}"
VRSV = "${@oe.data.getVar('PV',d,True).split('-')[1]}"
PXAV = "${@oe.data.getVar('PV',d,True).split('-')[2]}"
JPMV = "${@oe.data.getVar('PV',d,True).split('-')[3]}"
-PR = "r10"
+PR = "r11"
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/opensimpad-${PV}"
@@ -23,7 +23,8 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \
file://simpad-switches-input.diff;patch=1;pnum=0 \
file://simpad-switches-input2.diff;patch=1;pnum=0 \
file://simpad-apm.diff;patch=1;pnum=0 \
- file://simpad-ts-noninput.diff;patch=1;pnum=0"
+ file://simpad-ts-noninput.diff;patch=1;pnum=0 \
+ file://simpad-pm-updates.patch;patch=1;pnum=0"
# apply this when we have a patch that allows building with gcc 3.x:
# SRC_URI_append = file://gcc-3.3.patch;patch=1