[Buildroot] [PATCH 2/2] linux: Make dtc install step more reliable

Andreas Naumann dev at andin.de
Mon Nov 12 12:55:06 UTC 2018


Hi,

Am 09.11.18 um 23:14 schrieb Arnout Vandecappelle:
> 
> 
> On 08/11/2018 14:04, Andreas Naumann wrote:
...
>> -		if [ ! -e $(HOST_DIR)/bin/dtc ]; then \
>> +		if [ "$(BR2_PACKAGE_HOST_DTC)" != "y" ]; then \
>>   			ln -sf linux-dtc $(HOST_DIR)/bin/dtc ; \
>>   		fi \
> 
>   Since now it's purely steered by a make variable, you can change it into
> 
>   		$(if $(BR2_PACKAGE_HOST_DTC),ln -sf linux-dtc $(HOST_DIR)/bin/dtc;) \

Thanks. I'll resend v2.


best regards,
Andi

> 
> 
> (note that the semicolon is still needed because it's in the CONFIG_DTC condition).
> 
>   Regards,
>   Arnout
> 
> 
>>   	fi
>>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 



More information about the buildroot mailing list