diff options
-rw-r--r-- | linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/simpad-switches-input2.diff | 0 | ||||
-rw-r--r-- | linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/simpad-switches-input2.diff b/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/simpad-switches-input2.diff new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/simpad-switches-input2.diff diff --git a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe index 22605cbeb4..434c195599 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 = "r9" +PR = "r10" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/opensimpad-${PV}" @@ -21,6 +21,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \ file://mipv6-1.1-v2.4.25.patch;patch=1 \ file://simpad-backlight-if.diff;patch=1;pnum=0 \ 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" |