summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-3.0/patch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-3.0/patch.sh')
-rwxr-xr-xrecipes-kernel/linux/linux-3.0/patch.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-3.0/patch.sh b/recipes-kernel/linux/linux-3.0/patch.sh
index 3e5324e7..885db093 100755
--- a/recipes-kernel/linux/linux-3.0/patch.sh
+++ b/recipes-kernel/linux/linux-3.0/patch.sh
@@ -1,10 +1,10 @@
1#!/bin/bash 1#!/bin/bash
2# (c) 2009 - 2011 Koen Kooi <koen@dominion.thruhere.net> 2# (c) 2009 - 2012 Koen Kooi <koen@dominion.thruhere.net>
3# This script will take a set of directories with patches and make a git tree out of it 3# This script will take a set of directories with patches and make a git tree out of it
4# After all the patches are applied it will output a SRC_URI fragment you can copy/paste into a recipe 4# After all the patches are applied it will output a SRC_URI fragment you can copy/paste into a recipe
5set -e 5set -e
6 6
7TAG="v3.0.4" 7TAG="v3.0.17"
8EXTRATAG="" 8EXTRATAG=""
9PATCHPATH=$(dirname $0) 9PATCHPATH=$(dirname $0)
10 10
@@ -13,7 +13,7 @@ git reset --hard ${TAG}
13rm export -rf 13rm export -rf
14 14
15previous=${TAG} 15previous=${TAG}
16PATCHSET="pm-wip/voltdm pm-wip/cpufreq bias beagle madc sakoman sgx ulcd omap4" 16PATCHSET="pm-wip/voltdm pm-wip/cpufreq beagle madc sakoman sgx ulcd omap4"
17 17
18# apply patches 18# apply patches
19for patchset in ${PATCHSET} ; do 19for patchset in ${PATCHSET} ; do