diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/linux/linux-turbostation_2.6.20.2.bb | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
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-turbostation_2.6.20.2.bb')
-rw-r--r-- | recipes/linux/linux-turbostation_2.6.20.2.bb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes/linux/linux-turbostation_2.6.20.2.bb b/recipes/linux/linux-turbostation_2.6.20.2.bb index 1d2fc6c9ae..e64662e958 100644 --- a/recipes/linux/linux-turbostation_2.6.20.2.bb +++ b/recipes/linux/linux-turbostation_2.6.20.2.bb @@ -9,15 +9,15 @@ COMPATIBLE_MACHINE = "turbostation" RDEPENDS_kernel-module-zd1211rw += "zd1211-firmware" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ - file://001_r1000.diff;patch=1 \ - file://linux-2.6.16_arch_ppc_platforms_sandpoint.h;patch=1 \ - file://002_qnap-pic.diff;patch=1 \ - file://linux-2.6.16_arch_ppc_syslib_Makefile;patch=1 \ - file://linux-2.6.16_drivers_mtd_maps_physmap.c;patch=1 \ - file://linux-2.6.16_arch_ppc_syslib_mpc10x_common.c;patch=1 \ - file://linux-2.6.16_arch_ppc_platforms_Makefile;patch=1 \ - file://linux-2.6.16_include_asm-ppc_mpc10x.h;patch=1 \ - file://linux-2.6.16_arch_ppc_platforms_sandpoint.c;patch=1 \ + file://001_r1000.diff;apply=yes \ + file://linux-2.6.16_arch_ppc_platforms_sandpoint.h;apply=yes \ + file://002_qnap-pic.diff;apply=yes \ + file://linux-2.6.16_arch_ppc_syslib_Makefile;apply=yes \ + file://linux-2.6.16_drivers_mtd_maps_physmap.c;apply=yes \ + file://linux-2.6.16_arch_ppc_syslib_mpc10x_common.c;apply=yes \ + file://linux-2.6.16_arch_ppc_platforms_Makefile;apply=yes \ + file://linux-2.6.16_include_asm-ppc_mpc10x.h;apply=yes \ + file://linux-2.6.16_arch_ppc_platforms_sandpoint.c;apply=yes \ file://defconfig" S = "${WORKDIR}/linux-${PV}" |