[meta-ti] [master][PATCH 2/3] layer.conf: update with "doxygen" host tool dependency for openmp-rtos

Denys Dmytriyenko denys at ti.com
Mon May 15 09:53:13 PDT 2017


On Mon, May 15, 2017 at 11:13:38AM +0000, niko.mauno at vaisala.com wrote:
>  > From: Denys Dmytriyenko <denys at ti.com>
>  >
>  > Also, drop host tool for CCS, as it no longer provided.
>  >
>  > Signed-off-by: Denys Dmytriyenko <denys at ti.com>
>  > ---
>  >  conf/layer.conf | 4 ++--
>  >  1 file changed, 2 insertions(+), 2 deletions(-)
>  >
>  > diff --git a/conf/layer.conf b/conf/layer.conf
>  > index b59effa..87a28de 100644
>  > --- a/conf/layer.conf
>  > +++ b/conf/layer.conf
>  > @@ -28,5 +28,5 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
>  >      multiprocmgr \
>  >  "
>  >
>  > -# Required by CCS installer
>  > -HOSTTOOLS += "unzip"
>  > +# Required by openmp-rtos "docs" target
>  > +HOSTTOOLS += "doxygen"
>  > --
>  > 2.7.4
> 
> Please consider using alternative approach to native doxygen 
> requirement, such as DEPENDS += "doxygen-native" in associated recipes, 

Won't work, as oe-core doesn't have doxygen:
https://lists.yoctoproject.org/pipermail/meta-ti/2017-March/009842.html


> or change to HOSTTOOLS_NONFATAL += "doxygen" here. Otherwise this change 
> breaks builds on hosts which do not have doxygen installed.

Yes, noticed it as well - should have been NONFATAL...

-- 
Denys


More information about the meta-ti mailing list