All of lore.kernel.org
 help / color / mirror / Atom feed
* meta-fsl-bsp-release/imx/meta-fsl-arm/conf/layer.conf not found
       [not found] <266783732.15369372.1410384987386.JavaMail.root@comcast.net>
@ 2014-09-10 21:53 ` Lynn Birch
  2014-09-11 13:52   ` Daiane Angolini
  2014-09-11 14:07   ` Lauren Post
  0 siblings, 2 replies; 3+ messages in thread
From: Lynn Birch @ 2014-09-10 21:53 UTC (permalink / raw)
  To: meta-freescale

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

I'm trying to build fsl-image-gui for imx6 and get the following error.... ( can't find the layer.conf file.) 

$ bitbake fsl-image-gui 
ERROR: Traceback (most recent call last): 
File "/home/marc/var-som-mx6-dora-v5/sources/poky/bitbake/lib/bb/cookerdata.py", line 162, in wrapped 
return func(fn, *args) 
File "/home/marc/var-som-mx6-dora-v5/sources/poky/bitbake/lib/bb/cookerdata.py", line 172, in parse_config_file 
return bb.parse.handle(fn, data, include) 
File "/home/marc/var-som-mx6-dora-v5/sources/poky/bitbake/lib/bb/parse/__init__.py", line 99, in handle 
return h['handle'](fn, data, include) 
File "/home/marc/var-som-mx6-dora-v5/sources/poky/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 120, in handle 
abs_fn = resolve_file(fn, data) 
File "/home/marc/var-som-mx6-dora-v5/sources/poky/bitbake/lib/bb/parse/__init__.py", line 122, in resolve_file 
raise IOError("file %s not found" % fn) 
IOError: file /home/marc/var-som-mx6-dora-v5/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/conf/layer.conf not found 

ERROR: Unable to parse /home/marc/var-som-mx6-dora-v5/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/conf/layer.conf: file /home/marc/var-som-mx6-dora-v5/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/conf/layer.conf not found 

When I look in that directory, I don't see that file either... 

$ cd /home/marc/var-som-mx6-dora-v5/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/conf 
$ ls 
bblayers.conf bblayers.conf.org local.conf local.conf.org local.conf.sample sanity_info 


I did repo sync yesterday and i''m using https://github.com/Freescale/fsl-community-bsp-platform -b dora is there a patch i'm missing ? 


Regards, 
Lynn 



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

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

* Re: meta-fsl-bsp-release/imx/meta-fsl-arm/conf/layer.conf not found
  2014-09-10 21:53 ` meta-fsl-bsp-release/imx/meta-fsl-arm/conf/layer.conf not found Lynn Birch
@ 2014-09-11 13:52   ` Daiane Angolini
  2014-09-11 14:07   ` Lauren Post
  1 sibling, 0 replies; 3+ messages in thread
From: Daiane Angolini @ 2014-09-11 13:52 UTC (permalink / raw)
  To: Lynn Birch; +Cc: meta-freescale

