[OE-core] [PATCH 3/4] security_flags.inc: add more exceptions

Dmitry Eremin-Solenikov dmitry_eremin at mentor.com
Wed Apr 15 09:10:26 UTC 2015


On 04/10/2015 03:28 AM, Khem Raj wrote:
>
>> On Apr 9, 2015, at 12:58 PM, Dmitry Eremin-Solenikov <dmitry_eremin at mentor.com> wrote:
>>
>> Add few more exceptions from other layers as noted during custom image
>> builds.
>>
>
> you can put it in respective layer.conf its seems a bit auxiliary to have it in OE-Core

Would it be better to fix the layer.conf or individual recipes?

>
>> Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin at mentor.com>
>> ---
>> meta/conf/distro/include/security_flags.inc | 8 +++++++-
>> 1 file changed, 7 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc
>> index 21e1a53..f977c8e 100644
>> --- a/meta/conf/distro/include/security_flags.inc
>> +++ b/meta/conf/distro/include/security_flags.inc
>> @@ -58,8 +58,10 @@ SECURITY_CFLAGS_pn-libglu = "${SECURITY_NO_PIE_CFLAGS}"
>> SECURITY_CFLAGS_pn-libpcap = "${SECURITY_NO_PIE_CFLAGS}"
>> SECURITY_CFLAGS_pn-libpcre = "${SECURITY_NO_PIE_CFLAGS}"
>> SECURITY_CFLAGS_pn-libproxy = "${SECURITY_NO_PIE_CFLAGS}"
>> +SECURITY_CFLAGS_pn-libvirt = "${SECURITY_NO_PIE_CFLAGS}"
>> SECURITY_CFLAGS_pn-ltp = "${SECURITY_NO_PIE_CFLAGS}"
>> SECURITY_CFLAGS_pn-lttng-ust = "${SECURITY_NO_PIE_CFLAGS}"
>> +SECURITY_CFLAGS_pn-lvm2 = "${SECURITY_NO_PIE_CFLAGS}"
>> SECURITY_CFLAGS_pn-mesa = "${SECURITY_NO_PIE_CFLAGS}"
>> SECURITY_CFLAGS_pn-mesa-gl = "${SECURITY_NO_PIE_CFLAGS}"

[ skipped the rest]


-- 
With best wishes
Dmitry



More information about the Openembedded-core mailing list