summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2015-07-29 18:18:42 +0200
committerKoen Kooi <koen.kooi@linaro.org>2015-07-29 18:18:42 +0200
commitf8aeb4a349a4254cac2670b1a266ac5e2e191c4b (patch)
tree487f33d2b8c06045083e0ee9482044a4fa4c8509
parentfa1d5934b18e86de278728112993eb91f11d9960 (diff)
function.sh: revert OE-core glibc kernel requirementrelease-15.08release-15.07
Change-Id: Ie9243853e35059a1dc85cd5c3efc18570a5823dc Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rwxr-xr-xfunctions.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index 6541c7a..e8c639d 100755
--- a/functions.sh
+++ b/functions.sh
@@ -274,6 +274,8 @@ 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()