1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 22:38:04 +00:00

linux 3.0: update to 3.0.17

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2012-01-13 13:22:29 +01:00
parent 97b5ee17d3
commit 18ff66cb77
204 changed files with 430 additions and 456 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
#!/bin/bash
# (c) 2009 - 2011 Koen Kooi <koen@dominion.thruhere.net>
# (c) 2009 - 2012 Koen Kooi <koen@dominion.thruhere.net>
# This script will take a set of directories with patches and make a git tree out of it
# After all the patches are applied it will output a SRC_URI fragment you can copy/paste into a recipe
set -e
TAG="v3.0.4"
TAG="v3.0.17"
EXTRATAG=""
PATCHPATH=$(dirname $0)
@@ -13,7 +13,7 @@ git reset --hard ${TAG}
rm export -rf
previous=${TAG}
PATCHSET="pm-wip/voltdm pm-wip/cpufreq bias beagle madc sakoman sgx ulcd omap4"
PATCHSET="pm-wip/voltdm pm-wip/cpufreq beagle madc sakoman sgx ulcd omap4"
# apply patches
for patchset in ${PATCHSET} ; do