[yocto] Modify fetch URL in BBappend file

Khem Raj raj.khem at gmail.com
Tue Sep 13 13:09:52 PDT 2016


On Mon, Sep 12, 2016 at 7:02 AM, Gujulan Elango, Hari Prasath (H.)
<hgujulan at visteon.com> wrote:
> Hello All
>
> We are including the meta-ivi layer in our custom distribution. There is a package 'dlt-daemon' whose fetch URL got modified upstream in the recipe file due to some corruption in the repositories. I want to modify this URL in the corresponding bbappend file in my custom BSP layer. I tried specifying the new URL using the SRC_URI+, but when I built the package it ends up with error as it tries to fetch the URL in the original .bb file and doesn't take the fixed URL from the bbappend file.
>
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-ivi/commit/?h=10.0&id=2aaa1d7bdd2f112bb4fa9f5e55f9966f4deb4679
>
> The link above shows the commit that fixed the URL change in upstream which I am trying to bring in my bbappend file. I am not sure if I am missing something here.

Its better to cherry-pick the above commit into your meta-ivi layer.
Managing it via bbappend will be clunky, since you have to redefine
complete SRC_URI including patches and so on.

>
> Regards,
> Hari Prasath
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



More information about the yocto mailing list