|
Re: [Draft] From Bitbake Hello World To an Image
I'm not sure if there's something about my system that is different
than what you expect, but I had to delete my 'tmp' folder before
invoking './bin/bitbake firstrecipe -vDD' after inheriting
I'm not sure if there's something about my system that is different
than what you expect, but I had to delete my 'tmp' folder before
invoking './bin/bitbake firstrecipe -vDD' after inheriting
|
By
Trevor Woerner
·
#11089
·
|
|
Re: libva failing for mp4 using gstreamer under 'danny' with cedartrail BSP
Good catch. This shows there is no video/x-surface decoder available. Off to find which plugin I need...
I should have thought of trying that. Thanks! I'll have to find out why my gstreamer error
Good catch. This shows there is no video/x-surface decoder available. Off to find which plugin I need...
I should have thought of trying that. Thanks! I'll have to find out why my gstreamer error
|
By
Chris Tapp
·
#11088
·
|
|
Re: [Draft] From Bitbake Hello World To an Image
Thank you, I enjoyed reading your document. I especially liked the top
part which talked about creating your own tasks (which 'turned the
light on' for how OE/Yocto use bitbake). I also wasn't aware
Thank you, I enjoyed reading your document. I especially liked the top
part which talked about creating your own tasks (which 'turned the
light on' for how OE/Yocto use bitbake). I also wasn't aware
|
By
Trevor Woerner
·
#11087
·
|
|
Re: libva failing for mp4 using gstreamer under 'danny' with cedartrail BSP
To verify (4) which is obviously fairly important, can you confirm that a simple playbin will play the videos correctly on the CedarTrail?
It's possible that you've got some horrible GLES/VA
To verify (4) which is obviously fairly important, can you confirm that a simple playbin will play the videos correctly on the CedarTrail?
It's possible that you've got some horrible GLES/VA
|
By
Ross Burton <ross.burton@...>
·
#11086
·
|
|
Re: [PATCH] Use "+=" consistently when setting IMAGE_FSTYPES in Yocto machine conf files.
please don't top post. and i'll have to take a look at this to see
what the potential problem is here. can anyone else see a potential
issue with this patch?
rday
--
please don't top post. and i'll have to take a look at this to see
what the potential problem is here. can anyone else see a potential
issue with this patch?
rday
--
|
By
Robert P. J. Day
·
#11085
·
|
|
libva failing for mp4 using gstreamer under 'danny' with cedartrail BSP
I've got an X application that uses gstreamer to capture frames from video files and display them using GLES textures.
This works fine for webm and flv files, but if I try and use mp4 (or avi) then I
I've got an X application that uses gstreamer to capture frames from video files and display them using GLES textures.
This works fine for webm and flv files, but if I try and use mp4 (or avi) then I
|
By
Chris Tapp
·
#11084
·
|
|
Re: [PATCH] Use "+=" consistently when setting IMAGE_FSTYPES in Yocto machine conf files.
Hi,
Hmm,
This will lead to these variables beeing append:able but non-overridable in image layer, as an(un?)intended consequence, right ?
Br,
David
Sent from my Android phone using TouchDown
Hi,
Hmm,
This will lead to these variables beeing append:able but non-overridable in image layer, as an(un?)intended consequence, right ?
Br,
David
Sent from my Android phone using TouchDown
|
By
David Nyström <David.Nystrom@...>
·
#11083
·
|
|
[PATCH] MIPS {{=machine}}.conf: For consistency, use "+=" for setting IMAGE_FSTYPES.
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
|
By
Robert P. J. Day
·
#11082
·
|
|
[PATCH] Use "+=" consistently when setting IMAGE_FSTYPES in Yocto machine conf files.
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git a/meta-yocto-bsp/conf/machine/atom-pc.conf b/meta-yocto-bsp/conf/machine/atom-pc.conf
index 77dd7fb..fbde1d3 100644
---
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git a/meta-yocto-bsp/conf/machine/atom-pc.conf b/meta-yocto-bsp/conf/machine/atom-pc.conf
index 77dd7fb..fbde1d3 100644
---
|
By
Robert P. J. Day
·
#11081
·
|
|
Re: per-image ROOTFS sizes
ok, so those are the only cases that warrant tidying up? unless
there's an objection, i'll submit two patches, one for each of the
above.
rday
--
ok, so those are the only cases that warrant tidying up? unless
there's an objection, i'll submit two patches, one for each of the
above.
rday
--
|
By
Robert P. J. Day
·
#11080
·
|
|
Re: Intel announces S1200 low power family, so when might we see a Yocto BSP....
By
Bodke, Kishore K <kishore.k.bodke@...>
·
#11079
·
|
|
Re: per-image ROOTFS sizes
Good catch, I think some make sense and other should be fixed.
Base assignment for default, of course it should ?=
These make sense as += it allows the DISTRO and/or user to add more
Good catch, I think some make sense and other should be fixed.
Base assignment for default, of course it should ?=
These make sense as += it allows the DISTRO and/or user to add more
|
By
Saul Wold <sgw@...>
·
#11078
·
|
|
Re: Intel announces S1200 low power family, so when might we see a Yocto BSP....
Hi Bob,
Let me check around and see if the Cedartrail guys have any plans for
this.
We can also accept new BSPs from anyone interested in submitting and
supporting one, which is another
Hi Bob,
Let me check around and see if the Cedartrail guys have any plans for
this.
We can also accept new BSPs from anyone interested in submitting and
supporting one, which is another
|
By
Tom Zanussi <tom.zanussi@...>
·
#11077
·
|
|
AUTOREVing with legacy recipe fetching from cvs
In a custom layer I maintain, which is based on Yocto denzil, there is
a recipe that fetches sources from a cvs repository. Since there is
still some development of such a software, for testing
In a custom layer I maintain, which is based on Yocto denzil, there is
a recipe that fetches sources from a cvs repository. Since there is
still some development of such a software, for testing
|
By
Andrea Galbusera
·
#11076
·
|
|
Re: bitbake user manual vs mega manual, and more info on local file fetcher?
Hey Robert,
Great questions... we are revising the BitBake manual as part of the YP 1.4 release. And, we are currently discussing exactly how to position it. So the answers to your questions are
Hey Robert,
Great questions... we are revising the BitBake manual as part of the YP 1.4 release. And, we are currently discussing exactly how to position it. So the answers to your questions are
|
By
Rifenbark, Scott M <scott.m.rifenbark@...>
·
#11075
·
|
|
Intel announces S1200 low power family, so when might we see a Yocto BSP....
Hello,
As reported in Information Week (link below), Intel announced a new Atom S1200 family for micro servers. I believe Yocto has applications for this family of processors. Assuming this is
Hello,
As reported in Information Week (link below), Intel announced a new Atom S1200 family for micro servers. I believe Yocto has applications for this family of processors. Assuming this is
|
By
Bob Cochran
·
#11074
·
|
|
bitbake user manual vs mega manual, and more info on local file fetcher?
first question -- is the bitbake user manual that comes bundled with
the bitbake source considered part of the yocto doc collection? as
in, if one wants detailed info on bitbake, does one read the
first question -- is the bitbake user manual that comes bundled with
the bitbake source considered part of the yocto doc collection? as
in, if one wants detailed info on bitbake, does one read the
|
By
Robert P. J. Day
·
#11073
·
|
|
Re: SRC_URI and appending and a "style guide"?
oops, never mind that earlier comment, i just noticed that that page
encourages people to replace pnum= with striplevel=. definitely need
more sleep.
rday
--
oops, never mind that earlier comment, i just noticed that that page
encourages people to replace pnum= with striplevel=. definitely need
more sleep.
rday
--
|
By
Robert P. J. Day
·
#11072
·
|
|
Re: SRC_URI and appending and a "style guide"?
heh. i just noticed that that wiki page still uses the old style of
"pnum=" as opposed to "striplevel=". no big deal. i'm just giddy
from not enough sleep.
but you're right -- that looks like
heh. i just noticed that that wiki page still uses the old style of
"pnum=" as opposed to "striplevel=". no big deal. i'm just giddy
from not enough sleep.
but you're right -- that looks like
|
By
Robert P. J. Day
·
#11071
·
|
|
Re: SRC_URI and appending and a "style guide"?
Robert,
For the specific topic of SRC_URI += vs. SRC_URI_append, I personally prefer the former over the latter, but I'm not an expert by any means.
As for the topic of a style guide, such a thing
Robert,
For the specific topic of SRC_URI += vs. SRC_URI_append, I personally prefer the former over the latter, but I'm not an expert by any means.
As for the topic of a style guide, such a thing
|
By
Jerrod Peach <peachj@...>
·
#11070
·
|