From 473b4354758ea6657fd196c30fb14332b5e7178d Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 13 Apr 2017 18:25:47 +0200 Subject: Set a weak distro-wide DEFAULTTUNE for ARM 32bit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta-agl-distro/conf/distro/poky-agl.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-agl-distro/conf') 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" -- cgit 1.2.3-korg