[yocto] bbappend extra SRC_URI ignored

Damien LEFEVRE lefevre.da at gmail.com
Thu Jun 14 05:32:57 PDT 2018


Typo sorry.

I've tried all possible combination

   - SRC_URI += "file://nvpmodel.conf"
   - SRC_URI_append = " file://nvpmodel.conf"
   - SRC_URI_prepend = "file://nvpmodel.conf "
   - SRC_URI_append_tegra186 = " file://nvpmodel.conf"
   - SRC_URI_prepend_tegra186 = "file://nvpmodel.conf "


-Damien

On Thu, Jun 14, 2018 at 3:24 PM, Robert P. J. Day <rpjday at crashcourse.ca>
wrote:

> On Thu, 14 Jun 2018, Damien LEFEVRE wrote:
>
> > HI,
> > I'm working on meta-tegra layer and I'd like to append a recipe. The
> original recipe looks like
> > this:
> > https://github.com/madisongh/meta-tegra/blob/rocko-l4t-r28.
> 2/recipes-bsp/tegra-binaries/tegra-t
> > ools_28.2.0.bb
> >
> > I've made a tegra-tools_28.2.0.bbappend to change the default PM_CONFIG
> DEFAULT from 2 to 3 to
> > get max performance in nvpmodel.conf configuration file.
> >
> > ```
> > FILESEXTRAPATHS_prepend := "${THISDIR}/files/tegra186:"
> > SRC_URI_prepend_tegra186 += "file://nvpmodel.conf "
>
>   why are you using both a prepend and the "+=" operator on the same
> line?
>
> rday
>
> --
>
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                   http://crashcourse.ca/dokuwiki
>
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20180614/bb183b96/attachment.html>


More information about the yocto mailing list