On 15 December 2015 at 21:59, Michael Habibi wrote:
> That allows me to properly set LIC_FILES_CHKSUM - but what do I set for
> LICENSE? It's a completely non-standard license. Do I have to copy this
> license somewhere as a common license, despite it only being used for this
> one utility? A bit
I am trying to pull in the stream benchmark utility into my custom layer.
However this appears to have a custom license. It's in the header of
stream.c, but it's also copied here:
https://www.cs.virginia.edu/stream/FTP/Code/LICENSE.txt
For simplicity, I am simply using stream.c and providing begi
Am 15.12.2015 7:45 nachm. schrieb "Christian Ege" :
>
> Hi,
>
> Am 15.12.2015 6:45 nachm. schrieb "simo" :
> >
> > I am using a Gumtix Overo board and we create and expansion board that
> > power Overo and other devices by external power supply IC.
> >
> > Our expansion board with power supply are
Hi,
Am 15.12.2015 6:45 nachm. schrieb "simo" :
>
> I am using a Gumtix Overo board and we create and expansion board that
> power Overo and other devices by external power supply IC.
>
> Our expansion board with power supply are connected by I2C bus 2 in
> overo (not the same i2C that TW4030 or tps
I am using a Gumtix Overo board and we create and expansion board that
power Overo and other devices by external power supply IC.
Our expansion board with power supply are connected by I2C bus 2 in
overo (not the same i2C that TW4030 or tps6595 is connected).
Using the Linux command shutdown we
Hello,
I am building qt5.3.2 with yocto. I need qtmultimedia & qtscript support
to run my video application,but unfortunately my "qmake"
(sysroot/i686-linux/usr/bin/qt5/qmake) is not linked with those
libraries evenif these modules are enabled .
So, i tried to add it manually in my local.co
On 15 December 2015 at 07:42, Philipp, Damian
wrote:
> However, I did eventually find a solution. A yocto recipe can have
> multiple packages as output. In fact, the default seems to be to create
> ${PN}, ${PN}-dev and ${PN}-dbg packages. I simply added ${PN}-client and
> ${PN}-client-dbg and man