While giving 'bitbake core-image-base',i am getting OSError.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

While giving 'bitbake core-image-base',i am getting OSError.

Jump to solution
2,604 Views
ThanarajS
Contributor III

Hi All,

     I am working in linux terminal to brinup the imx6qsabresd board. i downloaded the fsl-arm-yocto-bsp ( imx-3.10.17-1.0.0_ga ).

While giving bitbake core-image-base ,i am getting below mentioned exception errors :::

test@test:/Thanaraj/linux-android/fsl-release-bsp/build$ bitbake core-image-base

WARNING: Host distribution "Ubuntu-14.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.

WARNING: Host distribution "Ubuntu-14.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.

Loading cache: 100% |###########################################| Time: 0:00:00

Loaded 2005 entries from dependency cache.

NOTE: Resolving any missing task queue dependencies

Build Configuration:

BB_VERSION        = "1.26.0"

BUILD_SYS         = "x86_64-linux"

NATIVELSBSTRING   = "Ubuntu-14.04"

TARGET_SYS        = "arm-poky-linux-gnueabi"

MACHINE           = "imx6qsabresd"

DISTRO            = "poky"

DISTRO_VERSION    = "1.5.1"

TUNE_FEATURES     = "armv7a vfp neon callconvention-hard cortexa9"

TARGET_FPU        = "vfp-neon"

meta             

meta-yocto        = "(nobranch):bee7e3756adf70edaeabe9d43166707aab84f581"

meta-oe           = "(nobranch):eb4563b83be0a57ede4269ab19688af6baa62cd2"

meta-fsl-arm      = "(nobranch):af392c22bf6b563525ede4a81b6755ff1dd2c1c6"

meta-fsl-arm-extra = "(nobranch):07ad83db0fb67c5023bd627a61efb7f474c52622"

meta-fsl-demos    = "(nobranch):5a12677ad000a926d23c444266722a778ea228a7"

meta-fsl-arm     

meta-fsl-demos    = "(nobranch):fd639897114c09d5146ea1399c16308edfd0108b"

meta-browser      = "(nobranch):fc3969f63bda343c38c40a23f746c560c4735f3e"

meta-gnome       

meta-networking   = "(nobranch):eb4563b83be0a57ede4269ab19688af6baa62cd2"

NOTE: Preparing RunQueue

ERROR: An uncaught exception occured in runqueue, please see the failure below:

ERROR: Running idle function

Traceback (most recent call last):

  File "/usr/local/lib/python2.7/dist-packages/bb/runqueue.py", line 1144, in RunQueue._execute_runqueue():

                 else:

    >                self.start_worker()

                     self.rqexe = RunQueueExecuteScenequeue(self)

  File "/usr/local/lib/python2.7/dist-packages/bb/runqueue.py", line 1011, in RunQueue.start_worker():

             self.teardown = False

    >        self.worker, self.workerpipe = self._start_worker()

    

  File "/usr/local/lib/python2.7/dist-packages/bb/runqueue.py", line 964, in RunQueue._start_worker(fakeroot=False, rqexec=None):

             else:

    >            worker = subprocess.Popen(["bitbake-worker", magic], stdout=subprocess.PIPE, stdin=subprocess.PIPE)

             bb.utils.nonblockingfd(worker.stdout)

  File "/usr/lib/python2.7/subprocess.py", line 710, in Popen.__init__(args=['bitbake-worker', 'decafbad'], bufsize=0, executable=None, stdin=-1, stdout=-1, stderr=None, preexec_fn=None, close_fds=False, shell=False, cwd=None, env=None, universal_newlines=False, startupinfo=None, creationflags=0):

                                     c2pread, c2pwrite,

    >                                errread, errwrite)

            except Exception:

  File "/usr/lib/python2.7/subprocess.py", line 1327, in Popen._execute_child(args=['bitbake-worker', 'decafbad'], executable='bitbake-worker', preexec_fn=None, close_fds=False, cwd=None, env=None, universal_newlines=False, startupinfo=None, creationflags=0, shell=False, to_close=set([16, 15]), p2cread=14, p2cwrite=15, c2pread=16, c2pwrite=17, errread=None, errwrite=None):

                     child_exception = pickle.loads(data)

    >                raise child_exception

    

OSError: [Errno 2] No such file or directory

Am i doing anything wrong?

How to fix this exception errors ?

Any Solution???

Regards,
Thanaraj Subramani
Labels (1)
1 Solution
1,422 Views
ThanarajS
Contributor III

Hi Gusarambula,

       Thanks for reply. That error was cleared by giving

$ bitbake core-image-minimal (This will include all core-image features)

Then i gave ,

$ bitbake core-image-base

      Its working properly.

Thanks,

Raj.

Regards,
Thanaraj Subramani

View solution in original post

2 Replies
1,422 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Raj kamsani,

Are you still encountering these errors while baking?

I couldn’t reproduce the error. I am using Ubuntu 12.04, which would be the only difference I see. BB_Version is also different but this may be because of the difference in Host version. Have you tried doing a new repo sync from the imx-3.10.17-1.0.0_ga BSP git?

Regards,

0 Kudos
1,423 Views
ThanarajS
Contributor III

Hi Gusarambula,

       Thanks for reply. That error was cleared by giving

$ bitbake core-image-minimal (This will include all core-image features)

Then i gave ,

$ bitbake core-image-base

      Its working properly.

Thanks,

Raj.

Regards,
Thanaraj Subramani