Re: [yocto] Can i add two git sources in one single recipe

2015-12-08 Thread Vivek Per
Hi,
   Thank you *Jussi Kukkonen* for you help
   I have tried the above procedure two git repo in one recipe, it is
fetching to download directory and getting failed while unpacking to the
work directory . I am using yocto 1.7 (dizzy) . The above SRC_URI mentioned
in gstreamer recipe in yocto 1.8 (fido). Does two SRC_URL in one recipe
works in yocto 1.7(dizzy) ?.
I saw there is a small change in bitbake/lib/fetch2/git.py file in
 yocto 1.7 and yocto 1.8 . Is this the reason it is getting failed to
unpack. Is there any solution to do so?.

Thanks and Regards
  Vivek

On Thu, Oct 15, 2015 at 4:51 PM, Jussi Kukkonen 
wrote:

> On 15 October 2015 at 14:03, Vivek Per  wrote:
>
>> hi,
>>   Can i add two git source url in one recipe(SRC_URI).
>> If so how can i add and how can i give source revision for two these
>> files in one recipe.
>>
>
> Name the SRC_URIs, then set SRCREV_ for each of those. Example from
> gstreamer1.0-omx:
>
> SRC_URI = " \
> git://
> anongit.freedesktop.org/gstreamer/gst-omx;branch=master;name=gst-omx \
> git://
> anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;branch=master;name=common
> \
> file://0001-omx-fixed-type-error-in-printf-call.patch \
> "
> SRCREV_gst-omx = "a2db76b048db278ef0aa798e106b7594264e06c0"
> SRCREV_common = "5edcd857b2107cd8b78c16232dd10877513ec157"
>
>  - Jussi
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] meta-raspberry build fails with either VLC or FireFire.

2015-12-08 Thread Edward Vidal
Hi All,
My earlier build included VLC and FireFox.
meta-yocto-bsp    = "fido:0f8d89ce66cfffccc9911d6c61470a585173b79d"
meta-raspberrypi  = "master:7457bf182c8fd550ec877ecd786a3edd16e65495"
meta-oe   
meta-python   
meta-multimedia   
meta-gnome    = "fido:0f8d89ce66cfffccc9911d6c61470a585173b79d"

These were pulled a day ago.
I upgraded to the following and now VLC & FireFox causes errors
meta-yocto-bsp    = "master:dd282d475cb4fde4f4e6fd7afe437dc001584587"
meta-raspberrypi  = "master:f2cff839f52a6e6211337fc45c7c3eabf0fac113"
meta-oe   
meta-python   
meta-multimedia   
meta-gnome    = "master:dd282d475cb4fde4f4e6fd7afe437dc001584587"
meta-browser  = "master:ca96f4326345dcd779fc539877a04f069f431749"

Since VLC & FireFox depend on gtk+3-3.18.2 In the above repos.  
They fail in do_configure when I add to IMAGE_INSTALL_append 
in my local.conf file.

These are the what I added in added local.conf

#MACHINE ??= "qemux86"
ENABLE_SPI_BUS = "1"
MACHINE ??= "raspberrypi2"
GPU_MEM = "16"
PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp"
PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp"
PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"
PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
#adding the XSTOOLs depends
IMAGE_INSTALL_append = " xterm git \
 intelhex python-bitstring pyusb PyPubSub xstools   \
 chkconfig v4l-utils python-imaging socat lame  \
 linux-firmware jasper gsl  hexedit man iproute2 \
 gperf tree cmake tar pv openjpeg squashfs-tools \
 rsync yasm  gparted  tcl tk rpi-gpio geany python-pip iputils \
 opencv opencv-samples opencv-apps python-opencv devmem2 \
"

#DL_DIR ?= "${TOPDIR}/downloads"
DL_DIR ?= "/home/vidal/wkg/yocto/kernel_test/downloads"

EXTRA_IMAGE_FEATURES = "debug-tweaks dev-pkgs tools-sdk doc-pkgs qt4-pkgs"

This what is in bblayers.conf

# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "6"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

BBLAYERS ?= " \
  /home/vidal/wkg/yocto/kernel_test/poky/meta \
  /home/vidal/wkg/yocto/kernel_test/poky/meta-yocto \
  /home/vidal/wkg/yocto/kernel_test/poky/meta-yocto-bsp \
  /home/vidal/wkg/yocto/kernel_test/poky/meta-raspberrypi \
  /home/vidal/wkg/yocto/kernel_test/poky/meta-oe \
  /home/vidal/wkg/yocto/kernel_test/poky/meta-python \
  /home/vidal/wkg/yocto/kernel_test/poky/meta-multimedia \
  /home/vidal/wkg/yocto/kernel_test/poky/meta-gnome \
  /home/vidal/wkg/yocto/kernel_test/poky/meta-browser \
  "
