[Buildroot] [PATCH 7/8] package/mender: select BR2_PACKAGE_CA_CERTIFICATES

Mirza Krak mirza.krak at northern.tech
Wed Aug 15 12:28:31 UTC 2018


On Wed, Aug 15, 2018 at 1:57 PM, Thomas Petazzoni
<thomas.petazzoni at bootlin.com> wrote:
> Hello,
>
> On Wed, 15 Aug 2018 01:13:36 +0200, Mirza Krak wrote:
>> Mender uses TLS to community with the management server,
>> and if CA signed certificates are used we must have
>> the ca-certificates package installed to be able to
>> verify these.
>>
>> Signed-off-by: Mirza Krak <mirza.krak at northern.tech>
>> ---
>>  package/mender/Config.in | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/package/mender/Config.in b/package/mender/Config.in
>> index 6fa9079b1d..f5a1a74110 100644
>> --- a/package/mender/Config.in
>> +++ b/package/mender/Config.in
>> @@ -5,6 +5,7 @@ config BR2_PACKAGE_MENDER
>>       depends on BR2_TOOLCHAIN_HAS_THREADS
>>       depends on BR2_PACKAGE_UBOOT_TOOLS
>>       depends on BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV
>> +     select BR2_PACKAGE_CA_CERTIFICATES
>
> Please add "# runtime" at the end of this line, to clarify that we
> don't have a build dependency on this.

Got it, thanks

-- 
Mirza Krak | Embedded Solutions Architect | https://mender.io

 Northern.tech AS | @northerntechHQ


More information about the buildroot mailing list