I need to integrate a custom licence file in the recipes we're creating.

Basically, the layer strcutureis:



meta-mylayer

     + recipes-connectivity /

         + bootscripts /

                 + bootscript_0-1.bb

     + recipes-qt

     ...

    MYLICENSE.TXT




In bootscript_0-1.bb:

I've added:

LIC_FILES_CHKSUM = "file://LICENSE.PGA;md5=149a23532762ef4f5c3a1ad0d021249c"


But of course, it does not find the file.

What variable should I use so that the file points to valid location ?


Best Regards,

Z.

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to