X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-distro%2Fconf%2Fdistro%2Fpoky-agl.conf;h=93e89afd9b5945d44ce15a4160560be974f73510;hb=744f96359a0066c6703f9fb5e7d818eeadcc2c6d;hp=e919e0a0e0cf802a59e342bc4c7e53941e79c66f;hpb=bd4f9ddbab3d74450aeb651246e0777112df4bb4;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index e919e0a0e..93e89afd9 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -55,13 +55,13 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit" # Prefer GStreamer 1.8.x by default -PREFERRED_VERSION_gstreamer1.0 ?= "1.8%" -PREFERRED_VERSION_gstreamer1.0-plugins-bad ?= "1.8%" -PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.8%" -PREFERRED_VERSION_gstreamer1.0-plugins-good ?= "1.8%" -PREFERRED_VERSION_gstreamer1.0-plugins-ugly ?= "1.8%" -PREFERRED_VERSION_gstreamer1.0-libav ?= "1.8%" -PREFERRED_VERSION_gstreamer1.0-omx ?= "1.8%" +PREFERRED_VERSION_gstreamer1.0 ?= "1.8.%" +PREFERRED_VERSION_gstreamer1.0-plugins-bad ?= "1.8.%" +PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.8.%" +PREFERRED_VERSION_gstreamer1.0-plugins-good ?= "1.8.%" +PREFERRED_VERSION_gstreamer1.0-plugins-ugly ?= "1.8.%" +PREFERRED_VERSION_gstreamer1.0-libav ?= "1.8.%" +PREFERRED_VERSION_gstreamer1.0-omx ?= "1.2.%" # Prefer libjpeg-turbo PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" @@ -74,12 +74,34 @@ PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" require conf/distro/include/security_flags.inc # required overrides, upstreamed but not merged yet: # http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107727.html -#SECURITY_CFLAGS_pn-llvm3.3 = "${SECURITY_NO_PIE_CFLAGS}" +SECURITY_CFLAGS_pn-llvm3.3 = "" +SECURITY_LDFLAGS_remove_pn-llvm3.3 = "-fstack-protector-strong" SECURITY_STRINGFORMAT_pn-gpm = "" SECURITY_CFLAGS_pn-libdbus-c++ = "" SECURITY_LDFLAGS_pn-libdbus-c++ = "" +# Not yet upstreamed; should be submitted. +SECURITY_CFLAGS_pn-qtwebengine = "${SECURITY_NO_PIE_CFLAGS}" + #Redefined USER_CLASSES #Disable prelink. It is unmaintained and likely will go away. #default: USER_CLASSES ?= "buildstats image-mklibs image-prelink" USER_CLASSES = "buildstats image-mklibs" + +# AGL uses 4 optimization levels +# 2 for ARM 32bit +# - a high and a medium setting for the CCARGS +# - the high setting is default (needs >= cortex-a15) +# - the medium setting is enabled with: DISTRO_FEATURES_append = " agl-medium-arm-compiler " +# 1 for ARM 64bit / AARCH64 +# 1 for x86-64 +require conf/distro/include/${TARGET_ARCH}-tune.inc + +# Generic qemu and qemuboot (runqemu) enhancements +# check qemuboot.bbclass +# - use 1G RAM by default +QB_MEM ?= "-m 1024" + +# temporary fix for meta-updater (to be removed 2017-05-01) +IMAGE_INSTALL_remove = "rvi-sota-client" +