BBLAYERS_NON_REMOVABLE ?= " \
  /home/vidal/wkg/yocto/kernel_test/poky/meta \
  /home/vidal/wkg/yocto/kernel_test/poky/meta-yocto \
  "
Any and all help is appreciated.

This is the goal of the build.

Transferred to my google dropbox core-image-sato120815.zip
If you do not access let me know and I will add you to share list.

The sha1sum should be the following:
12dc5b4e9cb737696b71c6502ffd095f5a896720  core-image-sato120815.zip
In the file sha1sum.txt

1.4 GB (1,449,293,907 bytes)

This is what I used to transfer to a micro SD card.

"gzip -dc /home/vidal/wkg/yocto/core-image-sato120815.zip | pv | dd bs=16M 
of=/dev/sdb"
3.64GB 0:08:01 [7.74MB/s]
The root passwd is raspberrypi

This will fit on 4GB micro SD card.

Provides the Linux 4.1.10 Kernel, git, gcc-5.2.0, OpenCV, Myhdl, Iverilog, 
gsl, yosys, arachne-pnr, CAT-Board, rhea, Xstools and Gtkwave.  

CAT-Board Features

* Lattice iCE40-HX8K FPGA in 256-pin BGA.
* 32 MByte SDRAM (16M x 16).
* Serial configuration flash (at least 2 Mbit).
* Three Grove connectors.
* Two PMOD connectors.
* One 20x2 header with 3.3V, ground and 18 FPGA I/Os.
* Two SATA headers (for differential signals; don't know if they would work 
with SATA HDDs.)
* DIP switch with four SPST switches.
* Two momentary pushbuttons.
* Four LEDs.
* 100 MHz oscillator.
* 5.0 V jack for external power supply.
* 3.3 V and 1.2 V regulators.
* Adjustable voltage on one bank of FPGA I/O pins.
* 32 KByte HAT EEPROM.
* 40-pin RPi GPIO header.

See Driving an Array of LED Digits with the CAT Board at
https://hackaday.io/project/7982-cat-board.  

The prototype has been tested with Yocto & RaspBian on RPi2B.
With these tools, this combo is a complete development system, to develop, test 
and program
 FPGA applications completly on the RPi2B and CAT-Board.

The schematic is available at
https://raw.githubusercontent.com/xesscorp/CAT-Board/master/docs/Manual/pics/CAT_schematic.pdf

This should be around the cost as the StickIt-MB & XulA2-LX9.  Dave will be 
finalizing the price soon.

The led digit provides a good method to test the CAT-Board and RPi2B.


see xess.com

Cheers, 
 Edward Vidal Jr. e-mail devel...@sbcglobal.net 915-595-1613-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Custom kernel headers and SDK

2015-12-08 Thread Longchamp, Valentin
Hello,

We are currently migrating our Embedded Linux software and the corresponding
small in house distribution to Yocto. We are small Linux team and we provide and
maintain the toolchain, kernel and base distribution for a broader team of
software developers that build the applications for our hardware.

So far, we have been able to use Yocto to build our whole software (kernel,
minimal distribution and application software) by adding our minimal meta-layer
and defining stuff there and it works great.

Since the application devs are "not interested" in our distro nor in the
compiler, we want to make them available for them thanks to the SDK which is a
great fit for this use case. So far it works very well and we are currently
working on adapting the build system to the SDK.

And here comes my question. We have however our own kernel sources that extend
the headers for a few "in-house" drivers. From the warning in linux-libc-headers
(http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc),
I understand that it should be avoided to recreate a recipe for the kernel
headers to avoid having the libc "machinified". From yocto, I could get the
custom headers thanks to STAGING_KERNEL_DIR. However, we need these custom
headers from "outside" of yocto, when using the SDK.

I have found 2 ways to install them into the sysroot and thus SDK:
- either by adding the kernel-devsrc to the SDK that installs them into
/usr/src/kernel by default.
- or by adding something similar to what is proposed in this mailing-list
discussion to our kernel recipe:
https://lists.yoctoproject.org/pipermail/linux-yocto/2014-April/002178.html

