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/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.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/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb')
-rw-r--r-- | recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb b/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb index ef1a8515b1..859eee9020 100644 --- a/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb +++ b/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb @@ -10,39 +10,39 @@ PR = "r23" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/openzaurus-sa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}" SRC_URI = "http://www.openzaurus.org/mirror/linux-sl5500-${SHARPV}-rom3_10.tar.bz2;name=kernel \ - file://cacko.patch;patch=1 \ - file://unb0rk-rightarrow.patch;patch=1 \ - file://unb0rk-apm.patch;patch=1 \ - file://battery.patch;patch=1 \ - file://bluetooth-2.4.18-mh15.patch;patch=1 \ - file://iw_handlers.w13-5.diff;patch=1 \ - file://iw_handlers.w14-5.diff;patch=1 \ - file://iw240_we15-6.diff;patch=1 \ - file://iw249_we16-6.diff;patch=1 \ - file://iw249_we17-13.diff;patch=1 \ - file://iw240_we18-5.diff;patch=1 \ - file://idecs.patch;patch=1 \ - file://logo.patch;patch=1 \ - file://initsh.patch;patch=1 \ - file://keymap-more-sane.patch;patch=1 \ - file://mkdep.patch;patch=1 \ - file://disable-pcmcia-probe.patch;patch=1 \ - file://linux-2.4.18-list_move.patch;patch=1 \ - http://www.openswan.org/download/old/openswan-2.2.0-kernel-2.4-klips.patch.gz;patch=1;name=patch \ - file://1764-1.patch;patch=1 \ - file://module_licence.patch;patch=1 \ - file://ir240_sys_max_tx-2.diff;patch=1 \ - file://ir241_qos_param-2.diff;patch=1 \ + file://cacko.patch;apply=yes \ + file://unb0rk-rightarrow.patch;apply=yes \ + file://unb0rk-apm.patch;apply=yes \ + file://battery.patch;apply=yes \ + file://bluetooth-2.4.18-mh15.patch;apply=yes \ + file://iw_handlers.w13-5.diff;apply=yes \ + file://iw_handlers.w14-5.diff;apply=yes \ + file://iw240_we15-6.diff;apply=yes \ + file://iw249_we16-6.diff;apply=yes \ + file://iw249_we17-13.diff;apply=yes \ + file://iw240_we18-5.diff;apply=yes \ + file://idecs.patch;apply=yes \ + file://logo.patch;apply=yes \ + file://initsh.patch;apply=yes \ + file://keymap-more-sane.patch;apply=yes \ + file://mkdep.patch;apply=yes \ + file://disable-pcmcia-probe.patch;apply=yes \ + file://linux-2.4.18-list_move.patch;apply=yes \ + http://www.openswan.org/download/old/openswan-2.2.0-kernel-2.4-klips.patch.gz;apply=yes;name=patch \ + file://1764-1.patch;apply=yes \ + file://module_licence.patch;apply=yes \ + file://ir240_sys_max_tx-2.diff;apply=yes \ + file://ir241_qos_param-2.diff;apply=yes \ file://defconfig-${MACHINE} \ " # that patch allow to use buzzer as sound device but it removes alarms, # touchclicks etc so it is removed until be fixed -# file://sound-2.4.18r2.patch;patch=1 +# file://sound-2.4.18r2.patch;apply=yes # apply this when we have a patch that allows building with gcc 3.x: -# SRC_URI_append = file://gcc-3.3.patch;patch=1 -# SRC_URI_append = file://machtune-args.patch;patch=1 +# SRC_URI_append = file://gcc-3.3.patch;apply=yes +# SRC_URI_append = file://machtune-args.patch;apply=yes S = "${WORKDIR}/linux" |