Re: Best practice for files copied directly into sysroot?
Bryan Evenson
Paul,
toggle quoted message
Show quoted text
-----Original Message-----Ah, now I see the example in the manual: "Specifying the LIC_FILES_CHKSUM Variable". In my case I have the license as a separate file in my files/ directory for the recipe. So in my case I now set: LIC_FILES_CHECKSUM = "file://${WORKDIR}/license.txt;md5=blahblah" SRC_URI = "file://${BP}.tar.gz \ file://license.txt \ " Now the do_license step is finding the license in the WORKDIR and I no longer have any warnings about the license. Thanks! Bryan 2) If there is no file in the sources describing the license, then add one in |
|