All of lore.kernel.org
 help / color / mirror / Atom feed
* bitbake error ?
@ 2017-08-09  8:29 Riko
  2017-08-09  8:31 ` Burton, Ross
  0 siblings, 1 reply; 18+ messages in thread
From: Riko @ 2017-08-09  8:29 UTC (permalink / raw)
  To: N:

Dear Yocto Member,


I have downloaded fresh install of yocto but got error, here's the trace :

bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~$ git clone -b pyro 
git://git.yoctoproject.org/poky.git
Cloning into 'poky'...
remote: Counting objects: 373183, done.
remote: Compressing objects: 100% (89366/89366), done.
remote: Total 373183 (delta 277418), reused 373031 (delta 277266)
Receiving objects: 100% (373183/373183), 134.71 MiB | 1.47 MiB/s, done.
Resolving deltas: 100% (277418/277418), done.
Checking connectivity... done.


bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky$ source oe-init-build-env
You had no conf/local.conf file. This configuration file has therefore been
created for you with some default values. You may wish to edit it to, for
example, select a different MACHINE (target hardware). See conf/local.conf
for more information as common configuration options are commented.

You had no conf/bblayers.conf file. This configuration file has 
therefore been
created for you with some default values. To add additional metadata layers
into your configuration please add entries to conf/bblayers.conf.

The Yocto Project has extensive documentation about OE including a reference
manual which can be found at:
     http://yoctoproject.org/documentation

For more information about OpenEmbedded see their website:
     http://www.openembedded.org/


### Shell environment set up for builds. ###

You can now run 'bitbake <target>'

Common targets are:
     core-image-minimal
     core-image-sato
     meta-toolchain
     meta-ide-support

You can also run generated qemu images with a command like 'runqemu qemux86'
bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky/build$ bitbake 
core-image-minimal
ERROR:  OE-core's config sanity checker detected a potential 
misconfiguration.
     Either fix the cause of this error or at your own risk disable the 
checker (see sanity.conf).
     Following is the list of potential problems / advisories:

     Fetcher failure for URL: 'https://www.example.com/'. URL 
https://www.example.com/ doesn't work.
     Please ensure your host's network is configured correctly,
     or set BB_NO_NETWORK = "1" to disable network access if
     all required sources are on local disk.


Summary: There was 1 ERROR message shown, returning a non-zero exit code.


Any suggestions ?

I'm using ubuntu 16.04,

Thanks



^ permalink raw reply	[flat|nested] 18+ messages in thread
* bitbake error?
@ 2010-10-28 13:18 Jaap de Jong
  2010-10-29  1:51 ` James Ronald
  0 siblings, 1 reply; 18+ messages in thread
From: Jaap de Jong @ 2010-10-28 13:18 UTC (permalink / raw)
  To: openembedded-devel

I'm probably totally stupid...
What am doing wrong?
(I'm working on a fresh unstable branch)
When I bitbake I get:

MACHINE=at91sam9263ek  bitbake u-boot
Traceback (most recent call last):
   File "/media/OpenEmbedded/unstable/bitbake/bin/bitbake", line 143, in 
<module>
     main()
   File "/media/OpenEmbedded/unstable/bitbake/bin/bitbake", line 123, in 
main
     cooker.parseConfiguration()
   File "/media/OpenEmbedded/unstable/bitbake/lib/bb/cooker.py", line 
68, in parseConfiguration
     self.parseConfigurationFile( os.path.join( "conf", "bitbake.conf" ) )
   File "/media/OpenEmbedded/unstable/bitbake/lib/bb/cooker.py", line 
402, in parseConfigurationFile
     bb.fetch.fetcher_init(self.configuration.data)
   File "/media/OpenEmbedded/unstable/bitbake/lib/bb/fetch/__init__.py", 
line 93, in fetcher_init
     pd = persist_data.PersistData(d)
   File "/media/OpenEmbedded/unstable/bitbake/lib/bb/persist_data.py", 
line 52, in __init__
     bb.mkdirhier(self.cachedir)
   File "/media/OpenEmbedded/unstable/bitbake/lib/bb/__init__.py", line 
133, in mkdirhier
     debug(3, "mkdirhier(%s)" % dir)
   File "/media/OpenEmbedded/unstable/bitbake/lib/bb/__init__.py", line 
103, in debug
     bb.msg.debug(lvl, None, ''.join(args))
   File "/media/OpenEmbedded/unstable/bitbake/lib/bb/msg.py", line 100, 
in debug
     bb.event.fire(MsgDebug(msg, None))
   File "/media/OpenEmbedded/unstable/bitbake/lib/bb/event.py", line 67, 
in fire
     if tmpHandler(event) == Handled:
   File "tmpHandler(e)", line 8, in tmpHandler
NameError: global name 'msg' is not defined




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

end of thread, other threads:[~2017-08-10  1:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-09  8:29 bitbake error ? Riko
2017-08-09  8:31 ` Burton, Ross
2017-08-09  8:34   ` Riko
2017-08-09  8:38     ` Burton, Ross
2017-08-09 10:27       ` Riko Ho
2017-08-09 10:34         ` Burton, Ross
2017-08-09 12:42           ` Bejar-Colonia, Carlos
     [not found]             ` <CAByQQ_rHGL-wCDP_gnws4txKTq_6Qn1ux83jx4BjiZbveLDCNQ@mail.gmail.com>
2017-08-09 21:06               ` Riko Ho
2017-08-09 21:13                 ` Burton, Ross
2017-08-10  1:19                   ` Riko
2017-08-10  1:09       ` Riko
  -- strict thread matches above, loose matches on Subject: below --
2010-10-28 13:18 bitbake error? Jaap de Jong
2010-10-29  1:51 ` James Ronald
2010-10-29  9:33   ` Pierluigi Passaro
2010-10-29 15:20     ` James Ronald
2010-10-30 10:16       ` Jaap de Jong
2010-10-30 10:21         ` Denys Dmytriyenko
2010-11-01  9:59           ` Walter Franzini

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.