summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-jlime-jornada7xx_2.6.17.bb
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-24 13:01:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:54:52 -0700
commit6fe7cef27069415f2eba36bc640cf59013d4979b (patch)
treeb0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/linux/linux-jlime-jornada7xx_2.6.17.bb
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff)
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/linux/linux-jlime-jornada7xx_2.6.17.bb')
-rw-r--r--recipes/linux/linux-jlime-jornada7xx_2.6.17.bb26
1 files changed, 13 insertions, 13 deletions
diff --git a/recipes/linux/linux-jlime-jornada7xx_2.6.17.bb b/recipes/linux/linux-jlime-jornada7xx_2.6.17.bb
index 150243ed30..f94b1c9869 100644
--- a/recipes/linux/linux-jlime-jornada7xx_2.6.17.bb
+++ b/recipes/linux/linux-jlime-jornada7xx_2.6.17.bb
@@ -8,19 +8,19 @@ COMPATIBLE_MACHINE = "jornada7xx"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.17.tar.gz \
file://defconf_jlime \
- file://AsmArm-ArchSa1100-Jornada720.patch;apply=yes \
- file://Cpu-Sa1110-Jornada720.patch;apply=yes \
- file://Kconfig-Arch-Jornada720.patch;apply=yes \
- file://Kconfig-Keyboard-Jornada720.patch;apply=yes \
- file://Kconfig-Touchscreen-Jornada720.patch;apply=yes \
- file://Kconfig-Video-Jornada720.patch;apply=yes \
- file://Mach-Sa1100-Jornada720.patch;apply=yes \
- file://Makefile-Keyboard-Jornada720.patch;apply=yes \
- file://Makefile-Touchscreen-Jornada720.patch;apply=yes \
- file://Makefile-Video-Jornada720.patch;apply=yes \
- file://Newfile-Epson1356fb.patch;apply=yes \
- file://Newfile-Jornada720_kbd.patch;apply=yes \
- file://Newfile-Jornada720_ts.patch;apply=yes"
+ file://AsmArm-ArchSa1100-Jornada720.patch \
+ file://Cpu-Sa1110-Jornada720.patch \
+ file://Kconfig-Arch-Jornada720.patch \
+ file://Kconfig-Keyboard-Jornada720.patch \
+ file://Kconfig-Touchscreen-Jornada720.patch \
+ file://Kconfig-Video-Jornada720.patch \
+ file://Mach-Sa1100-Jornada720.patch \
+ file://Makefile-Keyboard-Jornada720.patch \
+ file://Makefile-Touchscreen-Jornada720.patch \
+ file://Makefile-Video-Jornada720.patch \
+ file://Newfile-Epson1356fb.patch \
+ file://Newfile-Jornada720_kbd.patch \
+ file://Newfile-Jornada720_ts.patch"
S = "${WORKDIR}/linux-${PV}"