The problem with these 2 solutions is that sysroot contains:
1) the sanitized kernel headers at in sysroot/usr/include/linux
2) our custom headers at sysroot/usr/src/kernel/include/linux

and when I add a -I option in the CFLAGS for 2), I get conflicts since the SDK
automatically looks first in sysroot/usr/include.

Here is an example of the current errors I get with 1) and 2) in both the -I 
path:

>  from plat/icndrv/hdlc/mpc8xxx_scc/src/libhdlc-km.c:2:
> /opt/work/ppc-toolchain/sysroots/powerpc-oe-linux/usr/src/kernel/include/linux/types.h:14:26:
>  error: conflicting types for 'fd_set'
>  typedef __kernel_fd_set  fd_set;
>   ^
> In file included from 
> /opt/work/ppc-toolchain/sysroots/powerpc-oe-linux/usr/include/sys/types.h:219:0,
>  from 
> /opt/work/ppc-toolchain/sysroots/powerpc-oe-linux/usr/include/sys/uio.h:23,
>  from 
> /opt/work/ppc-toolchain/sysroots/powerpc-oe-linux/usr/include/sys/socket.h:26,
>  from plat/icndrv/hdlc/mpc8xxx_scc/src/libhdlc-km.c:1:
> /opt/work/ppc-toolchain/sysroots/powerpc-oe-linux/usr/include/sys/select.h:75:5:
>  note: previous declaration of 'fd_set' was here
>} fd_set;

What would be the correct "yocto" way of solving our current problem with our
custom headers to be added to the SDK ?

Thanks

Valentin
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Help with Opensips Recipe - QA run found fatal errors

2015-12-08 Thread Caio
Paul,
 Ok, thank you for your elucidation.
This could be a prefix problem, because I'm using a make install from
Makefile.

I will find this problem and fix it.

Thank you very much.

Regards,

Caio Pereira



2015-12-01 14:56 GMT-02:00 Paul Eggleton :

