All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* unable to get checksum SRC_URI file could not be found
@ 2014-07-10  5:16 jags gediya
  2014-07-10  5:49   ` [yocto] " Robert Yang
  2014-07-11 13:44   ` Daiane Angolini
  0 siblings, 2 replies; 5+ messages in thread
From: jags gediya @ 2014-07-10  5:16 UTC (permalink / raw
  To: meta-freescale, yocto

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?
Will it create any problem?

Thanks,
Jags


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: unable to get checksum SRC_URI file could not be found
  2014-07-10  5:16 unable to get checksum SRC_URI file could not be found jags gediya
@ 2014-07-10  5:49   ` Robert Yang
  2014-07-11 13:44   ` Daiane Angolini
  1 sibling, 0 replies; 5+ messages in thread
From: Robert Yang @ 2014-07-10  5:49 UTC (permalink / raw
  To: jags gediya, meta-freescale, yocto



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
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [yocto] unable to get checksum SRC_URI file could not be found
@ 2014-07-10  5:49   ` Robert Yang
  0 siblings, 0 replies; 5+ messages in thread
From: Robert Yang @ 2014-07-10  5:49 UTC (permalink / raw
  To: jags gediya, meta-freescale, yocto



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
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-freescale] unable to get checksum SRC_URI file could not be found
  2014-07-10  5:16 unable to get checksum SRC_URI file could not be found jags gediya
@ 2014-07-11 13:44   ` Daiane Angolini
  2014-07-11 13:44   ` Daiane Angolini
  1 sibling, 0 replies; 5+ messages in thread
From: Daiane Angolini @ 2014-07-11 13:44 UTC (permalink / raw
  To: jags gediya; +Cc: meta-freescale@yoctoproject.org, yocto@yoctoproject.org

On Thu, Jul 10, 2014 at 2:16 AM, jags gediya <jags.gediya@gmail.com> 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

is it an ERROR or an WARNING?

I know there is some warning regarding SRC_URI checksum from time to
time from master

> dont.call.git.rev-parse.on.parent.dir.patch: file could not be found
>
> What can be the reason of it?

Do you have more log messages to share?


> Will it create any problem?

it it´s warning, I don´t think so



Daiane


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: unable to get checksum SRC_URI file could not be found
@ 2014-07-11 13:44   ` Daiane Angolini
  0 siblings, 0 replies; 5+ messages in thread
From: Daiane Angolini @ 2014-07-11 13:44 UTC (permalink / raw
  To: jags gediya; +Cc: meta-freescale@yoctoproject.org, yocto@yoctoproject.org

On Thu, Jul 10, 2014 at 2:16 AM, jags gediya <jags.gediya@gmail.com> 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

is it an ERROR or an WARNING?

I know there is some warning regarding SRC_URI checksum from time to
time from master

> dont.call.git.rev-parse.on.parent.dir.patch: file could not be found
>
> What can be the reason of it?

Do you have more log messages to share?


> Will it create any problem?

it it´s warning, I don´t think so



Daiane


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-11 13:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10  5:16 unable to get checksum SRC_URI file could not be found jags gediya
2014-07-10  5:49 ` Robert Yang
2014-07-10  5:49   ` [yocto] " Robert Yang
2014-07-11 13:44 ` [meta-freescale] " Daiane Angolini
2014-07-11 13:44   ` Daiane Angolini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.