summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-04-13 18:25:47 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-04-18 18:01:02 +0000
commit473b4354758ea6657fd196c30fb14332b5e7178d (patch)
treebb4387be7dd543ad07e8bf620bf348099040e94a
parent817c2c618d918b48e050e946c7fb79e9822fee89 (diff)
Set a weak distro-wide DEFAULTTUNE for ARM 32bit
This is a weak (aka 'default' or 'only if not previously set') value for DEFAULTTUNE for ARM 32bit. The value will in the future take precedence over the BSPs as BSPs should not enforce it. Instead the DISTRO is supposed to pick one. Bug-AGL: SPEC-491 Change-Id: Iaadf9cf4704c04c81c9d1ffed283b444a9e10512 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--meta-agl-distro/conf/distro/poky-agl.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf
index ad779bbdc..08d08d902 100644
--- a/meta-agl-distro/conf/distro/poky-agl.conf
+++ b/meta-agl-distro/conf/distro/poky-agl.conf
@@ -84,3 +84,6 @@ SECURITY_LDFLAGS_pn-libdbus-c++ = ""
#Disable prelink. It is unmaintained and likely will go away.
#default: USER_CLASSES ?= "buildstats image-mklibs image-prelink"
USER_CLASSES = "buildstats image-mklibs"
+
+# weak 'default value' assignment for a DEFAULTTUNE
+DEFAULTTUNE_arm ??= "armv7athf-neon"