Set a weak distro-wide DEFAULTTUNE for ARM 32bit 15/9115/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 13 Apr 2017 16:25:47 +0000 (18:25 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 18 Apr 2017 18:01:02 +0000 (18:01 +0000)
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>
meta-agl-distro/conf/distro/poky-agl.conf

index ad779bb..08d08d9 100644 (file)
@@ -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"