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-omap-multi-psp_2.6.32.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-omap-multi-psp_2.6.32.bb')
-rw-r--r-- | recipes/linux/linux-omap-multi-psp_2.6.32.bb | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/recipes/linux/linux-omap-multi-psp_2.6.32.bb b/recipes/linux/linux-omap-multi-psp_2.6.32.bb index e1d662c7bf..ae5ed65927 100644 --- a/recipes/linux/linux-omap-multi-psp_2.6.32.bb +++ b/recipes/linux/linux-omap-multi-psp_2.6.32.bb @@ -13,17 +13,17 @@ SRCREV = "06733a907b777f7dca21b2d44e36b6c4afbe01fe" MACHINE_KERNEL_PR_append = "+gitr${SRCREV}" SRC_URI += "git://arago-project.org/git/people/sriram/ti-psp-omap.git;protocol=git;branch=master \ - file://0005-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board.patch;patch=1 \ - file://0006-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch;patch=1 \ - file://0007-ASoC-enable-audio-capture-by-default-for-twl4030.patch;patch=1 \ - file://0009-MTD-NAND-omap2-proper-fix-for-subpage-read-ECC-error.patch;patch=1 \ - file://dss2/0015-OMAP-DSS-Add-DSS2-support-for-Beagle.patch;patch=1 \ - file://dss2/0016-video-add-timings-for-hd720.patch;patch=1 \ - file://holes.patch;patch=1 \ - file://no-mmc-spew.patch;patch=1 \ - file://beagleboard/0001-beagleboard-omap3_-foo-_rate_table-omap35x_-foo.patch;patch=1 \ - file://beagleboard/0001-board-omap3beagle-prepare-for-DM3730-based-Beaglebo.patch;patch=1 \ - file://0001-board-omap3touchbook-make-it-build-against-TI-linux.patch;patch=1 \ + file://0005-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board.patch;apply=yes \ + file://0006-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch;apply=yes \ + file://0007-ASoC-enable-audio-capture-by-default-for-twl4030.patch;apply=yes \ + file://0009-MTD-NAND-omap2-proper-fix-for-subpage-read-ECC-error.patch;apply=yes \ + file://dss2/0015-OMAP-DSS-Add-DSS2-support-for-Beagle.patch;apply=yes \ + file://dss2/0016-video-add-timings-for-hd720.patch;apply=yes \ + file://holes.patch;apply=yes \ + file://no-mmc-spew.patch;apply=yes \ + file://beagleboard/0001-beagleboard-omap3_-foo-_rate_table-omap35x_-foo.patch;apply=yes \ + file://beagleboard/0001-board-omap3beagle-prepare-for-DM3730-based-Beaglebo.patch;apply=yes \ + file://0001-board-omap3touchbook-make-it-build-against-TI-linux.patch;apply=yes \ file://defconfig" SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \ |