summaryrefslogtreecommitdiffstats
path: root/meta-agl-distro
AgeCommit message (Collapse)AuthorFilesLines
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>