From: André Draszik
Since commit 972b4fc (feature-arm-neon.inc: restore vfpv3-d16 support)
we're replacing _all_ dashes (-) in ARMPKGSFX_FPU, which is causing
problems for all legitimate uses of the dash as TUNE_PKGARCH doesn't
have the right value anymore:
E.g. on raspberrypi2:
ERROR: OE-core
Sorry. I thought it’s more like a RTFM-answer. So here is the error message.
Oh - well. Thanks for bringing me thus far. while reproducing the error, I see
a difference as well. Here is the from ssl-community. It complains about
uudmap. When building for i586, the message was a different one. Re
Hi all,
I am installing the yocto in ubuntu version 14. Installtion is aborted intermediately. It comes out with the error
"ERROR: Task 984 (/home/kumarn/imx6_build/fsl-release-bsp/sources/poky/meta/recipes-devtools/perl/perl-native_5.22.0.bb, do_configure) failed with exit code '1'".
Please
When using -m32 -mmusl options in this order, gcc hangs
in parsing the options decode_cmdline_options_to_array()
the reason is that we have broken the link when adding
mmusl options, the order of specifying libc was not kept
in order as a result it was unable to contruct the array
correctly and end
We're setting the native header paths in do_configure_prepend,
and don't need to set them again here.
This results in gcc-target not being able to locate the headers
and not being able to detect glibc version, which in turn
results in SSP support not getting detected even though it's available
in
On 29 Jun 2016 9:44 a.m., "Randle, William C"
wrote:
>
> On Wed, 2016-06-29 at 07:33 +0100, Richard Purdie wrote:
>>
>> On Wed, 2016-06-29 at 11:12 +0800, Li Zhou wrote:
>>>
>>> When python3 rebased its multilib patch, the hard coded "lib" path
>>> isn't really changed because of the rebasing's er
When detecting the second serial options we shouldn't append the
custom QEMU options otherwise we will end duplicating those.
Signed-off-by: Otavio Salvador
---
Changes in v2:
- New commit log
scripts/runqemu-internal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/
On 06/29/2016 12:02 PM, Martin Jansa wrote:
> Please revert this, this is actually breaking the ABI compatibility against
> Krogoth release as reported in pull request.
I thought I removed it when you provided feed back the last time.
my apologies,
Armin
> On Wed, Jun 29, 2016 at 8:37 PM, wro
On 29 June 2016 at 20:24, Daniel Kriesten wrote:
> ERROR: QA Issue: Architecture did not match (…) on
> work/i586-poky-linux/perl/5.22.1-r0/packages…
>
Can you fill in the ... so we're not guessing what the error actually is?
Ross
--
___
Openembedded
Dear List,
Building a Yocto BSP fails with
ERROR: QA Issue: Architecture did not match (…) on
work/i586-poky-linux/perl/5.22.1-r0/packages…
My build host is running a 64-bit Arch Linux*. I downgraded to
gcc-multilibs-5.3.0, the rest of the system is up-to-date.
I tried several traget architect
Please revert this, this is actually breaking the ABI compatibility against
Krogoth release as reported in pull request.
On Wed, Jun 29, 2016 at 8:37 PM, wrote:
> rpurdie pushed a commit to branch krogoth
> in repository openembedded-core.
>
> commit 4d1cb0646eafca44fae5321f48c6114a32fbf164
> Au
On Wed, 2016-06-29 at 07:33 +0100, Richard Purdie wrote:
On Wed, 2016-06-29 at 11:12 +0800, Li Zhou wrote:
When python3 rebased its multilib patch, the hard coded "lib" path
isn't really changed because of the rebasing's error, and cause
phthon3's failure when running on 64bit platforms as below
== Number of issues - stats ==
{| class='wikitable'
!|Date !!colspan='3'|Failed tasks
!!colspan='6'|Failed depencencies!!|Signatures
!!colspan='12'|QA !!Comment
|-
|| ||qemuarm ||qemux86 ||qemux86_64
||q
On 06/27/2016 12:03 AM, Anders Darander wrote:
> Ping.
>
> What's the current status?
Submitted again. Hope it makes in this time.
- armin
>
> Anders Darander [160607 09:31]:
>> * akuster808 [160523 07:29]:
>>> On 05/22/2016 10:03 PM, Anders Darander wrote:
In commit 20ea6d274bb0a9a5
Changelog since 2016-06-19 until 2016-06-26. Projects included in this report:
bitbake: git://git.openembedded.org/bitbake
openembedded-core: git://git.openembedded.org/openembedded-core
meta-openembedded: git://git.openembedded.org/meta-openembedded
meta-angstrom: git://github.com/Angstrom-distr
Hi,
this patch is required, for example, to successfully build systemd with
networkd enabled in krogoth release, too. Thus it should be backported.
It is in oe-core master, id d18957925c6c073b7194e3a233efea24e436f74e.
Best regards, Enrico
On 04/24/2016 06:52 PM, Khem Raj wrote:
Some system
On 2016年06月29日 16:08, kai.k...@windriver.com wrote:
From: Kai Kang
It fails to compile libpfm4 with misleading-indentation error:
| syst_count.c:346:3: error: this 'for' clause does not guard...
[-Werror=misleading-indentation]
| for(c=cmin ; c < cmax; c++)
| ^~~
Add clauses to fix i
Hi,
I recived some request to send this patch for backporting to
jethro/krogoth. It is required for building Yocto with tar >= 1.29.
It is already in oe-core master, id
2e498879098f7d84610aed7961d92433083d9a02.
Best regards, Enrico
--->8>8>8-
With tar version 1.29, the tar c
Hi,
I recived some request to send this patch for backporting to
jethro/krogoth. It is required for building Yocto with tar >= 1.29.
It is already in oe-core master, id
2e498879098f7d84610aed7961d92433083d9a02.
Best regards, Enrico
--->8>8>8-
With tar version 1.29, the tar c
From: Kai Kang
It fails to compile libpfm4 with misleading-indentation error:
| syst_count.c:346:3: error: this 'for' clause does not guard...
[-Werror=misleading-indentation]
| for(c=cmin ; c < cmax; c++)
| ^~~
Add clauses to fix it.
Signed-off-by: Kai Kang
---
.../files/fix-mislea
On Wed, 2016-06-29 at 00:40 -0700, Andre McCurdy wrote:
> On Tue, Jun 28, 2016 at 7:15 PM, Paul Eggleton
> wrote:
> > Hi Andre,
> >
> > On Tue, 28 Jun 2016 15:53:24 Andre McCurdy wrote:
> > > The following works in OE 2.0, but fails in 2.1 and master:
> > >
> > > python () {
> > > d.setV
On Tue, Jun 28, 2016 at 7:15 PM, Paul Eggleton
wrote:
> Hi Andre,
>
> On Tue, 28 Jun 2016 15:53:24 Andre McCurdy wrote:
>> The following works in OE 2.0, but fails in 2.1 and master:
>>
>> python () {
>> d.setVar("SRC_URI_FOO", "http://foo.com/foo.tgz";)
>> }
>>
>> SRC_URI = "${SRC_URI
22 matches
Mail list logo