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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17142): https://lists.yoctoproject.org/g/meta-arago/message/17142 Mute This Topic: https://lists.yoctoproject.org/mt/117988423/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
