All of lore.kernel.org
 help / color / mirror / Atom feed
* bitbake error when using arago-fido-config
@ 2015-06-12 22:36 Ankur Tyagi
  2015-06-12 22:38 ` Ankur Tyagi
  0 siblings, 1 reply; 5+ messages in thread
From: Ankur Tyagi @ 2015-06-12 22:36 UTC (permalink / raw)
  To: meta-arago

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

Hi,

I am trying to create tisdk rootfs image for AM335x EVM.

Following are the steps are performed:

git clone git://arago-project.org/git/projects/oe-layersetup.git fido
export
PATH=/opt/fido/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin:$PATH
cd fido
./oe-layersetup.sh -f configs/arago-fido-conig.txt
cd build
. conf/setenv
MACHINE=am335-evm bitbake tisdk-rootfs-image

This gave following error :

NOTE: Started PRServer with DBfile:
/home/ankur/fido/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 53096,
PID: 3653
ERROR: Layer 'networking-layer' depends on layer 'meta-python', but this
layer is not enabled in your configuration

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

I then added meta-python in bblayers.conf

/home/ankur/fido/sources/meta-openembedded/meta-python \

Again started bitbake
MACHINE=am335-evm bitbake tisdk-rootfs-image

and got this error

ERROR: ParseError at
/home/ankur/fido/sources/meta-arago/meta-arago-extras/recipes-core/meta/
external-arago-toolchain.bb:1: Could not include required file
recipes-core/eglibc/eglibc-package.inc

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

What wrong am I doing and how to fix it ?

thanks
Ankur

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

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

* Re: bitbake error when using arago-fido-config
  2015-06-12 22:36 bitbake error when using arago-fido-config Ankur Tyagi
@ 2015-06-12 22:38 ` Ankur Tyagi
  2015-06-15 16:22   ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Ankur Tyagi @ 2015-06-12 22:38 UTC (permalink / raw)
  To: meta-arago

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

"With typos fixed"

​
Hi,

I am trying to create tisdk rootfs image for AM335x EVM.

Following are the steps are performed:

git clone git://arago-project.org/git/projects/oe-layersetup.git fido
export
PATH=/opt/fido/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin:$PATH
cd fido
./oe-layersetup.sh -f configs/arago-fido-config.txt
cd build
. conf/setenv
MACHINE=am335x-evm bitbake tisdk-rootfs-image

This gave following error :

NOTE: Started PRServer with DBfile:
/home/ankur/fido/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 53096,
PID: 3653
ERROR: Layer 'networking-layer' depends on layer 'meta-python', but this
layer is not enabled in your configuration

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

I then added meta-python in bblayers.conf

/home/ankur/fido/sources/meta-openembedded/meta-python \

Again started bitbake
MACHINE=am335x-evm bitbake tisdk-rootfs-image

and got this error

ERROR: ParseError at
/home/ankur/fido/sources/meta-arago/meta-arago-extras/recipes-core/meta/
external-arago-toolchain.bb:1: Could not include required file
recipes-core/eglibc/eglibc-package.inc

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

What wrong am I doing and how to fix it ?

thanks
Ankur




On Sat, Jun 13, 2015 at 10:36 AM, Ankur Tyagi <ankur.tyagi85@gmail.com>
wrote:

> ​​
> Hi,
>
> I am trying to create tisdk rootfs image for AM335x EVM.
>
> Following are the steps are performed:
>
> git clone git://arago-project.org/git/projects/oe-layersetup.git fido
> export
> PATH=/opt/fido/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin:$PATH
> cd fido
> ./oe-layersetup.sh -f configs/arago-fido-conig.txt
> cd build
> . conf/setenv
> MACHINE=am335-evm bitbake tisdk-rootfs-image
>
> This gave following error :
>
> NOTE: Started PRServer with DBfile:
> /home/ankur/fido/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 53096,
> PID: 3653
> ERROR: Layer 'networking-layer' depends on layer 'meta-python', but this
> layer is not enabled in your configuration
>
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
> I then added meta-python in bblayers.conf
>
> /home/ankur/fido/sources/meta-openembedded/meta-python \
>
> Again started bitbake
> MACHINE=am335-evm bitbake tisdk-rootfs-image
>
> and got this error
>
> ERROR: ParseError at
> /home/ankur/fido/sources/meta-arago/meta-arago-extras/recipes-core/meta/
> external-arago-toolchain.bb:1: Could not include required file
> recipes-core/eglibc/eglibc-package.inc
>
> Summary: There were 3 WARNING messages shown.
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
> What wrong am I doing and how to fix it ?
>
> thanks
> Ankur
>

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

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

