[yocto] Problem with exporting variable in bbappend file

Khem Raj raj.khem at gmail.com
Tue Sep 6 11:18:41 PDT 2016


> On Aug 30, 2016, at 5:30 AM, Gujulan Elango, Hari Prasath (H.) <hgujulan at visteon.com> wrote:
> 
> Hello all,
> 
> We are working on a platform based on Renesas processor. The BSP provided by them has arm-trusted-firmware. Now in order to enable all the 8 cores, they have suggested to add a environment variable in the arm-trusted-firmware_git.bb file in their BSP layer as below.
> 
> export PSCI_DISABLE_BIGLITTLE_IN_CA57BOOT="0"
> 
> We would prefer to make this change in our custom layer by creating a .bbappend file. We added the change in bbappend file,recompiled it and tested, but couldn't get the expected results. When I do the same change in the .bb file itself in their BSP layer, I am able to see the expected result.
> 
> Is it okay to just add the export as mentioned above in the .bbappend file ? Am I missing something else ?

ensure that your bbappend is actually applying to the final parsed recipe. You can use bitbake-layers show-appends to ensure that or simply bitbake -e and grep for this change

> 
> Thanks & Regards,
> Hari Prasath
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org <mailto:yocto at yoctoproject.org>
> https://lists.yoctoproject.org/listinfo/yocto <https://lists.yoctoproject.org/listinfo/yocto>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160906/c96bc25b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160906/c96bc25b/attachment.pgp>


More information about the yocto mailing list