[yocto] 2.6 migration guide

Robert Berger yocto.user.mailinglist at gmail.com
Wed Oct 31 00:15:22 PDT 2018


Hi Scott,

On 31.10.18 00:06, Scott Rifenbark wrote:
> 
> I have an initial section at 
> https://yoctoproject.org/docs/2.6/ref-manual/ref-manual.html#moving-to-the-yocto-project-2.6-release, 
> which is based on Richard's input.  I am sure there are more items.

You might want to add a link to the bitbake manual or some example from 
there for the new functionality of _remove operator:

http://git.openembedded.org/bitbake/tree/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml?id=c0a23dd9155c50a6b7df796980bc7b612cac7994#n334

FOO = "123 456 789 123456 123 456 123 456"
FOO_remove = "123"
FOO_remove = "456"

FOO is now: "  789 123456    " instead of "789 123456"

> 
> Thanks,
> Scott

Regards,

Robert



More information about the yocto mailing list