|
Re: u-boot precompiled ?
Starting with setting the boot-delay, via disabling the console, to setting up nfs- or other network-boot with it's parameters , or other boot sources
Starting with setting the boot-delay, via disabling the console, to setting up nfs- or other network-boot with it's parameters , or other boot sources
|
By
Matthias.Heise@...
·
#22511
·
|
|
Re: prelink & mklibs problem
Thanks for your reply. I almost give up.
You mean that current yocto build doesn't support hard float ABI prelink, and the prelink source code needs to
be modified to use ld-linux-armhf.so.3?
So
Thanks for your reply. I almost give up.
You mean that current yocto build doesn't support hard float ABI prelink, and the prelink source code needs to
be modified to use ld-linux-armhf.so.3?
So
|
By
Qiang Yu <yuq825@...>
·
#22510
·
|
|
Re: prelink & mklibs problem
Hi,
I think it has to do with the ld-linux-armhf.so.3. May be you should tell prelink that you have hard float ARM ABI to prelink for, than ld-linux.so.3 . It means you need to add ld-linux-armhf.so.3
Hi,
I think it has to do with the ld-linux-armhf.so.3. May be you should tell prelink that you have hard float ARM ABI to prelink for, than ld-linux.so.3 . It means you need to add ld-linux-armhf.so.3
|
By
Jegan Chandru <pcjegan@...>
·
#22509
·
|
|
[Package Report System]Manual check recipes name list
This mail was sent out by Package Report System.
It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check.
You can
This mail was sent out by Package Report System.
It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check.
You can
|
By
package-report@yoctoproject.org <packages@...>
·
#22508
·
|
|
[Package Report System]Upgrade recipes name list
This mail was sent out by Package Report System.
This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in
This mail was sent out by Package Report System.
This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in
|
By
package-report@yoctoproject.org <packages@...>
·
#22507
·
|
|
Release Candidate Build for yocto-1.8M1 now available.
A release candidate build for yocto-1.8M1 is now available at:
http://autobuilder.yoctoproject.org/pub/releases/yocto-1.8M1
Please begin QA on this build as soon as possible.
Build hash
A release candidate build for yocto-1.8M1 is now available at:
http://autobuilder.yoctoproject.org/pub/releases/yocto-1.8M1
Please begin QA on this build as soon as possible.
Build hash
|
By
Poky Build User <pokybuild@...>
·
#22506
·
|
|
Using anonymous python function to define variables
I'm struggling with trying to dynamically set a file name, to be used with "require". See code below:
python () {
TA = d.getVar('TARGET_ARCH', True)
if TA == "arm":
I'm struggling with trying to dynamically set a file name, to be used with "require". See code below:
python () {
TA = d.getVar('TARGET_ARCH', True)
if TA == "arm":
|
By
Ulf Winberg <ulfwin@...>
·
#22505
·
|
|
Re: Build a Toolchain-QT
Try using $ bitbake -k meta-toolchain-qte
This builds the toochain for the embedded version of QT
Lachlan
---- Message sent via Adam Internet WebMail - http://www.adam.com.au/
Try using $ bitbake -k meta-toolchain-qte
This builds the toochain for the embedded version of QT
Lachlan
---- Message sent via Adam Internet WebMail - http://www.adam.com.au/
|
By
peterengcomau001@...
·
#22504
·
|
|
[autobuilder][PATCH 2/2] Documentation: Document GitPoller changesource
Adds documentation to README-NEW-AUTOBUILDER and the HTML
documentation on how to use the GitPoller changesource.
Signed-off-by: Bryan Evenson <bevenson@...>
---
README-NEW-AUTOBUILDER
Adds documentation to README-NEW-AUTOBUILDER and the HTML
documentation on how to use the GitPoller changesource.
Signed-off-by: Bryan Evenson <bevenson@...>
---
README-NEW-AUTOBUILDER
|
By
Bryan Evenson
·
#22503
·
|
|
[autobuilder][PATCH 1/2] Autobuilder.py: Import gitpoller module
For the GitPoller changesource to work, Autobuilder.py needs the
Buildbot GitPoller module. This commit imports the GitPoller
module in Autobuilder.py.
Signed-off-by: Bryan Evenson
For the GitPoller changesource to work, Autobuilder.py needs the
Buildbot GitPoller module. This commit imports the GitPoller
module in Autobuilder.py.
Signed-off-by: Bryan Evenson
|
By
Bryan Evenson
·
#22502
·
|
|
[autobuilder][PATCH 0/2] GitPoller changesource improvements
These are fixes on top of California Sullivan's work for adding the
GitPoller changesource. With my testing, I was unable to get the GitPoller
changesource to work until I added the first patch. The
These are fixes on top of California Sullivan's work for adding the
GitPoller changesource. With my testing, I was unable to get the GitPoller
changesource to work until I added the first patch. The
|
By
Bryan Evenson
·
#22501
·
|
|
using preferred_provider
Facing an issue, where item 'libpython2.7.so.1.0¹ is provided by 2
different packages (libpython2.7-1.0-2.7.2-r5.19.lib32_x86, core.bb).
Core.bb is our own implementation that packages this file.
Facing an issue, where item 'libpython2.7.so.1.0¹ is provided by 2
different packages (libpython2.7-1.0-2.7.2-r5.19.lib32_x86, core.bb).
Core.bb is our own implementation that packages this file.
|
By
Vinodh Rajaraman (vrajaram) <vrajaram@...>
·
#22500
·
|
|
Re: u-boot precompiled ?
What U-Boot settings are you asking about?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded
What U-Boot settings are you asking about?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded
|
By
Gary Thomas
·
#22499
·
|
|
Re: u-boot precompiled ?
Hello Matt,
thanks very much for your reply, I was able to create a simple patch changing an u-boot setting as test and “bbappended” it. I just didn’t believe before that the various u-boot
Hello Matt,
thanks very much for your reply, I was able to create a simple patch changing an u-boot setting as test and “bbappended” it. I just didn’t believe before that the various u-boot
|
By
Matthias.Heise@...
·
#22498
·
|
|
qemu-native fails to build, due to libgpg-error-native
Hi,
We've recently replaces on of our buildmachines, and while doing this,
we've been running into what looks like on ordering & dependency issue.
The issue may very well be related to our host OS,
Hi,
We've recently replaces on of our buildmachines, and while doing this,
we've been running into what looks like on ordering & dependency issue.
The issue may very well be related to our host OS,
|
By
Anders Darander
·
#22497
·
|
|
[ANNOUNCEMENT] Yocto Project 1.6.2 (daisy) now available.
All,
We are pleased to release the second point release for the Yocto
Project's "daisy" release. This release has fixes for 25 CVEs
including CVE-2014-3566.
Several fixes for CVE-2014-3566 (the SSL
All,
We are pleased to release the second point release for the Yocto
Project's "daisy" release. This release has fixes for 25 CVEs
including CVE-2014-3566.
Several fixes for CVE-2014-3566 (the SSL
|
By
Flanagan, Elizabeth <elizabeth.flanagan@...>
·
#22496
·
|
|
Re: do_fetch() with svn which has http prefix
Hi Chan,
Am 05.12.2014 um 05:09 schrieb Yu, Chan KitX:
Use svn://llvm.org/svn/llvm-project/llvm;protocol=http;module=trunk as
fetch URL.
Cheers,
Sven
Hi Chan,
Am 05.12.2014 um 05:09 schrieb Yu, Chan KitX:
Use svn://llvm.org/svn/llvm-project/llvm;protocol=http;module=trunk as
fetch URL.
Cheers,
Sven
|
By
Sven Ebenfeld <sven.ebenfeld@...>
·
#22495
·
|
|
do_fetch() with svn which has http prefix
Hi,
I need to do svn checkout http://llvm.org/svn/llvm-project/llvm/trunkbut since that repo has a http prefix, I don’t think it’s smart enough to recognize that the link is actually an SVN
Hi,
I need to do svn checkout http://llvm.org/svn/llvm-project/llvm/trunkbut since that repo has a http prefix, I don’t think it’s smart enough to recognize that the link is actually an SVN
|
By
Yu, Chan KitX <chan.kitx.yu@...>
·
#22494
·
|
|
Re: How to force bitbake to install a package
Ok I'm trying to really dig into this to understand it and I've discovered that for my current problem the pkg_postinst_${PN}() is not getting run. I fact what I keep seeing is the remnants of an
Ok I'm trying to really dig into this to understand it and I've discovered that for my current problem the pkg_postinst_${PN}() is not getting run. I fact what I keep seeing is the remnants of an
|
By
Matthew Z Schuckmann
·
#22493
·
|
|
How to force bitbake to install a package
I'm going nuts on this, I can't figure what magic incantation is to ensure that my changes to a recipe getting applied to the image I'm building.
I'm working off the Dylan branch (IT amsdk
I'm going nuts on this, I can't figure what magic incantation is to ensure that my changes to a recipe getting applied to the image I'm building.
I'm working off the Dylan branch (IT amsdk
|
By
Matthew Z Schuckmann
·
#22492
·
|