From: Jan-Simon Möller Date: Thu, 13 Apr 2017 16:25:47 +0000 (+0200) Subject: Set a weak distro-wide DEFAULTTUNE for ARM 32bit X-Git-Tag: 3.99.1~63 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F9115%2F2;p=AGL%2Fmeta-agl.git 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 --- 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"