summaryrefslogtreecommitdiffstats
path: root/meta-agl-distro/conf
AgeCommit message (Collapse)AuthorFilesLines
2017-04-25Temporary fix for the agl-sota featureJan-Simon Möller1-0/+3
until meta-updater applied the change. https://github.com/advancedtelematic/meta-updater/pull/56/commits/f76663ba97b055a7a063221e4a7992330e692a3c Change-Id: I45d47be4ff71d7dd4e3875abdfb688f2cc6c5adf Bug-AGL: SPEC-561 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9219
2017-04-25poky-agl: exempt qtwebengine from security flagsMartin Kelly1-0/+3
qtwebengine does not build with the standard security flags; it doesn't build cleanly with -fPIE and needs a bugfix to do so. To at least unblock the build, exempt it from PIE for now. Bug-AGL: SPEC-560 Change-Id: Iac39ecd429df00c30c24032037c6dcf3254b77c2 Signed-off-by: Martin Kelly <mkelly@xevo.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9157 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-04-18Set a weak distro-wide DEFAULTTUNE for ARM 32bitJan-Simon Möller1-0/+3
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>
2017-04-09LLVM3.3 build fix on qemux86-64Jan-Simon Möller1-1/+2
The build for qemux86-64 will fail on llvm3.3 b/c of the SECURITY_CFLAGS and SECURITY_LDFLAGS (due to -fstack-protector-strong). Fix it by blacklisting the flags for llvm3.3 . Change-Id: I506c398521b59877d78e56d698571e272b52e94a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-03-29Fix version of gst-omxTadao Tanikawa1-7/+7
There is no 1.8.x of gst-omx. (next version of 1.2.0 is 1.9.x) And "1.8%" for gstremaer and plugins is something ambiguous, "1.8.%" would be better. Change-Id: I71c7d5d7d6a406a03390231801a33eb6d60586cd Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-03-28Re-enable security flags proposed in PokyStephane Desneux1-1/+1
This security feature was initially enabled by commit a1e6f20 but it has been disabled later by commit 85844f4. Bug-AGL: SPEC-501 Change-Id: Ic30065a9b3d599adb97bcca78c5863e47fc11920 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-03-08Splice out distro configuration in own layer for compatibilityJan-Simon Möller3-0/+113
Upstream is working on guidelines for DISTRO and BSP layers. One outcome is the yocto-compat-layer tool. A requirement for BSP and DISTRO layers is that they are single-purpose aka just defining the distro and only defining the BSP. To comply with this, move the distro out into meta-agl-distro and adapt the templates. Bug-AGL: SPEC-472 Change-Id: I921127edc78e677bd75d42a793f0b3708a54dd79 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>