* Re: bitbake error when using arago-fido-config
  2015-06-12 22:38 ` Ankur Tyagi
@ 2015-06-15 16:22   ` Denys Dmytriyenko
  2015-06-16 23:04     ` Ankur Tyagi
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2015-06-15 16:22 UTC (permalink / raw)
  To: Ankur Tyagi; +Cc: meta-arago

http://arago-project.org/pipermail/meta-arago/2015-May/005666.html


On Sat, Jun 13, 2015 at 10:38:46AM +1200, Ankur Tyagi wrote:
> "With typos fixed"
> 
> ​
> Hi,
> 
> I am trying to create tisdk rootfs image for AM335x EVM.
> 
> Following are the steps are performed:
> 
> git clone git://arago-project.org/git/projects/oe-layersetup.git fido
> export
> PATH=/opt/fido/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin:$PATH
> cd fido
> ./oe-layersetup.sh -f configs/arago-fido-config.txt
> cd build
> . conf/setenv
> MACHINE=am335x-evm bitbake tisdk-rootfs-image
> 
> This gave following error :
> 
> NOTE: Started PRServer with DBfile:
> /home/ankur/fido/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 53096,
> PID: 3653
> ERROR: Layer 'networking-layer' depends on layer 'meta-python', but this
> layer is not enabled in your configuration
> 
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> 
> I then added meta-python in bblayers.conf
> 
> /home/ankur/fido/sources/meta-openembedded/meta-python \
> 
> Again started bitbake
> MACHINE=am335x-evm bitbake tisdk-rootfs-image
> 
> and got this error
> 
> ERROR: ParseError at
> /home/ankur/fido/sources/meta-arago/meta-arago-extras/recipes-core/meta/
> external-arago-toolchain.bb:1: Could not include required file
> recipes-core/eglibc/eglibc-package.inc
> 
> Summary: There were 3 WARNING messages shown.
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> 
> What wrong am I doing and how to fix it ?
> 
> thanks
> Ankur
> 
> 
> 
> 
> On Sat, Jun 13, 2015 at 10:36 AM, Ankur Tyagi <ankur.tyagi85@gmail.com>
> wrote:
> 
> > ​​
> > Hi,
> >
> > I am trying to create tisdk rootfs image for AM335x EVM.
> >
> > Following are the steps are performed:
> >
> > git clone git://arago-project.org/git/projects/oe-layersetup.git fido
> > export
> > PATH=/opt/fido/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin:$PATH
> > cd fido
> > ./oe-layersetup.sh -f configs/arago-fido-conig.txt
> > cd build
> > . conf/setenv
> > MACHINE=am335-evm bitbake tisdk-rootfs-image
> >
> > This gave following error :
> >
> > NOTE: Started PRServer with DBfile:
> > /home/ankur/fido/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 53096,
> > PID: 3653
> > ERROR: Layer 'networking-layer' depends on layer 'meta-python', but this
> > layer is not enabled in your configuration
> >
> > Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> >
> > I then added meta-python in bblayers.conf
> >
> > /home/ankur/fido/sources/meta-openembedded/meta-python \
> >
> > Again started bitbake
> > MACHINE=am335-evm bitbake tisdk-rootfs-image
> >
> > and got this error
> >
> > ERROR: ParseError at
> > /home/ankur/fido/sources/meta-arago/meta-arago-extras/recipes-core/meta/
> > external-arago-toolchain.bb:1: Could not include required file
> > recipes-core/eglibc/eglibc-package.inc
> >
> > Summary: There were 3 WARNING messages shown.
> > Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> >
> > What wrong am I doing and how to fix it ?
> >
> > thanks
> > Ankur
> >

> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



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

* Re: bitbake error when using arago-fido-config
  2015-06-15 16:22   ` Denys Dmytriyenko
