|
[yocto-docs] [PATCH] Extended description of the ${D} variable
Hello everyone,
In comparision to ${S}, the variable ${D} isn't documented very well in the ref-manual. I wanted to improve on that a little bit.
Please review the attached patch (on correctness of
Hello everyone,
In comparision to ${S}, the variable ${D} isn't documented very well in the ref-manual. I wanted to improve on that a little bit.
Please review the attached patch (on correctness of
|
By
Meier, Dennis <meier.dennis@...>
·
#18904
·
|
|
Adding RPMs and kernel images
We are working on a project where we will be receiving different types of artifacts from various development groups within the organization. Specifically, we will receive kernel images (qemux86,
We are working on a project where we will be receiving different types of artifacts from various development groups within the organization. Specifically, we will receive kernel images (qemux86,
|
By
Jim McClure <jmcclure@...>
·
#18903
·
|
|
The point of Release Candidates
It seems people don't understand what the point of a Release Candidate
is, or the timelines we work to. The fact this is coming as a surprise
to people is seriously upsetting to me as we've done this
It seems people don't understand what the point of a Release Candidate
is, or the timelines we work to. The fact this is coming as a surprise
to people is seriously upsetting to me as we've done this
|
By
Richard Purdie
·
#18902
·
|
|
Re: Squeezing a gstreamer video pipeline into the smallest footprint possible
Thank you for the tips folks... please keep them coming. At the moment
(for this pinhole sized project) I only need support for video. Is
there any way to strip out all of the audio components from
Thank you for the tips folks... please keep them coming. At the moment
(for this pinhole sized project) I only need support for video. Is
there any way to strip out all of the audio components from
|
By
Patrick Doyle <wpdster@...>
·
#18901
·
|
|
Re: CGL compliance layer initiative
OK Paul, that indeed makes sense, I really did not knew that preliminary versions of layers are accepted.
I will discuss around here and if everything goes OK we will start the move in the "public"
OK Paul, that indeed makes sense, I really did not knew that preliminary versions of layers are accepted.
I will discuss around here and if everything goes OK we will start the move in the "public"
|
By
Vali Cobelea <valentin.cobelea@...>
·
#18900
·
|
|
Re: CGL compliance layer initiative
OK, as the maintainer it's totally up to you.
I would say though generally that I'd like to see more people adding their
work-in-progress layers to the layer index, even if at some time later they
OK, as the maintainer it's totally up to you.
I would say though generally that I'd like to see more people adding their
work-in-progress layers to the layer index, even if at some time later they
|
By
Paul Eggleton
·
#18899
·
|
|
Re: CGL compliance layer initiative
Hi,
Thank you for the input.
We will keep the layer for a short period of time at the current location while getting other ideas regarding the content / architecture.
The layer initiative will also
Hi,
Thank you for the input.
We will keep the layer for a short period of time at the current location while getting other ideas regarding the content / architecture.
The layer initiative will also
|
By
Vali Cobelea <valentin.cobelea@...>
·
#18898
·
|
|
Re: CGL compliance layer initiative
Hi Vali,
I don't have anything to offer on the layer contents, but I would say in order
to make it easy for people to find this layer I would strongly encourage you to
submit it to the OpenEmbedded
Hi Vali,
I don't have anything to offer on the layer contents, but I would say in order
to make it easy for people to find this layer I would strongly encourage you to
submit it to the OpenEmbedded
|
By
Paul Eggleton
·
#18897
·
|
|
Dogfooding and usability testing Toaster
Hi all,
I am looking into collecting feedback on the first version of Toaster
https://www.yoctoproject.org/blogs/belenbarrospena/2014/eye-candy
which will be out with Yocto Project 1.6. There are 2
Hi all,
I am looking into collecting feedback on the first version of Toaster
https://www.yoctoproject.org/blogs/belenbarrospena/2014/eye-candy
which will be out with Yocto Project 1.6. There are 2
|
By
Barros Pena, Belen <belen.barros.pena@...>
·
#18896
·
|
|
Re: Can Yocto support "git clone" for url with http prefix
Thank you, Erik.
Best Regards,
Zhenhua
Thank you, Erik.
Best Regards,
Zhenhua
|
By
zhenhua.luo@freescale.com <zhenhua.luo@...>
·
#18895
·
|
|
Re: Squeezing a gstreamer video pipeline into the smallest footprint possible
The GStreamer plugins and libraries are all packaged independently in
Yocto, so you can do some heavy size reduction by just installing the
packages you need, and double-checking that nothing
The GStreamer plugins and libraries are all packaged independently in
Yocto, so you can do some heavy size reduction by just installing the
packages you need, and double-checking that nothing
|
By
Burton, Ross <ross.burton@...>
·
#18894
·
|
|
Re: Can Yocto support "git clone" for url with http prefix
Hi,
<zhenhua.luo@...> wrote:
Yes. All git SRC_URI start with git:// and then you can specify
protocol=http. E.g.
SRC_URI =
Hi,
<zhenhua.luo@...> wrote:
Yes. All git SRC_URI start with git:// and then you can specify
protocol=http. E.g.
SRC_URI =
|
By
Erik Bot?
·
#18893
·
|
|
Re: CGL compliance layer initiative
Hi Chris,
I do know that I got the right ssh keys, and also I do know that changing the 'git@' to 'git://' always works for any git repo, well all git users should do :-)
Hi Chris,
I do know that I got the right ssh keys, and also I do know that changing the 'git@' to 'git://' always works for any git repo, well all git users should do :-)
|
By
Vali Cobelea <valentin.cobelea@...>
·
#18892
·
|
|
Can Yocto support "git clone" for url with http prefix
I want to create recipe for a package which is managed by Gerrit, Gerrit only provides an anonymous HTTP url(http://aaaa:8181/bb) which can be cloned by "git clone http://aaaa:8181/bb" correctly.
I
I want to create recipe for a package which is managed by Gerrit, Gerrit only provides an anonymous HTTP url(http://aaaa:8181/bb) which can be cloned by "git clone http://aaaa:8181/bb" correctly.
I
|
By
zhenhua.luo@freescale.com <zhenhua.luo@...>
·
#18891
·
|
|
Squeezing a gstreamer video pipeline into the smallest footprint possible
I have a ridiculously pinhole sized memory footprint into which I
would like to squeeze a gstreamer based video pipeline. I am looking
for tips on what I can do to minimize the footprint as much
I have a ridiculously pinhole sized memory footprint into which I
would like to squeeze a gstreamer based video pipeline. I am looking
for tips on what I can do to minimize the footprint as much
|
By
Patrick Doyle <wpdster@...>
·
#18890
·
|
|
Re: copying media files to qemux86
Hello,
Sorry, what exactly to enable in ./configure?
Regards,
Cristian
Hello,
Sorry, what exactly to enable in ./configure?
Regards,
Cristian
|
By
Iorga, Cristian <cristian.iorga@...>
·
#18889
·
|
|
PREFERRED_PROVIDER entry in local.conf
Hello all,
While building an image I get those notes, and I would like to lock down the providers for sshd and jpeg :
NOTE: multiple providers are available for runtime sshd (openssh, dropbear)
NOTE:
Hello all,
While building an image I get those notes, and I would like to lock down the providers for sshd and jpeg :
NOTE: multiple providers are available for runtime sshd (openssh, dropbear)
NOTE:
|
By
Romain <romain145@...>
·
#18888
·
|
|
Minutes: Yocto Project Technical Team Meeting - Tuesday, April 8, 2014 8:00 AM US Pacific Time
Attendees: Jessica, Scott, Vali, Stephen, Tom, Jefro, Matthew, Belen, Alex G., Mark, Denys, Richard, Darren, Saul Alex D., Paul, Nitin, Michael H., Michael B., Sean,
* Opens collection - 5 min
Attendees: Jessica, Scott, Vali, Stephen, Tom, Jefro, Matthew, Belen, Alex G., Mark, Denys, Richard, Darren, Saul Alex D., Paul, Nitin, Michael H., Michael B., Sean,
* Opens collection - 5 min
|
By
Jolley, Stephen K <stephen.k.jolley@...>
·
#18887
·
|
|
Re: CGL compliance layer initiative
On Tue, Apr 8, 2014 at 8:34 AM, Vali Cobelea <valentin.cobelea@...> wrote:
Here at ENEA we decided to take the initiative regarding the CGL compliance when it comes to the Yocto Project.
For this we
On Tue, Apr 8, 2014 at 8:34 AM, Vali Cobelea <valentin.cobelea@...> wrote:
Here at ENEA we decided to take the initiative regarding the CGL compliance when it comes to the Yocto Project.
For this we
|
By
Chris Larson <clarson@...>
·
#18886
·
|
|
Re: CGL compliance layer initiative
On Tue, Apr 8, 2014 at 8:41 AM, Vali Cobelea <valentin.cobelea@...> wrote:
It should work as I tried it outside the company network; otherwise I'll ping back the IT guys to allow anonymous
On Tue, Apr 8, 2014 at 8:41 AM, Vali Cobelea <valentin.cobelea@...> wrote:
It should work as I tried it outside the company network; otherwise I'll ping back the IT guys to allow anonymous
|
By
Chris Larson <clarson@...>
·
#18885
·
|