> Hi Caio,
>
> compile-host-path isn't about the path being different - it's about the
> path
> being something possibly bad i.e. on the host system. You really ought to
> fix
> that one rather than disable it.
>
> Cheers,
> Paul
>
> On Tue, 01 Dec 2015 10:21:03 Caio wrote:
> > Hi Paul,
> >
> > Thank you very much for your help.
> > I added INSANE_SKIP_${PN} += " libdir compile-host-path" because the
> > instalation is different from /usr/lib.
> >
> > Thank you very much!
> >
> > Regards,
> >
> > Caio Pereira
> >
> > 2015-11-25 20:26 GMT-02:00 Paul Eggleton  >:
> > > Hi Caio,
> > >
> > > On Tuesday 24 November 2015 11:48:13 Caio wrote:
> > > > I'm writing a recipe to a Sip proxy Opensips, but I'm having problems
> > >
> > > with
> > >
> > > > QA Issues.
> > > > In the First time I tried to use make install from Opensips Makefile
> I
> > >
> > > had
> > >
> > > > problem with QA Issues,  so I added all the folders to FILES_${PN}
> and
> > > > FILES_${PN} but I still having problem.
> > > >
> > > > So I decided to start small, creating the folder structure and copy
> only
> > > > the binary files and after I will copy all the files using the
> > >
> > > do_install
> > >
> > > > function.
> > > >
> > > > But when I added the folders and I started to have problems with QA
> > >
> > > again.
> > >
> > > > FILES_${PN} = " \
> > > >
> > > > ${sbindir}/* \
> > > > ${sysconfdir}/* \
> > > > ${sysconfdir}/opensips/* \
> > > > ${libdir}/* \
> > > > ${libdir}/opensips/* \
> > > > ${libdir}/opensips/modules/* \
> > > > "
> > > >
> > > > Someone could help me with this problem?
> > > >
> > > >
> > > > Thank you very much
> > > >
> > > > Best Regards,
> > > >
> > > > Caio Pereira
> > > >
> > > >
> > > > ERROR: QA Issue: opensips: The compile log indicates that host
> include
> > > > and/or library paths were used.
> > > >
> > > >  Please check the log
> > >
> > >
> '/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-po
> > > ky>
> > > > -linux-gnueabi/opensips/2.2.0-r0/temp/log.do_compile' for more
> > >
> > > information.
> > >
> > > > [compile-host-path]
> > > >
> > > >
> > > > ERROR: QA run found fatal errors. Please consider fixing them.
> > > > ERROR: Function failed: do_package_qa
> > >
> > > > ERROR: Logfile of failure stored in:
> > >
> /home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-pok
> > > y->
> > > > linux-gnueabi/opensips/2.2.0-r0/temp/log.do_package_qa.30973 ERROR:
> Task
> > >
> > > 9
> > >
> > >
> (/home/icchw/fsl-community-bsp/sources/icchw/meta-caio/recipes-telephony/o
> > > pe>
> > > > nsips/ opensips_2.2.0.bb, do_package_qa) failed with exit code '1'
> > > >
> > > >
> > > > cat
> > >
> > >
> /home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-pok
> > > y->
> > > > linux-gnueabi/opensips/2.2.0-r0/temp/log.do_package_qa.30973
> > > >
> > > > DEBUG: Python function read_subpackage_metadata finished
> > > > ERROR: QA Issue: opensips: The compile log indicates that host
> include
> > > > and/or library paths were used.
> > > >
> > > >  Please check the log
> > >
> > >
> '/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-po
> > > ky>
> > > > -linux-gnueabi/opensips/2.2.0-r0/temp/log.do_compile' for more
> > >
> > > information.
> > >
> > > > [compile-host-path]
> > >
> > > Did you check the mentioned compile log?
> > >
> > > FYI a good reference for these QA checks is:
> > >
> > >
> > >
> http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#qa-err
> > > ors-and-warnings
> > >
> > > As mentioned there you should find somewhere in that log "is unsafe for
> > > cross-compilation" or "CROSS COMPILE Badness".
> > >
> > > Cheers,
> > > Paul
> > >
> > > --
> > >
> > > Paul Eggleton
> > > Intel Open Source Technology Centre
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
>



-- 
--
Caio Pereira
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Toaster Problem

2015-12-08 Thread Mihail, StanciuX
Hi Martin,

First off, may I suggest the toaster mailing list in the future if you have 
questions (toas...@yoctoproject.org)

As for your problem:
Something is off about the way your toaster was started.
Here’s how the first line above your traceback looks on my machine:
lbc_shellcmmd: (/home/dave/poky) git remote –v

That location “/home/dave/poky” is where I issued the toaster start command 
(bitbake/bin/toaster).

I’ve tried to reproduce this on my machine but haven’t been able to do it.

Could you please let us know how you started toaster and from what location? 
Also, was it as root or a different user?
Off the top of my head , one thing that might cause this would be if you cloned 
poky as root then somehow started toaster as a different user.

Also, which yocto project (poky) release are you using? Was it master or maybe 
Jethro?
Oh, and what flavor linux is this on?

Regards,
Mihail

From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On 
Behalf Of Martin Townsend
Sent: Tuesday, December 08, 2015 12:40 PM
To: yocto@yoctoproject.org
Subject: [yocto] Toaster Problem

Hi,
I'm trying out a production instance of toaster, I'm following the instructions 
from here

http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html#toaster-setting-up-a-production-instance-of-toaster

I managed to get toaster up and running but had to adjust a few things which 
you might want to correct in the documentation:
1) virtualenv package doesn't exist in Ubuntu 14.04 had to use python-virtualenv
2) You need python headers later so add python-dev to list of packages to 
install
3) After cloning poky there should be a cd poky before checking out a branch.
4) SECRET_KEY, it would be nice to know what this is used for, what characters 
is can contain, ie can it contain spaces.
5) In the mysql part is states we are creating a database called toaster but in 
the settings.py we specify toaster_main one of them needs correcting.
6) Before calling ./bitbake/lib/toaster/manage.py syncdb --migrate maybe it 
should link to 3.5 and state that you should create a Django super user first.
7)There's a typo in the Apache toaster.conf s/toastern_wsgi/toaster_wsgi/
8) Build runner service is wrong, there needs to be the poky directory involved 
somewhere, either cd /var/www/toaster/poky or we call 
./poky/bitbake/toaster/manage.py
Even with all this I can't get it to build, creating a project based on fido 
1.8 and trying to build core-image-lsb I get

2015-12-08 10:27:57,705 DEBUG localhostbecontroller, our git repos are 
{(u'git://git.yoctoproject.org/meta-yocto',
 u'fido'): [(u'meta-yocto',
u'meta-yocto'),
   (u'meta-yocto-bsp',
u'meta-yocto-bsp')],
 (u'git://git.yoctoproject.org/poky', 
u'fido'): [('bitbake', u'bitbake'),
 (u'openembedded-core',
  u'meta')]}
2015-12-08 10:27:57,705 DEBUG lbc_shellcmmd: () git remote -v
Traceback (most recent call last):
  File 
"/var/www/toaster/poky/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py",
 line 60, in schedule
bec.triggerBuild(br.brbitbake_set.all(), br.brlayer_set.all(), 
br.brvariable_set.all(), br.brtarget_set.all())
  File 
"/var/www/toaster/poky/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py",
 line 282, in triggerBuild
self.setLayers(bitbake, layers, targets)
  File 
"/var/www/toaster/poky/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py",
 line 150, in setLayers
for remotes in self._shellcmd("git remote -v", 
self.be.sourcedir).split("\n"):
  File 
"/var/www/toaster/poky/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py",
 line 59, in _shellcmd
p = subprocess.Popen(command, cwd = cwd, shell=True, 
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory: ''

 in the console.

Any idea whats going wrong?

Cheers,

Martin.
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] testsuite for meta-selinux

2015-12-08 Thread Voiculescu, BogdanX A
Hi Suram,
Package 'selinux-policy-devel' is needed to be installed on your host.

In https://github.com/SELinuxProject/selinux-testsuite is specified what you 
need to install (example is for Fedora or RHEL):

yum install perl-Test perl-Test-Harness selinux-policy-devel gcc 
libselinux-devel net-tools netlabel_tools iptables

One of them is "selinux-policy-devel"

BR,
Bogdan

From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On 
Behalf Of Suram Suram
Sent: Sunday, December 06, 2015 7:48 AM
To: yocto@yoctoproject.org
Subject: [yocto] testsuite for meta-selinux

Hi,
Iam trying to use the selinux testsuite taken from
SELinuxProject/selinux-testsuite
When trying to compile, it is complaining with the following error
ERROR: You must have selinux-policy-devel installed.

I would like to know how to enable selinux-policy-devel in the meta-selinux 
layer.

Regards
Suram
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Toaster Problem

2015-12-08 Thread Martin Townsend
Hi,

I'm trying out a production instance of toaster, I'm following the
instructions from here

http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html#toaster-setting-up-a-production-instance-of-toaster

I managed to get toaster up and running but had to adjust a few things
which you might want to correct in the documentation:

1) virtualenv package doesn't exist in Ubuntu 14.04 had to use
python-virtualenv
2) You need python headers later so add python-dev to list of packages to
install
3) After cloning poky there should be a cd poky before checking out a
branch.
4) SECRET_KEY, it would be nice to know what this is used for, what
characters is can contain, ie can it contain spaces.
5) In the mysql part is states we are creating a database called toaster
but in the settings.py we specify toaster_main one of them needs correcting.
6) Before calling ./bitbake/lib/toaster/manage.py syncdb --migrate maybe it
should link to 3.5 and state that you should create a Django super user
first.
7)There's a typo in the Apache toaster.conf s/toastern_wsgi/toaster_wsgi/
8) Build runner service is wrong, there needs to be the poky directory
involved somewhere, either cd /var/www/toaster/poky or we call
./poky/bitbake/toaster/manage.py

Even with all this I can't get it to build, creating a project based on
fido 1.8 and trying to build core-image-lsb I get

2015-12-08 10:27:57,705 DEBUG localhostbecontroller, our git repos are
{(u'git://git.yoctoproject.org/meta-yocto', u'fido'): [(u'meta-yocto',
u'meta-yocto'),
   (u'meta-yocto-bsp',
u'meta-yocto-bsp')],
 (u'git://git.yoctoproject.org/poky', u'fido'): [('bitbake', u'bitbake'),
 (u'openembedded-core',
  u'meta')]}
2015-12-08 10:27:57,705 DEBUG lbc_shellcmmd: () git remote -v
Traceback (most recent call last):
  File 
"/var/www/toaster/poky/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py",
line 60, in schedule
bec.triggerBuild(br.brbitbake_set.all(), br.brlayer_set.all(),
br.brvariable_set.all(), br.brtarget_set.all())
  File 
"/var/www/toaster/poky/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py",
line 282, in triggerBuild
self.setLayers(bitbake, layers, targets)
  File 
"/var/www/toaster/poky/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py",
line 150, in setLayers
for remotes in self._shellcmd("git remote -v",
self.be.sourcedir).split("\n"):
  File 
"/var/www/toaster/poky/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py",
line 59, in _shellcmd
p = subprocess.Popen(command, cwd = cwd, shell=True,
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory: ''

 in the console.

Any idea whats going wrong?

Cheers,

Martin.
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto