All of lore.kernel.org
 help / color / mirror / Atom feed
* Error to Build Arago Yocto Project
@ 2013-07-12  5:16 Amit Kumar
  2013-07-12  6:14 ` Gaurang Shastri
  0 siblings, 1 reply; 2+ messages in thread
From: Amit Kumar @ 2013-07-12  5:16 UTC (permalink / raw)
  To: yocto

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

Hi,
            I am building the Arago Yocto Project first time. I have follow the steps given in the Arago Project link -
http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment#Detailed_Setup

Error Log is -

amit@amit-HP:~/tisdk/build$ MACHINE=am335x-evm bitbake core-image-minimal
Pseudo is not present but is required, building this first before the main build
ERROR: Unable to parse /home/amit/tisdk/sources/meta-arago/meta-arago-extras/recipes-qt/qt4/qt4-embedded-gles_4.8.4.bb<http://qt4-embedded-gles_4.8.4.bb>                       | ETA:  --:--:--
Traceback (most recent call last):
  File "/home/amit/tisdk/sources/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 68, in include(oldfn='/home/amit/tisdk/sources/meta-arago/meta-arago-extras/recipes-qt/qt4/qt4-embedded-gles_4.8.4.bb<http://qt4-embedded-gles_4.8.4.bb>', fn='/home/amit/tisdk/sources/oe-core/meta/recipes-qt/qt4/qt4-4.8.4.inc', lineno=1, data=<bb.data_smart.DataSmart object at 0xa14f12c>, error_out='include required'):
         try:
    >        ret = handle(fn, data, True)
         except IOError:
  File "/home/amit/tisdk/sources/bitbake/lib/bb/parse/__init__.py", line 90, in handle(fn='/home/amit/tisdk/sources/oe-core/meta/recipes-qt/qt4/qt4-4.8.4.inc', data=<bb.data_smart.DataSmart object at 0xa14f12c>, include=True):
             if h['supports'](fn, data):
    >            return h['handle'](fn, data, include)
         raise ParseError("not a BitBake file", fn)
  File "/home/amit/tisdk/sources/bitbake/lib/bb/parse/parse_py/BBHandler.py", line 142, in handle(fn='/home/amit/tisdk/sources/oe-core/meta/recipes-qt/qt4/qt4-4.8.4.inc', d=<bb.data_smart.DataSmart object at 0xa14f12c>, include=True):
         if include:
    >        bb.parse.mark_dependency(d, abs_fn)

  File "/home/amit/tisdk/sources/bitbake/lib/bb/parse/__init__.py", line 76, in mark_dependency(d=<bb.data_smart.DataSmart object at 0xa14f12c>, f='/home/amit/tisdk/sources/oe-core/meta/recipes-qt/qt4/qt4-4.8.4.inc'):
             f = "%s/%s" % (os.getcwd(), f[2:])
    >    deps = (d.getVar('__depends') or []) + [(f, cached_mtime(f))]
         d.setVar('__depends', deps)
  File "/home/amit/tisdk/sources/bitbake/lib/bb/parse/__init__.py", line 58, in cached_mtime(f='/home/amit/tisdk/sources/oe-core/meta/recipes-qt/qt4/qt4-4.8.4.inc'):
         if f not in __mtime_cache:
    >        __mtime_cache[f] = os.stat(f)[stat.ST_MTIME]
         return __mtime_cache[f]
OSError: [Errno 2] No such file or directory: '/home/amit/tisdk/sources/oe-core/meta/recipes-qt/qt4/qt4-4.8.4.inc'

ERROR: Command execution failed: Exited with 1

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
amit@amit-HP:~/tisdk/build$ cd ../sources/oe-core/meta/recipes-qt/


Is anybody have faced the same error or anybody know the reason of this error?
Please help me out for the same.


Thanks
AmitK


________________________________
The contents of this e-mail and any attachment(s) may contain confidential or privileged information for the intended recipient(s). Unintended recipients are prohibited from taking action on the basis of information in this e-mail and using or disseminating the information, and must notify the sender and delete it from their system. L&T Infotech will not accept responsibility or liability for the accuracy or completeness of, or the presence of any virus or disabling code in this e-mail"

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

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

* Re: Error to Build Arago Yocto Project
  2013-07-12  5:16 Error to Build Arago Yocto Project Amit Kumar
@ 2013-07-12  6:14 ` Gaurang Shastri
  0 siblings, 0 replies; 2+ messages in thread
From: Gaurang Shastri @ 2013-07-12  6:14 UTC (permalink / raw)
  To: Amit Kumar; +Cc: yocto

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

I think what you miss is the top layer (yocto or openembedded) ...because
your BSP will build using the top layer from yocto or OE. So check that the
core layer is available or downloaded by you...

As your error message suggests, "OSError: [Errno 2] No such file or
directory: '/home/amit/tisdk/sources/oe-

core/meta/recipes-qt/qt4/qt4-4.8.4.inc'", so this file will come from the
top layer of Yocto or OE.

//Gaurang Shastri




On Fri, Jul 12, 2013 at 10:46 AM, Amit Kumar <Amit.Kumar@lntinfotech.com>wrote:

>  Hi,****
>
>             I am building the Arago Yocto Project first time. I have
> follow the steps given in the Arago Project link –****
>
>
> http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment#Detailed_Setup
> ****
>
> ** **
>
> Error Log is – ****
>
> ** **
>
> amit@amit-HP:~/tisdk/build$ MACHINE=am335x-evm bitbake core-image-minimal
> Pseudo is not present but is required, building this first before the main
> build
> ERROR: Unable to parse
> /home/amit/tisdk/sources/meta-arago/meta-arago-extras/recipes-qt/qt4/
> qt4-embedded-gles_4.8.4.bb                       | ETA:  --:--:--
> Traceback (most recent call last):
>   File
> "/home/amit/tisdk/sources/bitbake/lib/bb/parse/parse_py/ConfHandler.py",
> line 68, in
> include(oldfn='/home/amit/tisdk/sources/meta-arago/meta-arago-extras/recipes-qt/qt4/
> qt4-embedded-gles_4.8.4.bb',
> fn='/home/amit/tisdk/sources/oe-core/meta/recipes-qt/qt4/qt4-4.8.4.inc',
> lineno=1, data=<bb.data_smart.DataSmart object at 0xa14f12c>,
> error_out='include required'):
>          try:
>     >        ret = handle(fn, data, True)
>          except IOError:
>   File "/home/amit/tisdk/sources/bitbake/lib/bb/parse/__init__.py", line
> 90, in
> handle(fn='/home/amit/tisdk/sources/oe-core/meta/recipes-qt/qt4/qt4-4.8.4.inc',
> data=<bb.data_smart.DataSmart object at 0xa14f12c>, include=True):
>              if h['supports'](fn, data):
>     >            return h['handle'](fn, data, include)
>          raise ParseError("not a BitBake file", fn)
>   File
> "/home/amit/tisdk/sources/bitbake/lib/bb/parse/parse_py/BBHandler.py", line
> 142, in
> handle(fn='/home/amit/tisdk/sources/oe-core/meta/recipes-qt/qt4/qt4-4.8.4.inc',
> d=<bb.data_smart.DataSmart object at 0xa14f12c>, include=True):
>          if include:
>     >        bb.parse.mark_dependency(d, abs_fn)
>
>   File "/home/amit/tisdk/sources/bitbake/lib/bb/parse/__init__.py", line
> 76, in mark_dependency(d=<bb.data_smart.DataSmart object at 0xa14f12c>,
> f='/home/amit/tisdk/sources/oe-core/meta/recipes-qt/qt4/qt4-4.8.4.inc'):
>              f = "%s/%s" % (os.getcwd(), f[2:])
>     >    deps = (d.getVar('__depends') or []) + [(f, cached_mtime(f))]
>          d.setVar('__depends', deps)
>   File "/home/amit/tisdk/sources/bitbake/lib/bb/parse/__init__.py", line
> 58, in
> cached_mtime(f='/home/amit/tisdk/sources/oe-core/meta/recipes-qt/qt4/qt4-4.8.4.inc'):
>          if f not in __mtime_cache:
>     >        __mtime_cache[f] = os.stat(f)[stat.ST_MTIME]
>          return __mtime_cache[f]
> OSError: [Errno 2] No such file or directory:
> '/home/amit/tisdk/sources/oe-core/meta/recipes-qt/qt4/qt4-4.8.4.inc'
>
> ERROR: Command execution failed: Exited with 1
>
> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
> amit@amit-HP:~/tisdk/build$ cd ../sources/oe-core/meta/recipes-qt/****
>
> ** **
>
> ** **
>
> Is anybody have faced the same error or anybody know the reason of this
> error? ****
>
> Please help me out for the same.****
>
> ** **
>
> ** **
>
> Thanks ****
>
> AmitK ****
>
> ** **
>
> ------------------------------
> The contents of this e-mail and any attachment(s) may contain confidential
> or privileged information for the intended recipient(s). Unintended
> recipients are prohibited from taking action on the basis of information in
> this e-mail and using or disseminating the information, and must notify the
> sender and delete it from their system. L&T Infotech will not accept
> responsibility or liability for the accuracy or completeness of, or the
> presence of any virus or disabling code in this e-mail"
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>

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

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

end of thread, other threads:[~2013-07-12  6:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-12  5:16 Error to Build Arago Yocto Project Amit Kumar
2013-07-12  6:14 ` Gaurang Shastri

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.