|
Re: bitbake with cmake recipe
Am 25.08.2013 17:03, schrieb Zafrullah Syed:
The tar should be in the "${WORKDIR}/git" directory but it will not work as you don't tell bitbake to unpack it.
You
Am 25.08.2013 17:03, schrieb Zafrullah Syed:
The tar should be in the "${WORKDIR}/git" directory but it will not work as you don't tell bitbake to unpack it.
You
|
By
Stefan Herbrechtsmeier
·
#15656
·
|
|
Re: bitbake with cmake recipe
Hi Stefan,
I updated my recipe:
DESCRIPTION = "cameracapture application"
SECTION = "examples"
LICENSE = "CLOSED"
PR = "r0"
DEPENDS = "opencv"
SRC_URI =
Hi Stefan,
I updated my recipe:
DESCRIPTION = "cameracapture application"
SECTION = "examples"
LICENSE = "CLOSED"
PR = "r0"
DEPENDS = "opencv"
SRC_URI =
|
By
Zafrullah Syed <zafrullahmehdi@...>
·
#15655
·
|
|
Re: linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf
Hi Bruce,
Yes, I'm currently working off master. If I add the following qemuarmhf.conf file, and apply the patch to linux-yocto_3.8.bb, it still tries to compile linux-yocto_3.4.bb recipe. You should
Hi Bruce,
Yes, I'm currently working off master. If I add the following qemuarmhf.conf file, and apply the patch to linux-yocto_3.8.bb, it still tries to compile linux-yocto_3.4.bb recipe. You should
|
By
Elvis Dowson
·
#15654
·
|
|
Re: linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf
Are you working off master ?
Since you set the compatibility, it should have been picked. But something
else must be changed in your layers, since if you didn't add
3.4 compatibility via bbappends,
Are you working off master ?
Since you set the compatibility, it should have been picked. But something
else must be changed in your layers, since if you didn't add
3.4 compatibility via bbappends,
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#15653
·
|
|
Re: linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf
Hi Bruce,
Ok, I forgot about that!
Another quick question, why is it that when I create a new qemuarmhf.conf machine configuration, it doesn't automatically pick up the latest linux-yocto_3.8.bb
Hi Bruce,
Ok, I forgot about that!
Another quick question, why is it that when I create a new qemuarmhf.conf machine configuration, it doesn't automatically pick up the latest linux-yocto_3.8.bb
|
By
Elvis Dowson
·
#15652
·
|
|
Packaging 2.6.39 kernel also includes 3.5 kernel..! Why.?
I have asked this question in the Gumstix-Users mailing list before, but got no reply..
So just checking out here..!
Why does Yocto include 3.5.0/ kernel folder too in the lib/modules/ directory,
I have asked this question in the Gumstix-Users mailing list before, but got no reply..
So just checking out here..!
Why does Yocto include 3.5.0/ kernel folder too in the lib/modules/ directory,
|
By
Sudhangathan B S <sudhangathan@...>
·
#15651
·
|
|
Re: linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf
Try 3.8%, you need to match on the version completely, and it is 3.8...., not
just 3.8.
Bruce
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
Try 3.8%, you need to match on the version completely, and it is 3.8...., not
just 3.8.
Bruce
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
|
By
Bruce Ashfield
·
#15650
·
|
|
Re: linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf
Weird, even after setting PREFERRED_VERSION_virtual/linux ="3.8", it still picks up linux-yocto_3.4.bb recipe!
What am I failing to set or configure additionally to get it to work, as intended?
Best
Weird, even after setting PREFERRED_VERSION_virtual/linux ="3.8", it still picks up linux-yocto_3.4.bb recipe!
What am I failing to set or configure additionally to get it to work, as intended?
Best
|
By
Elvis Dowson
·
#15649
·
|
|
linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf
Hi,
I created a new qemuarmhf.conf, to build using armv7a vfp and neon.
In the linux-yocto_3.8.bb recipe, I explicitly specified SRCREV_machine_qemuarmhf and added qemuarmhf to the list of
Hi,
I created a new qemuarmhf.conf, to build using armv7a vfp and neon.
In the linux-yocto_3.8.bb recipe, I explicitly specified SRCREV_machine_qemuarmhf and added qemuarmhf to the list of
|
By
Elvis Dowson
·
#15648
·
|
|
Re: [DYLAN] RPATH issue with qt5's qtwebkit
The above is a workaround, the proper fix is to track down why this is
making its way in there in the first place and fix the problem at
source.
Cheers,
Richard
The above is a workaround, the proper fix is to track down why this is
making its way in there in the first place and fix the problem at
source.
Cheers,
Richard
|
By
Richard Purdie
·
#15647
·
|
|
Re: an error when adding "snappy" package
This sounds like a bug to me. It would be best if you file it as
such with bugzilla so it gets looked at properly (I'm not the one
to do that, sorry)
--
This sounds like a bug to me. It would be best if you file it as
such with bugzilla so it gets looked at properly (I'm not the one
to do that, sorry)
--
|
By
Gary Thomas
·
#15646
·
|
|
Re: [DYLAN] RPATH issue with qt5's qtwebkit
Yes I think everyone is seeing it, but in many distro configs bad RPATH
is only QA warning not error (that's why I was partially ignoring it
until now, concentrating on other issues).
You can see
Yes I think everyone is seeing it, but in many distro configs bad RPATH
is only QA warning not error (that's why I was partially ignoring it
until now, concentrating on other issues).
You can see
|
By
Martin Jansa
·
#15645
·
|
|
QEMU with ARM Cortex A9 hard float with NEON
Hi,
I'm trying to build a QEMU machine configuration with support for ARM Cortex A9, with hard float and neon support.
What should I specify in my qemuarmhf.conf machine file to enable a
Hi,
I'm trying to build a QEMU machine configuration with support for ARM Cortex A9, with hard float and neon support.
What should I specify in my qemuarmhf.conf machine file to enable a
|
By
Elvis Dowson
·
#15644
·
|
|
Re: [DYLAN] RPATH issue with qt5's qtwebkit
<trevor.woerner@...> wrote:
Try adding a .bbappend with the following content:
#################
DEPENDS += "chrpath-replacement-native"
EXTRANATIVEPATH += "chrpath-native"
PRINC :=
<trevor.woerner@...> wrote:
Try adding a .bbappend with the following content:
#################
DEPENDS += "chrpath-replacement-native"
EXTRANATIVEPATH += "chrpath-native"
PRINC :=
|
By
Erik Bot?
·
#15643
·
|
|
Re: [DYLAN] RPATH issue with qt5's qtwebkit
Check the compile logs. Somewhere, something is passing a -rpath value
to the linker which results in this. You'll have to find out where it
gets passed in, then trace it back to the source of the
Check the compile logs. Somewhere, something is passing a -rpath value
to the linker which results in this. You'll have to find out where it
gets passed in, then trace it back to the source of the
|
By
Richard Purdie
·
#15642
·
|
|
Re: Installing yocto built qemu binaries and sdk toolchain to another machine
I found the answer to this, the qemu images are located with the meta-toolchain-sdk, so copy over the generated kernel and rootfilesystem (ext3) images to the new machine, installing the toolchain SDK
I found the answer to this, the qemu images are located with the meta-toolchain-sdk, so copy over the generated kernel and rootfilesystem (ext3) images to the new machine, installing the toolchain SDK
|
By
Elvis Dowson
·
#15641
·
|
|
Installing yocto built qemu binaries and sdk toolchain to another machine
Hi,
What should I do to relocate and install the qemu binaries and sdk toolchain built using yocto, to another machine?
The target machine has a fresh Ubuntu 12.04 installation, and I'd like
Hi,
What should I do to relocate and install the qemu binaries and sdk toolchain built using yocto, to another machine?
The target machine has a fresh Ubuntu 12.04 installation, and I'd like
|
By
Elvis Dowson
·
#15640
·
|
|
Re: RFC: automated runtime testing on real hardware
I am starting to put something together using a customized 19" rack
along the lines of those used by OSADL for their real-time farm:
https://www.osadl.org/Test-Rack.test-rack.0.html
This is a poor
I am starting to put something together using a customized 19" rack
along the lines of those used by OSADL for their real-time farm:
https://www.osadl.org/Test-Rack.test-rack.0.html
This is a poor
|
By
Darren Hart <dvhart@...>
·
#15639
·
|
|
[DYLAN] RPATH issue with qt5's qtwebkit
Hi,
When I try to include "qtwebkit" in my image from the "dylan" branch I end up
with the following QA do_package_qa error [note that this does not happen
with "master"]:
ERROR: QA Issue: package
Hi,
When I try to include "qtwebkit" in my image from the "dylan" branch I end up
with the following QA do_package_qa error [note that this does not happen
with "master"]:
ERROR: QA Issue: package
|
By
Trevor Woerner <trevor.woerner@...>
·
#15638
·
|
|
Re: [meta-raspberrypi][PATCH 02/11] linux-raspberrypi: Update to 2013-08-20 rpi-3.6.y's and rpi-3.2.27's snapshot
On Fri, Aug 23, 2013 at 12:40 PM, Paul Barker <paul@...> wrote:
On 20 August 2013 18:02, Andrei Gherzan <andrei@...> wrote:
> Signed-off-by: Andrei Gherzan <andrei@...>
I also got a successful boot
On Fri, Aug 23, 2013 at 12:40 PM, Paul Barker <paul@...> wrote:
On 20 August 2013 18:02, Andrei Gherzan <andrei@...> wrote:
> Signed-off-by: Andrei Gherzan <andrei@...>
I also got a successful boot
|
By
Andrei Gherzan
·
#15637
·
|