|
Color ghosting on BeagleBoard xM rev C
Darren Hart suggested I send this to the list...
Attached is a picture of my screen running Terminal. This is on a BeagleBoard xM rev C connected via its HDMI out to a DVI adapter and then into a
Darren Hart suggested I send this to the list...
Attached is a picture of my screen running Terminal. This is on a BeagleBoard xM rev C connected via its HDMI out to a DVI adapter and then into a
|
By
Jeff Mitchell <jmitchell@...>
·
#1929
·
|
|
Re: [PATCH] DOCS: Fix toolchain filenames in QS guide, "sdk" -> "gmae"
Robert,
You can cross this off your list.
Scott
Robert,
You can cross this off your list.
Scott
|
By
Rifenbark, Scott M <scott.m.rifenbark@...>
·
#1927
·
|
|
Re: couple questions about toolchains from QS manual
ok, i can cross that off my list, thanks.
rday
ok, i can cross that off my list, thanks.
rday
|
By
Robert P. J. Day
·
#1926
·
|
|
[PATCH] DOCS: Fix toolchain filenames in QS guide, "sdk" -> "gmae"
Signed-off-by: Robert P. J. Day <rpjday@...>
---
i think i got them all, i didn't see any other references anywhere
in the docs directory. does this look right?
diff --git
Signed-off-by: Robert P. J. Day <rpjday@...>
---
i think i got them all, i didn't see any other references anywhere
in the docs directory. does this look right?
diff --git
|
By
Robert P. J. Day
·
#1925
·
|
|
Re: couple questions about toolchains from QS manual
Wording change taken care of.
Scott
Wording change taken care of.
Scott
|
By
Rifenbark, Scott M <scott.m.rifenbark@...>
·
#1924
·
|
|
Re: [PATCH] DOCS: Fix spelling error in link to Fedora sudo page.
Good catch Robert. I have fixed this and pushed. Will notify maintainer.
Scott
Good catch Robert. I have fixed this and pushed. Will notify maintainer.
Scott
|
By
Rifenbark, Scott M <scott.m.rifenbark@...>
·
#1923
·
|
|
Re: couple questions about toolchains from QS manual
ah, of course.
ok, then that sentence should simply be reworded to make it clear
that it's not optional and root privilege is required. patch to
follow shortly.
rday
ah, of course.
ok, then that sentence should simply be reworded to make it clear
that it's not optional and root privilege is required. patch to
follow shortly.
rday
|
By
Robert P. J. Day
·
#1922
·
|
|
Re: couple questions about toolchains from QS manual
:)
GMAE = GNOME Mobile and Embedded
think cut down GNOME.
At this point its a requirement, we'd like to relax that but it isn't
possible right now.
Cheers,
Richard
:)
GMAE = GNOME Mobile and Embedded
think cut down GNOME.
At this point its a requirement, we'd like to relax that but it isn't
possible right now.
Cheers,
Richard
|
By
Richard Purdie
·
#1921
·
|
|
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
·
|