[oe] [PATCH] crash: 7.1.5 -> 7.1.8

Peter Kjellerstedt peter.kjellerstedt at axis.com
Wed Apr 12 04:03:49 UTC 2017


> -----Original Message-----
> From: openembedded-devel-bounces at lists.openembedded.org
> [mailto:openembedded-devel-bounces at lists.openembedded.org] On Behalf Of
> Dengke Du
> Sent: den 12 april 2017 05:37
> To: openembedded-devel at lists.openembedded.org
> Subject: Re: [oe] [PATCH] crash: 7.1.5 -> 7.1.8
> 
> This patch need to add the "id cc" to HOSTTOOLS in bitbake.conf in
> oe-core, I will send the patch to oe-core later.

I doubt you will get either "id" or "cc" accepted into HOSTTOOLS 
in OE-Core. Definitely not "cc" as recipes are expected to use 
${BUILD_CC} (which uses "gcc") for the host compiler. And probably 
not "id" unless you have a very good explanation for why it is 
needed. The problem with "id" is that it is typically used to get 
information about the running user, which makes it a problem from 
a deterministic view. Also, since nothing in OE-Core requires "id", 
there is no reason to add it there. It could be added to layer.conf 
in meta-oe, but the concerns about determinism still stands.

//Peter




More information about the Openembedded-devel mailing list