summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2016-03-23 14:17:50 +0100
committerKoen Kooi <koen.kooi@linaro.org>2016-03-23 14:17:50 +0100
commite18c91f14eb4ef2cd5c285db17934c73d2d7993c (patch)
tree92bef219ad2f49c095b04af1993d327eafd627db
parentfbce4514b9723ed9e3b0911b721150629f0b5448 (diff)
function.sh: remove OLDEST_KERNEL workaround
Juno has moved past 3.10. Change-Id: I587c1e6d4e1e40c9b905a14b9aa28c1282102968 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rwxr-xr-xfunctions.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions.sh b/functions.sh
index a0b133c..3fc1050 100755
--- a/functions.sh
+++ b/functions.sh
@@ -273,8 +273,6 @@ conf_localconf()
if [ "$ptest_enabled" = "1" ]; then
echo 'DISTRO_FEATURES += "ptest"' >> conf/local.conf
fi
-
- echo 'OLDEST_KERNEL_aarch64 = "2.6.32"' >> conf/local.conf
}
cleanup_soft()