|
couple questions about toolchains from QS manual
(look on the bright side -- eventually, after many, many patches, i
will have nothing left to whine about.)
from quick start manual, i notice that all toolchain tarballs have
"sdk" in the filename,
(look on the bright side -- eventually, after many, many patches, i
will have nothing left to whine about.)
from quick start manual, i notice that all toolchain tarballs have
"sdk" in the filename,
|
By
Robert P. J. Day
·
#1920
·
|
|
Re: [PATCH 0/1][linux-yocto] Fix boot failure with less than 17 MB RAM
This has been merged and pushed to the kernel repos,
the SRCREV updates are pending.
Cheers,
Bruce
This has been merged and pushed to the kernel repos,
the SRCREV updates are pending.
Cheers,
Bruce
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#1919
·
|
|
Re: toolchain queries
The tune files (conf/machine/include/tune*) usually set the march and
mcpu options which are added to CFLAGS. Does that provide the
functionality you're looking for?
Cheers,
Richard
The tune files (conf/machine/include/tune*) usually set the march and
mcpu options which are added to CFLAGS. Does that provide the
functionality you're looking for?
Cheers,
Richard
|
By
Richard Purdie
·
#1918
·
|
|
Re: [PATCH 1/6] meta-intel: add a couple common .inc files
Yeah, I wasn't sure all that would be welcome in there. ;-)
I'll respin it that way and resubmit...
Thanks for the input,
Tom
Yeah, I wasn't sure all that would be welcome in there. ;-)
I'll respin it that way and resubmit...
Thanks for the input,
Tom
|
By
Tom Zanussi <tom.zanussi@...>
·
#1917
·
|
|
Re: toolchain queries
The other reason I ask is the recipes today don't seem to use (or allow for use of) --with-cpu.
Wondering who is the expect on these recipes to discuss such issues with.
- k
The other reason I ask is the recipes today don't seem to use (or allow for use of) --with-cpu.
Wondering who is the expect on these recipes to discuss such issues with.
- k
|
By
Kumar Gala <galak@...>
·
#1916
·
|
|
Re: [PATCH 1/6] meta-intel: add a couple common .inc files
Hi Tom,
For reference common include files are usually placed in
conf/machine/include/. If that happens they also need non-generic
suitably namespaced names, likely including "x86" or "ia32" in
Hi Tom,
For reference common include files are usually placed in
conf/machine/include/. If that happens they also need non-generic
suitably namespaced names, likely including "x86" or "ia32" in
|
By
Richard Purdie
·
#1915
·
|
|
Re: [PATCH] mpc8315e-rdb: Set TARGET_FPU correct
Definitely. It was simply good fortune that it hadn't been
used yet. And when something like you are doing arrives, we
want to have it right. Just to have it right, is a good
Definitely. It was simply good fortune that it hadn't been
used yet. And when something like you are doing arrives, we
want to have it right. Just to have it right, is a good
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#1914
·
|
|
Re: [PATCH] mpc8315e-rdb: Set TARGET_FPU correct
True, I want to use this for configure toolchain properly:
I'm looking at doing the following for when SPE is set:
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc
True, I want to use this for configure toolchain properly:
I'm looking at doing the following for when SPE is set:
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc
|
By
Kumar Gala <galak@...>
·
#1913
·
|
|
[PATCH] DOCS: Correct format of command continuation.
Signed-off-by: Robert P. J. Day <rpjday@...>
---
i *think* this is what the author had in mind.
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml
Signed-off-by: Robert P. J. Day <rpjday@...>
---
i *think* this is what the author had in mind.
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml
|
By
Robert P. J. Day
·
#1912
·
|
|
[PATCH] DOCS: Fix spelling error in link to Fedora sudo page.
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index
|
By
Robert P. J. Day
·
#1911
·
|
|
Re: when checksums collide -- the saga of linux-2.6.37.2.tar.bz2
sadly, i tossed the "bad" tarball, but i do recall that when i just
tried to check the contents with "tar tvjf", it eventually reported
unexpected EOF -- yes, i might have mentioned that earlier.
sadly, i tossed the "bad" tarball, but i do recall that when i just
tried to check the contents with "tar tvjf", it eventually reported
unexpected EOF -- yes, i might have mentioned that earlier.
|
By
Robert P. J. Day
·
#1910
·
|
|
Re: when checksums collide -- the saga of linux-2.6.37.2.tar.bz2
Do you still have the tarball with the bad md5sum? Can you diff the contents?
Or was it simply a case of the bad tarball being truncated?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source
Do you still have the tarball with the bad md5sum? Can you diff the contents?
Or was it simply a case of the bad tarball being truncated?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source
|
By
Paul Eggleton
·
#1909
·
|
|
when checksums collide -- the saga of linux-2.6.37.2.tar.bz2
while the problem has since gone away, something strange happened
yesterday i figured i'd share.
as a quick test, wanted to build core-image-sato so started with:
$ bitbake -c fetchall
while the problem has since gone away, something strange happened
yesterday i figured i'd share.
as a quick test, wanted to build core-image-sato so started with:
$ bitbake -c fetchall
|
By
Robert P. J. Day
·
#1908
·
|
|
yocto build fails
Hi all,
I have been trying to build on Ubuntu 11.0.4. I think I have followed the online documentation correctly. I have also followed the wiki page, which is required for me, to set up the proxy
Hi all,
I have been trying to build on Ubuntu 11.0.4. I think I have followed the online documentation correctly. I have also followed the wiki page, which is required for me, to set up the proxy
|
By
Gray, Mark D <mark.d.gray@...>
·
#1907
·
|
|
Re: [PATCH] mpc8315e-rdb: Set TARGET_FPU correct
Acked-by: Bruce Ashfield <bruce.ashfield@...>
Been meaning to change this for a while, the good news, is that
the setting doesn't make any difference at the moment :)
Cheers,
Bruce
Acked-by: Bruce Ashfield <bruce.ashfield@...>
Been meaning to change this for a while, the good news, is that
the setting doesn't make any difference at the moment :)
Cheers,
Bruce
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#1906
·
|
|
[PATCH 1/1] linux-yocto/meta-yocto: update SRCREVS
Fixes bug [YOCTO #1161]
Fixes bug [YOCTO #773]
This streamlines the routerstation pro configuration to remove options
that are either unecessary or that are causing bugs.
Also added to all branches
Fixes bug [YOCTO #1161]
Fixes bug [YOCTO #773]
This streamlines the routerstation pro configuration to remove options
that are either unecessary or that are causing bugs.
Also added to all branches
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#1905
·
|
|
[PATCH 0/1] linux-yocto/meta: update SRCREVs
This is a repeat of the oe-core version of the patch, here's
the duplicate text:
The patch itself says it all, but here's an update to the 2.6.37
kernel that fixes a few issues. No sense sitting
This is a repeat of the oe-core version of the patch, here's
the duplicate text:
The patch itself says it all, but here's an update to the 2.6.37
kernel that fixes a few issues. No sense sitting
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#1904
·
|
|
[PATCH] mpc8315e-rdb: Set TARGET_FPU correct
The MPC8315E has a e300c3 core in it with 'classic' or normal PPC
floating point.
'SPE' floating point is what exists on the e500v2 core.
Signed-off-by: Kumar Gala <galak@...>
---
The MPC8315E has a e300c3 core in it with 'classic' or normal PPC
floating point.
'SPE' floating point is what exists on the e500v2 core.
Signed-off-by: Kumar Gala <galak@...>
---
|
By
Kumar Gala <galak@...>
·
#1903
·
|
|
Re: toolchain queries
Here can work, or the oe-core lists.
There are oe and oe-dev references for at least the e500v2
(that's what I've been working on importing .. slowly), and
I haven't looked for others yet. So that's
Here can work, or the oe-core lists.
There are oe and oe-dev references for at least the e500v2
(that's what I've been working on importing .. slowly), and
I haven't looked for others yet. So that's
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#1902
·
|
|
[PATCH 1/1] Remove unused target tree data for Hob
From: Liping Ke <liping.ke@...>
Since Hob only needes package dependency information, we can
create a new version of package information retrieving methods,
remove task dependency information,
From: Liping Ke <liping.ke@...>
Since Hob only needes package dependency information, we can
create a new version of package information retrieving methods,
remove task dependency information,
|
By
Ke Liping <liping.ke@...>
·
#1901
·
|