[Buildroot] [PATCH v2] package/libnss: fix build failure due to HW PPC Crypto bug

Giulio Benetti giulio.benetti at benettiengineering.com
Thu Jan 2 17:19:34 UTC 2020


Hi Thomas,

On 1/2/20 10:06 AM, Thomas Petazzoni wrote:
> Hello Giulio,
> 
> Thanks for the patch. One comment below.
> 
> On Wed,  1 Jan 2020 17:58:11 +0100
> Giulio Benetti <giulio.benetti at benettiengineering.com> wrote:
> 
>>   ifeq ($(BR2_aarch64_be),y)
>>   LIBNSS_ARCH = aarch64
>> +else ifeq ($(BR2_powerpc),y)
>> +LIBNSS_ARCH = ppc
>> +else ifeq ($(BR2_powerpc64),y)
>> +LIBNSS_ARCH = ppc64
>> +else ifeq ($(BR2_powerpc64le),y)
>> +LIBNSS_ARCH = ppc64le
>>   else
>>   LIBNSS_ARCH = $(ARCH)
>>   endif
> 
> Shouldn't we globally review the values that libnss wants for the
> OS_TEST variable (which we set to $(LIBNSS_ARCH)) and see if other
> architectures need similar tweaks ?

Absolutely yes, going to do that.

Best regards
-- 
Giulio Benetti
Benetti Engineering sas


More information about the buildroot mailing list