From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Wed, 15 Aug 2018 13:57:14 +0200 Subject: [Buildroot] [PATCH 7/8] package/mender: select BR2_PACKAGE_CA_CERTIFICATES In-Reply-To: <20180814231337.19114-8-mirza.krak@northern.tech> References: <20180814231337.19114-1-mirza.krak@northern.tech> <20180814231337.19114-8-mirza.krak@northern.tech> Message-ID: <20180815135714.7fd871a0@windsurf> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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 > --- > 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. Thanks, Thomas -- Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com