diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/linux/linux-ea3250_2.6.27.8.bb | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (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-ea3250_2.6.27.8.bb')
-rw-r--r-- | recipes/linux/linux-ea3250_2.6.27.8.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/recipes/linux/linux-ea3250_2.6.27.8.bb b/recipes/linux/linux-ea3250_2.6.27.8.bb index 64c9ec6ef0..a3fff9f46b 100644 --- a/recipes/linux/linux-ea3250_2.6.27.8.bb +++ b/recipes/linux/linux-ea3250_2.6.27.8.bb @@ -11,16 +11,16 @@ PR = "r0" # that they will stay there indefinitely. # - Joost SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.27.8.tar.bz2;name=kernel \ - http://bitshrine.org/gpp/kernel-arm-2.6.27.8-lpc32xx.patch;apply=yes;name=patch1 \ - http://bitshrine.org/gpp/kernel-arm-2.6.27.8-update1.patch;apply=yes;name=patch2 \ - http://bitshrine.org/gpp/kernel-arm-2.6.27.8-lpc32xx_update2.patch;apply=yes;name=patch3 \ - http://bitshrine.org/gpp/kernel-arm-2.6.27.8-lpc32xx_update3.patch;apply=yes;name=patch4 \ - http://bitshrine.org/gpp/kernel-arm-2.6.27.8-lpc32xx_armtskit_update2.patch;apply=yes;name=patch5 \ - http://bitshrine.org/gpp/kernel-arm-2.6.27.8-lpc32xx_ea3250.patch;apply=yes;name=patch6 \ - http://bitshrine.org/gpp/kernel-arm-2.6.27.8-lpc32xx_update4.patch;apply=yes;name=patch7 \ - http://bitshrine.org/gpp/kernel-arm-2.6.27.8-lpc32xx_update5.patch;apply=yes;name=patch8 \ - file://kernel-arm-2.6.27.8-lpc32xx_update5_fix.patch;apply=yes \ - file://lpc32xx-spwm.patch;apply=yes \ + http://bitshrine.org/gpp/kernel-arm-2.6.27.8-lpc32xx.patch;name=patch1 \ + http://bitshrine.org/gpp/kernel-arm-2.6.27.8-update1.patch;name=patch2 \ + http://bitshrine.org/gpp/kernel-arm-2.6.27.8-lpc32xx_update2.patch;name=patch3 \ + http://bitshrine.org/gpp/kernel-arm-2.6.27.8-lpc32xx_update3.patch;name=patch4 \ + http://bitshrine.org/gpp/kernel-arm-2.6.27.8-lpc32xx_armtskit_update2.patch;name=patch5 \ + http://bitshrine.org/gpp/kernel-arm-2.6.27.8-lpc32xx_ea3250.patch;name=patch6 \ + http://bitshrine.org/gpp/kernel-arm-2.6.27.8-lpc32xx_update4.patch;name=patch7 \ + http://bitshrine.org/gpp/kernel-arm-2.6.27.8-lpc32xx_update5.patch;name=patch8 \ + file://kernel-arm-2.6.27.8-lpc32xx_update5_fix.patch \ + file://lpc32xx-spwm.patch \ file://defconfig" # Source directory |