aboutsummaryrefslogtreecommitdiffstats
path: root/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-03 19:32:12 +0000
committerPhil Blundell <philb@gnu.org>2004-07-03 19:32:12 +0000
commit36c37dfc11b4fbd934ee8fd3da39495b819b25a9 (patch)
treec7e279e625884ac5e220437ad7ec12baabf2d0c1 /linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe
parente73f01bb504ccad8144bd0af92aa909d55011f84 (diff)
downloadopenembedded-36c37dfc11b4fbd934ee8fd3da39495b819b25a9.tar.gz
apply backlight patch from Florian Boor
BKrev: 40e709bcmJCUFgYJxf206Xj_WxCjvQ
Diffstat (limited to 'linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe')
-rw-r--r--linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe
index 85b865d08e..db199d1e0e 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 = "r5"
+PR = "r6"
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/opensimpad-${PV}"
@@ -18,7 +18,8 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \
file://mkdep.patch;patch=1 \
file://defconfig-${MACHINE} \
ftp://ftp.xs4all.nl/pub/crypto/freeswan/kernpatch/freeswan-2.06.k2.4.patch.gz;patch=1 \
- file://mipv6-1.1-v2.4.25.patch;patch=1"
+ file://mipv6-1.1-v2.4.25.patch;patch=1 \
+ file://simpad-backlight-if.diff;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