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-openmoko-2.6.32_git.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-openmoko-2.6.32_git.bb')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.32_git.bb | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32_git.bb b/recipes/linux/linux-openmoko-2.6.32_git.bb index 39e051abe6..9a9e1fbd80 100644 --- a/recipes/linux/linux-openmoko-2.6.32_git.bb +++ b/recipes/linux/linux-openmoko-2.6.32_git.bb @@ -11,27 +11,27 @@ PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=om-gta02-2.6.32 \ - file://0001-Revert-s3cmci-initialize-default-platform-data-no_wp.patch;apply=yes \ + file://0001-Revert-s3cmci-initialize-default-platform-data-no_wp.patch \ # latest stable patch for ubi fix 943e167cb3e8fb191894bde8a4a75db78531a7c8 ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${KERNEL_RELEASE}.bz2;apply=yes;name=stablepatch \ # build fix - file://0001-wm8753-fix-build-with-gcc-4.4.2-which-works-ok-with-.patch;apply=yes \ + file://0001-wm8753-fix-build-with-gcc-4.4.2-which-works-ok-with-.patch \ # patches from Radek Polak used in qtmoko - file://0002-accels.patch.patch;apply=yes \ - file://0003-usbhost.patch.patch;apply=yes \ - file://0004-ar6000_delay.patch.patch;apply=yes \ - file://0005-save_regs.patch.patch;apply=yes \ + file://0002-accels.patch.patch \ + file://0003-usbhost.patch.patch \ + file://0004-ar6000_delay.patch.patch \ + file://0005-save_regs.patch.patch \ # defconfig updates - file://0006-gta02-defconfigs-enable-LEDS_S3C24XX-and-dummy-batte.patch;apply=yes \ + file://0006-gta02-defconfigs-enable-LEDS_S3C24XX-and-dummy-batte.patch \ # patches from Weiss's gdrm-for-merging branch - file://0007-DRM-for-platform-devices.patch;apply=yes \ - file://0008-Glamo-DRM-and-KMS-driver.patch;apply=yes \ - file://0009-Work-on-Glamo-core-for-DRM.patch;apply=yes \ - file://0010-JBT6k74-work-for-KMS.patch;apply=yes \ - file://0011-Fix-crash-when-reading-Glamo-registers-via-sysfs.patch;apply=yes \ - file://0012-Fix-dynamic-command-queue-allocation.patch;apply=yes \ - file://0013-Debug-statements-for-testing.patch;apply=yes \ - file://0014-Fix-claim-of-2D-register-resource.patch;apply=yes \ + file://0007-DRM-for-platform-devices.patch \ + file://0008-Glamo-DRM-and-KMS-driver.patch \ + file://0009-Work-on-Glamo-core-for-DRM.patch \ + file://0010-JBT6k74-work-for-KMS.patch \ + file://0011-Fix-crash-when-reading-Glamo-registers-via-sysfs.patch \ + file://0012-Fix-dynamic-command-queue-allocation.patch \ + file://0013-Debug-statements-for-testing.patch \ + file://0014-Fix-claim-of-2D-register-resource.patch \ " SRC_URI[stablepatch.md5sum] = "ba6abb1ffee513a1d4f831599ddae490" |