@ 2015-06-16 23:04     ` Ankur Tyagi
  2015-06-17  2:33       ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Ankur Tyagi @ 2015-06-16 23:04 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

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

So does that mean meta-arago fido is still nor ready ?

"Knowledge is knowing tomato is a fruit, wisdom is not putting it in a
fruit salad"

On Tue, Jun 16, 2015 at 4:22 AM, Denys Dmytriyenko <denys@ti.com> wrote:

> http://arago-project.org/pipermail/meta-arago/2015-May/005666.html
>
>
> On Sat, Jun 13, 2015 at 10:38:46AM +1200, Ankur Tyagi wrote:
> > "With typos fixed"
> >
> > ​
> > Hi,
> >
> > I am trying to create tisdk rootfs image for AM335x EVM.
> >
> > Following are the steps are performed:
> >
> > git clone git://arago-project.org/git/projects/oe-layersetup.git fido
> > export
> > PATH=/opt/fido/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin:$PATH
> > cd fido
> > ./oe-layersetup.sh -f configs/arago-fido-config.txt
> > cd build
> > . conf/setenv
> > MACHINE=am335x-evm bitbake tisdk-rootfs-image
> >
> > This gave following error :
> >
> > NOTE: Started PRServer with DBfile:
> > /home/ankur/fido/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 53096,
> > PID: 3653
> > ERROR: Layer 'networking-layer' depends on layer 'meta-python', but this
> > layer is not enabled in your configuration
> >
> > Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> >
> > I then added meta-python in bblayers.conf
> >
> > /home/ankur/fido/sources/meta-openembedded/meta-python \
> >
> > Again started bitbake
> > MACHINE=am335x-evm bitbake tisdk-rootfs-image
> >
> > and got this error
> >
> > ERROR: ParseError at
> > /home/ankur/fido/sources/meta-arago/meta-arago-extras/recipes-core/meta/
> > external-arago-toolchain.bb:1: Could not include required file
> > recipes-core/eglibc/eglibc-package.inc
> >
> > Summary: There were 3 WARNING messages shown.
> > Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> >
> > What wrong am I doing and how to fix it ?
> >
> > thanks
> > Ankur
> >
> >
> >
> >
> > On Sat, Jun 13, 2015 at 10:36 AM, Ankur Tyagi <ankur.tyagi85@gmail.com>
> > wrote:
> >
> > > ​​
> > > Hi,
> > >
> > > I am trying to create tisdk rootfs image for AM335x EVM.
> > >
> > > Following are the steps are performed:
> > >
> > > git clone git://arago-project.org/git/projects/oe-layersetup.git fido
> > > export
> > >
> PATH=/opt/fido/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin:$PATH
> > > cd fido
> > > ./oe-layersetup.sh -f configs/arago-fido-conig.txt
> > > cd build
> > > . conf/setenv
> > > MACHINE=am335-evm bitbake tisdk-rootfs-image
> > >
> > > This gave following error :
> > >
> > > NOTE: Started PRServer with DBfile:
> > > /home/ankur/fido/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT:
> 53096,
> > > PID: 3653
> > > ERROR: Layer 'networking-layer' depends on layer 'meta-python', but
> this
> > > layer is not enabled in your configuration
> > >
> > > Summary: There was 1 ERROR message shown, returning a non-zero exit
> code.
> > >
> > > I then added meta-python in bblayers.conf
> > >
> > > /home/ankur/fido/sources/meta-openembedded/meta-python \
> > >
> > > Again started bitbake
> > > MACHINE=am335-evm bitbake tisdk-rootfs-image
> > >
> > > and got this error
> > >
> > > ERROR: ParseError at
> > >
> /home/ankur/fido/sources/meta-arago/meta-arago-extras/recipes-core/meta/
> > > external-arago-toolchain.bb:1: Could not include required file
> > > recipes-core/eglibc/eglibc-package.inc
> > >
> > > Summary: There were 3 WARNING messages shown.
> > > Summary: There was 1 ERROR message shown, returning a non-zero exit
> code.
> > >
> > > What wrong am I doing and how to fix it ?
> > >
> > > thanks
> > > Ankur
> > >
>
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
>

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

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

* Re: bitbake error when using arago-fido-config
  2015-06-16 23:04     ` Ankur Tyagi
