On 07/10/2014 01:16 PM, jags gediya wrote:
I am building yocto for freescale imx6sl evolution kit. For checking
in source code on svn , i have deleted all .git and .gitignore from
the meta directories. Then i have checkout the source code, and tried
to build that. While building i am getting the warning

Unable to get checksum for rfkill SRC_URI entry
dont.call.git.rev-parse.on.parent.dir.patch: file could not be found

What can be the reason of it?

It can't find the dont.call.git.rev-parse.on.parent.dir.patch, there should
be a line like:

SRC_URI ="file://dont.call.git.rev-parse.on.parent.dir.patch"

Try to grep dont.call.git.rev-parse.on.parent.dir.patch in the meta layers.

Will it create any problem?

Yes, it would cause problems if you build the recipe.

// Robert


Thanks,
Jags

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

Reply via email to