[meta-arago][master][PATCH] arago.conf: Tweak a couple of settings following oe-core changes
Ryan Eatmon <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
oe-core has made some changes to default values for all distros [1] [2]. Target a few specific packages at the Arago level to back out those defaults and allow packages to build. The changes fall into two types: - Disable static libraries [1] https://git.openembedded.org/openembedded-core/commit/?id=03fc931bfe9ea3fa9f33553e6020cbc067b24291 - Enable tighter compile time security [2] https://git.openembedded.org/openembedded-core/commit/?id=4c2d64c10a5b0437ab1ea04df22386f0f95124d1 Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 17c6fed8..691f9068 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -153,3 +153,13 @@ LICENSE_FLAGS_ACCEPTED = "commercial_ffmpeg commercial_gstreamer1.0-libav" # We are working to reproduce this error and submit bug reports for this # issue. DEFAULTTUNE:armv7a = "armv7athf" + +# Some packages ship static libraries which are disabled by default. +# Add support back in for these packages. +DISABLE_STATIC:pn-ti-ipc = "" +DISABLE_STATIC:pn-ti-rpmsg-char = "" + +# oe-core enabled tighter security checks at the distro level by default, +# but a couple of packages in meta-ti cannot compile with those. +SECURITY_STRINGFORMAT:pn-dsptop = "" +lcl_maybe_fortify:pn-gdbc6x = "" -- 2.43.0