aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-amsdelta-2.6_2.6.16-omap2.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-amsdelta-2.6_2.6.16-omap2.bb
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff)
downloadopenembedded-6fe7cef27069415f2eba36bc640cf59013d4979b.tar.gz
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-amsdelta-2.6_2.6.16-omap2.bb')
-rw-r--r--recipes/linux/linux-amsdelta-2.6_2.6.16-omap2.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes/linux/linux-amsdelta-2.6_2.6.16-omap2.bb b/recipes/linux/linux-amsdelta-2.6_2.6.16-omap2.bb
index 49b1de17c2..b3557d52e3 100644
--- a/recipes/linux/linux-amsdelta-2.6_2.6.16-omap2.bb
+++ b/recipes/linux/linux-amsdelta-2.6_2.6.16-omap2.bb
@@ -6,14 +6,14 @@ COMPATIBLE_MACHINE = "amsdelta"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2;name=kernel \
http://www.muru.com/linux/omap/patches/patch-2.6.16-omap2.bz2;apply=yes;name=omap2patch \
- http://the.earth.li/pub/e3/2.6.16/00-ams-delta-backlight.diff;apply=yes;name=amspatch1 \
- http://the.earth.li/pub/e3/2.6.16/01-ams-delta-lcd.diff;apply=yes;name=amspatch2 \
- http://the.earth.li/pub/e3/2.6.16/02-ams-delta-keypad.diff;apply=yes;name=amspatch3 \
- http://the.earth.li/pub/e3/2.6.16/03-ams-delta-modem.diff;apply=yes;name=amspatch4 \
- http://the.earth.li/pub/e3/2.6.16/04-omapfb-12bpp-support.diff;apply=yes;name=amspatch5 \
- http://the.earth.li/pub/e3/2.6.16/05-ams-delta-nand.diff;apply=yes;name=amspatch6 \
- http://the.earth.li/pub/e3/2.6.16/06-ams-delta-keyboard.diff;apply=yes;name=amspatch7 \
- http://the.earth.li/pub/e3/2.6.16/08-ams-delta-sound.diff;apply=yes;name=amspatch8 \
+ http://the.earth.li/pub/e3/2.6.16/00-ams-delta-backlight.diff;name=amspatch1 \
+ http://the.earth.li/pub/e3/2.6.16/01-ams-delta-lcd.diff;name=amspatch2 \
+ http://the.earth.li/pub/e3/2.6.16/02-ams-delta-keypad.diff;name=amspatch3 \
+ http://the.earth.li/pub/e3/2.6.16/03-ams-delta-modem.diff;name=amspatch4 \
+ http://the.earth.li/pub/e3/2.6.16/04-omapfb-12bpp-support.diff;name=amspatch5 \
+ http://the.earth.li/pub/e3/2.6.16/05-ams-delta-nand.diff;name=amspatch6 \
+ http://the.earth.li/pub/e3/2.6.16/06-ams-delta-keyboard.diff;name=amspatch7 \
+ http://the.earth.li/pub/e3/2.6.16/08-ams-delta-sound.diff;name=amspatch8 \
file://defconfig"
S = "${WORKDIR}/linux-2.6.16"