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-kirkwood_2.6.33-rc5.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-kirkwood_2.6.33-rc5.bb')
-rw-r--r-- | recipes/linux/linux-kirkwood_2.6.33-rc5.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/linux/linux-kirkwood_2.6.33-rc5.bb b/recipes/linux/linux-kirkwood_2.6.33-rc5.bb index cae7554077..69decde1ef 100644 --- a/recipes/linux/linux-kirkwood_2.6.33-rc5.bb +++ b/recipes/linux/linux-kirkwood_2.6.33-rc5.bb @@ -15,14 +15,14 @@ SRC_URI = "git://repo.or.cz/linux-2.6/linux-2.6-openrd.git;protocol=git \ file://defconfig" SRC_URI_append_openrd-base += " \ - file://0004-ARM-Kirkwood-OpenRD-base-SD-UART1-selection.patch;patch=1 \ + file://0004-ARM-Kirkwood-OpenRD-base-SD-UART1-selection.patch;apply=yes \ " SRC_URI_append_openrd-client += " \ - file://0001-OpenRD-Client-PCIe-Initialize-PCI-express-and-i2c.patch;patch=1 \ - file://0002-OpenRD-Client-Volari-Z11-driver-added.patch;patch=1 \ - file://0003-ARM-Kirkwood-Sound-Sound-driver-added.patch;patch=1 \ - file://0004-ARM-Kirkwood-OpenRD-SD-UART1-selection.patch;patch=1 \ + file://0001-OpenRD-Client-PCIe-Initialize-PCI-express-and-i2c.patch;apply=yes \ + file://0002-OpenRD-Client-Volari-Z11-driver-added.patch;apply=yes \ + file://0003-ARM-Kirkwood-Sound-Sound-driver-added.patch;apply=yes \ + file://0004-ARM-Kirkwood-OpenRD-SD-UART1-selection.patch;apply=yes \ " # update machine types list for ARM architecture, only for machines that need it |