All of lore.kernel.org
 help / color / mirror / Atom feed
* initial setup on my laptop
@ 2012-06-08 17:12 Radu Moisan
  2012-06-08 17:20 ` Bruce Ashfield
  2012-06-11  9:20 ` Andrei Gherzan
  0 siblings, 2 replies; 3+ messages in thread
From: Radu Moisan @ 2012-06-08 17:12 UTC (permalink / raw)
  To: Openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1660 bytes --]

I'm trying to setup everything on my laptop and I cannot start any 
build. I must have missed something, the following is the error I get:

radu@elitebook> bitbake core-image-minimal
Pseudo is not present but is required, building this first before the 
main build
Loading cache: 100% 
|##################################################################################################################################################| 
ETA:  00:00:00
Loaded 1146 entries from dependency cache.
NOTE: Error expanding variable 
do_patch                                                                                                                                
| ETA:  --:--:--
NOTE: Error during finalise of 
/home/radu/Documents/Development/Yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb
ERROR: ExpansionError during parsing 
/home/radu/Documents/Development/Yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: 
Failure expanding variable SRCPV, expression was 
${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: 
Fetcher failure for URL: 
'git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/common-pc/base,meta;name=machine,meta'. 
The command git ls-remote git://git.yoctoproject.org/linux-yocto-3.2 
ee78519365bdb25287703bbc31c06b193263c654l gave empty output unexpectedly
ERROR: No recipes available for:
   
/home/radu/Documents/Development/Yocto/poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
ERROR: Command execution failed: Exited with 1

Summary: There were 3 ERROR messages shown, returning a non-zero exit code.


Thanks,
Radu

[-- Attachment #2: Type: text/html, Size: 2850 bytes --]

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

* Re: initial setup on my laptop
  2012-06-08 17:12 initial setup on my laptop Radu Moisan
@ 2012-06-08 17:20 ` Bruce Ashfield
  2012-06-11  9:20 ` Andrei Gherzan
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-06-08 17:20 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, Jun 8, 2012 at 1:12 PM, Radu Moisan <radu.moisan@intel.com> wrote:
> I'm trying to setup everything on my laptop and I cannot start any build. I
> must have missed something, the following is the error I get:

See the patches on the list from a few hours ago. I had a bad SRCREV in one
meta branch update, and due to the way the fetcher has to work, it breaks
everyone's build.

Hopefully the fix merges soon ..

Bruce

>
> radu@elitebook> bitbake core-image-minimal
> Pseudo is not present but is required, building this first before the main
> build
> Loading cache: 100%
> |##################################################################################################################################################|
> ETA:  00:00:00
> Loaded 1146 entries from dependency cache.
> NOTE: Error expanding variable
> do_patch
> | ETA:  --:--:--
> NOTE: Error during finalise of
> /home/radu/Documents/Development/Yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb
> ERROR: ExpansionError during parsing
> /home/radu/Documents/Development/Yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb:
> Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)}
> which triggered exception FetchError: Fetcher failure for URL:
> 'git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/common-pc/base,meta;name=machine,meta'.
> The command git ls-remote git://git.yoctoproject.org/linux-yocto-3.2
> ee78519365bdb25287703bbc31c06b193263c654l gave empty output unexpectedly
> ERROR: No recipes available for:
>
> /home/radu/Documents/Development/Yocto/poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
> ERROR: Command execution failed: Exited with 1
>
> Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
>
>
> Thanks,
> Radu
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"



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

* Re: initial setup on my laptop
  2012-06-08 17:12 initial setup on my laptop Radu Moisan
  2012-06-08 17:20 ` Bruce Ashfield
@ 2012-06-11  9:20 ` Andrei Gherzan
  1 sibling, 0 replies; 3+ messages in thread
From: Andrei Gherzan @ 2012-06-11  9:20 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1933 bytes --]

Just delete the last character in REV. And wait for merge.


On Fri, Jun 8, 2012 at 8:12 PM, Radu Moisan <radu.moisan@intel.com> wrote:

>  I'm trying to setup everything on my laptop and I cannot start any build.
> I must have missed something, the following is the error I get:
>
> radu@elitebook> bitbake core-image-minimal
> Pseudo is not present but is required, building this first before the main
> build
> Loading cache: 100%
> |##################################################################################################################################################|
> ETA:  00:00:00
> Loaded 1146 entries from dependency cache.
> NOTE: Error expanding variable
> do_patch
> | ETA:  --:--:--
> NOTE: Error during finalise of
> /home/radu/Documents/Development/Yocto/poky/meta/recipes-kernel/linux/
> linux-yocto_3.2.bb
> ERROR: ExpansionError during parsing
> /home/radu/Documents/Development/Yocto/poky/meta/recipes-kernel/linux/
> linux-yocto_3.2.bb: Failure expanding variable SRCPV, expression was
> ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher
> failure for URL: 'git://
> git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/common-pc/base,meta;name=machine,meta'.
> The command git ls-remote git://git.yoctoproject.org/linux-yocto-3.2ee78519365bdb25287703bbc31c06b193263c654l gave empty output unexpectedly
> ERROR: No recipes available for:
>
> /home/radu/Documents/Development/Yocto/poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
> ERROR: Command execution failed: Exited with 1
>
> Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
>
>
> Thanks,
> Radu
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>

[-- Attachment #2: Type: text/html, Size: 3233 bytes --]

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

end of thread, other threads:[~2012-06-11  9:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 17:12 initial setup on my laptop Radu Moisan
2012-06-08 17:20 ` Bruce Ashfield
2012-06-11  9:20 ` Andrei Gherzan

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.