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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user