@ 2015-06-17  2:33       ` Denys Dmytriyenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2015-06-17  2:33 UTC (permalink / raw)
  To: Ankur Tyagi; +Cc: meta-arago

Correct, it got branched off couple weeks ago and so far I've been working on 
it locally, but haven't pushed anything significant yet.


On Wed, Jun 17, 2015 at 11:04:20AM +1200, Ankur Tyagi wrote:
> So does that mean meta-arago fido is still nor ready ?
> 
> "Knowledge is knowing tomato is a fruit, wisdom is not putting it in a
> fruit salad"
> 
> On Tue, Jun 16, 2015 at 4:22 AM, Denys Dmytriyenko <denys@ti.com> wrote:
> 
> > http://arago-project.org/pipermail/meta-arago/2015-May/005666.html
> >
> >
> > On Sat, Jun 13, 2015 at 10:38:46AM +1200, Ankur Tyagi wrote:
> > > "With typos fixed"
> > >
> > > ​
> > > Hi,
> > >
> > > I am trying to create tisdk rootfs image for AM335x EVM.
> > >
> > > Following are the steps are performed:
> > >
> > > git clone git://arago-project.org/git/projects/oe-layersetup.git fido
> > > export
> > > PATH=/opt/fido/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin:$PATH
> > > cd fido
> > > ./oe-layersetup.sh -f configs/arago-fido-config.txt
> > > cd build
> > > . conf/setenv
> > > MACHINE=am335x-evm bitbake tisdk-rootfs-image
> > >
> > > This gave following error :
> > >
> > > NOTE: Started PRServer with DBfile:
> > > /home/ankur/fido/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 53096,
> > > PID: 3653
> > > ERROR: Layer 'networking-layer' depends on layer 'meta-python', but this
> > > layer is not enabled in your configuration
> > >
> > > Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> > >
> > > I then added meta-python in bblayers.conf
> > >
> > > /home/ankur/fido/sources/meta-openembedded/meta-python \
> > >
> > > Again started bitbake
> > > MACHINE=am335x-evm bitbake tisdk-rootfs-image
> > >
> > > and got this error
> > >
> > > ERROR: ParseError at
> > > /home/ankur/fido/sources/meta-arago/meta-arago-extras/recipes-core/meta/
> > > external-arago-toolchain.bb:1: Could not include required file
> > > recipes-core/eglibc/eglibc-package.inc
> > >
> > > Summary: There were 3 WARNING messages shown.
> > > Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> > >
> > > What wrong am I doing and how to fix it ?
> > >
> > > thanks
> > > Ankur
> > >
> > >
> > >
> > >
> > > On Sat, Jun 13, 2015 at 10:36 AM, Ankur Tyagi <ankur.tyagi85@gmail.com>
> > > wrote:
> > >
> > > > ​​
> > > > Hi,
> > > >
> > > > I am trying to create tisdk rootfs image for AM335x EVM.
> > > >
> > > > Following are the steps are performed:
> > > >
> > > > git clone git://arago-project.org/git/projects/oe-layersetup.git fido
> > > > export
> > > >
> > PATH=/opt/fido/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin:$PATH
> > > > cd fido
> > > > ./oe-layersetup.sh -f configs/arago-fido-conig.txt
> > > > cd build
> > > > . conf/setenv
> > > > MACHINE=am335-evm bitbake tisdk-rootfs-image
> > > >
> > > > This gave following error :
> > > >
> > > > NOTE: Started PRServer with DBfile:
> > > > /home/ankur/fido/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT:
> > 53096,
> > > > PID: 3653
> > > > ERROR: Layer 'networking-layer' depends on layer 'meta-python', but
> > this
> > > > layer is not enabled in your configuration
> > > >
> > > > Summary: There was 1 ERROR message shown, returning a non-zero exit
> > code.
> > > >
> > > > I then added meta-python in bblayers.conf
> > > >
> > > > /home/ankur/fido/sources/meta-openembedded/meta-python \
> > > >
> > > > Again started bitbake
> > > > MACHINE=am335-evm bitbake tisdk-rootfs-image
> > > >
> > > > and got this error
> > > >
> > > > ERROR: ParseError at
> > > >
> > /home/ankur/fido/sources/meta-arago/meta-arago-extras/recipes-core/meta/
> > > > external-arago-toolchain.bb:1: Could not include required file
> > > > recipes-core/eglibc/eglibc-package.inc
> > > >
> > > > Summary: There were 3 WARNING messages shown.
> > > > Summary: There was 1 ERROR message shown, returning a non-zero exit
> > code.
> > > >
> > > > What wrong am I doing and how to fix it ?
> > > >
> > > > thanks
> > > > Ankur
> > > >
> >
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >
> >


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

end of thread, other threads:[~2015-06-17  2:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-12 22:36 bitbake error when using arago-fido-config Ankur Tyagi
2015-06-12 22:38 ` Ankur Tyagi
2015-06-15 16:22   ` Denys Dmytriyenko
2015-06-16 23:04     ` Ankur Tyagi
2015-06-17  2:33       ` Denys Dmytriyenko

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.