|
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
·
|
|
[PATCH 0/1][Image Creator] 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@...>
·
#1900
·
|
|
Re: toolchain queries
may be meta/conf/machine/include.
--
倪庆亮
TEL: 13588371863
E-MAIL: niqingliang@...
BLOG: http://niqingliang2003.wordpress.com
may be meta/conf/machine/include.
--
倪庆亮
TEL: 13588371863
E-MAIL: niqingliang@...
BLOG: http://niqingliang2003.wordpress.com
|
By
niqingliang
·
#1899
·
|
|
toolchain queries
Where is the best place to ask questions and try and get support for adding some toolchain variations in?
I'm wanting to add support in for a few different flavors of PPC that are not currently
Where is the best place to ask questions and try and get support for adding some toolchain variations in?
I'm wanting to add support in for a few different flavors of PPC that are not currently
|
By
Kumar Gala <galak@...>
·
#1898
·
|
|
[PATCH 6/6] meta-emenlow: use common .inc files
From: Tom Zanussi <tom.zanussi@...>
Have emenlow.conf use the common-bsp-* .inc files and remove the
open-coded machine settings.
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
From: Tom Zanussi <tom.zanussi@...>
Have emenlow.conf use the common-bsp-* .inc files and remove the
open-coded machine settings.
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
|
By
tom.zanussi@...
·
#1895
·
|
|
[PATCH 5/6] meta-jasperforest: use common .inc files
From: Tom Zanussi <tom.zanussi@...>
Have jasperforest.conf use the common-bsp-* .inc files and remove the
open-coded machine settings.
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
From: Tom Zanussi <tom.zanussi@...>
Have jasperforest.conf use the common-bsp-* .inc files and remove the
open-coded machine settings.
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
|
By
tom.zanussi@...
·
#1894
·
|