On Wed, Sep 10, 2014 at 6:53 PM, Lynn Birch <l.lynnbirch@comcast.net> wrote:
> I'm trying to build fsl-image-gui for imx6 and get the following error....
> ( can't find the layer.conf file.)
>
> $ bitbake fsl-image-gui

> IOError: file
> /home/marc/var-som-mx6-dora-v5/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/conf/layer.conf
> not found


> When I look in that directory, I don't see that file either...
>
> $ cd
> /home/marc/var-som-mx6-dora-v5/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/conf
> $ ls
> bblayers.conf  bblayers.conf.org  local.conf  local.conf.org
> local.conf.sample  sanity_info
>
>
> I did repo sync yesterday and i''m using
> https://github.com/Freescale/fsl-community-bsp-platform -b dora  is there a

If you are using

      https://github.com/Freescale/fsl-community-bsp-platform -b dora

Why does your code expect to find meta-fsl-bsp-release?


> patch i'm missing ?


If you´re willing to use meta-fsl-bsp-release, you have a different
how-to-download you can find [1] in case you want dora + 3.10.17-GA

Make sure the board you´re using is supported.

[1] http://git.freescale.com/git/cgit.cgi/imx/meta-fsl-bsp-release.git/tree/imx/README?h=dora_3.10.17-1.0.0_GA


In other hand, if you don´t want to use meta-fsl-bsp-release, or your
board is not supported in meta-fsl-bsp-release (and is in
meta-fsl-arm) you should remove meta-fsl-bsp-release from your
bblayers.conf

In this second case, you can use daisy instead.

Please, let me know your questions,
Daiane


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

* Re: meta-fsl-bsp-release/imx/meta-fsl-arm/conf/layer.conf not found
  2014-09-10 21:53 ` meta-fsl-bsp-release/imx/meta-fsl-arm/conf/layer.conf not found Lynn Birch
  2014-09-11 13:52   ` Daiane Angolini
@ 2014-09-11 14:07   ` Lauren Post
  1 sibling, 0 replies; 3+ messages in thread
From: Lauren Post @ 2014-09-11 14:07 UTC (permalink / raw)
  To: Lynn Birch, meta-freescale

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

I usually see this when I exit environment and go back into build without reinitializing the build environment.

If you have an existing build directory from above that run  setup-environment  <build_dir>
And it will re-initialize your build environment for building.  It will not recreate the folder but just re-initialize the environment with poky.

This is for either running with our release layer or with just community only build.

Lauren

From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-bounces@yoctoproject.org] On Behalf Of Lynn Birch
Sent: Wednesday, September 10, 2014 4:53 PM
To: meta-freescale@yoctoproject.org
Subject: [meta-freescale] meta-fsl-bsp-release/imx/meta-fsl-arm/conf/layer.conf not found

I'm trying to build fsl-image-gui for imx6 and get the following error....  ( can't find the layer.conf file.)

$ bitbake fsl-image-gui
ERROR: Traceback (most recent call last):
  File "/home/marc/var-som-mx6-dora-v5/sources/poky/bitbake/lib/bb/cookerdata.py", line 162, in wrapped
    return func(fn, *args)
  File "/home/marc/var-som-mx6-dora-v5/sources/poky/bitbake/lib/bb/cookerdata.py", line 172, in parse_config_file
    return bb.parse.handle(fn, data, include)
  File "/home/marc/var-som-mx6-dora-v5/sources/poky/bitbake/lib/bb/parse/__init__.py", line 99, in handle
    return h['handle'](fn, data, include)
  File "/home/marc/var-som-mx6-dora-v5/sources/poky/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 120, in handle
    abs_fn = resolve_file(fn, data)
  File "/home/marc/var-som-mx6-dora-v5/sources/poky/bitbake/lib/bb/parse/__init__.py", line 122, in resolve_file
    raise IOError("file %s not found" % fn)
IOError: file /home/marc/var-som-mx6-dora-v5/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/conf/layer.conf not found

ERROR: Unable to parse /home/marc/var-som-mx6-dora-v5/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/conf/layer.conf: file /home/marc/var-som-mx6-dora-v5/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/conf/layer.conf not found
When I look in that directory, I don't see that file either...

$ cd /home/marc/var-som-mx6-dora-v5/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/conf
$ ls
bblayers.conf  bblayers.conf.org  local.conf  local.conf.org  local.conf.sample  sanity_info

I did repo sync yesterday and i''m using https://github.com/Freescale/fsl-community-bsp-platform -b dora  is there a patch i'm missing ?


Regards,
Lynn




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

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

end of thread, other threads:[~2014-09-11 14:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <266783732.15369372.1410384987386.JavaMail.root@comcast.net>
2014-09-10 21:53 ` meta-fsl-bsp-release/imx/meta-fsl-arm/conf/layer.conf not found Lynn Birch
2014-09-11 13:52   ` Daiane Angolini
2014-09-11 14:07   ` Lauren Post

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.