|
Re: [meta-cgl][PATCH 2/2] distro: define a cgl distro type
how is meta-cgl qualified I assume its a feature layer and mow you are
adding a distro policies to it making it a distro layer. May be you
should have two layers underneath meta-cgl now.
how is meta-cgl qualified I assume its a feature layer and mow you are
adding a distro policies to it making it a distro layer. May be you
should have two layers underneath meta-cgl now.
|
By
Khem Raj
·
#19837
·
|
|
[meta-cgl][PATCH 2/2] distro: define a cgl distro type
A CGL image is different enough from other images that it can sensibly be
considered a different DISTRO type. It's been possible thus far to
piggy-back on 'poky' but recent changes in the base layer
A CGL image is different enough from other images that it can sensibly be
considered a different DISTRO type. It's been possible thus far to
piggy-back on 'poky' but recent changes in the base layer
|
By
Joe MacDonald
·
#19835
·
|
|
[meta-cgl][PATCH 1/2] doc: update core image name
The base CGL image is actually named core-image-cgl. Correct the minor
typo.
Signed-off-by: Joe MacDonald <joe@...>
---
README | 2 +-
1 file changed, 1 insertion(+), 1
The base CGL image is actually named core-image-cgl. Correct the minor
typo.
Signed-off-by: Joe MacDonald <joe@...>
---
README | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Joe MacDonald
·
#19836
·
|
|
[meta-cgl][PATCH 0/2] cosmetic updates
I'm just taking a look now at meta-cgl and gearing up to do some submissions to
it. I've been working from:
git://git.enea.com/linux/meta-cgl
which hasn't seen much activity recently, but it
I'm just taking a look now at meta-cgl and gearing up to do some submissions to
it. I've been working from:
git://git.enea.com/linux/meta-cgl
which hasn't seen much activity recently, but it
|
By
Joe MacDonald
·
#19834
·
|
|
Re: virtual/mesa, virtual/libgl provided by multiple packages
you got to set PREFERRED_PROVIDERS for jpeg and virtual/libgl to be
either mesa or mesa-gl
you got to set PREFERRED_PROVIDERS for jpeg and virtual/libgl to be
either mesa or mesa-gl
|
By
Khem Raj
·
#19833
·
|
|
virtual/mesa, virtual/libgl provided by multiple packages
Building a custom image with wayland and weston based on core-image,
seeing issues with virtual/mesa and virtual/libgl being provided by
multiple packages. Not sure if I'm doing something wrong here,
Building a custom image with wayland and weston based on core-image,
seeing issues with virtual/mesa and virtual/libgl being provided by
multiple packages. Not sure if I'm doing something wrong here,
|
By
Chris Morgan <chmorgan@...>
·
#19832
·
|
|
5/29 Asia Yocto Project Tech Call Meeting (5/28 America)
Folks,
We have folks located around the world, currently we have have one Tech Team meeting on Tuesday Morning (US Time) to coordinate with the European afternoon.
The agenda will be to discuss
Folks,
We have folks located around the world, currently we have have one Tech Team meeting on Tuesday Morning (US Time) to coordinate with the European afternoon.
The agenda will be to discuss
|
By
Saul Wold <sgw@...>
·
#19831
·
|
|
Minutes: Yocto Project Technical Team Meeting - Tuesday, May 27, 2014 8:00 AM US Pacific Time
Attendees: Stephen, Jeff, Armin, Saul, Scott, Sean, Tom, Paul, Belen, Mathew, Bruce, Richard, Ross, Jessica, Alex, Nitin, Michael
* Opens collection - 5 min (Stephen)
* Yocto 1.7 status - 5 min
Attendees: Stephen, Jeff, Armin, Saul, Scott, Sean, Tom, Paul, Belen, Mathew, Bruce, Richard, Ross, Jessica, Alex, Nitin, Michael
* Opens collection - 5 min (Stephen)
* Yocto 1.7 status - 5 min
|
By
Jolley, Stephen K <stephen.k.jolley@...>
·
#19830
·
|
|
Re: QT5 for gernericX86
Hi,
I had build a little self made Qt App with poky for an ARM target and
had the same issue. I'm not sure, but I think I added 'qtbase-plugins'
to IMAGE_INSTALL_append.
Perhaps you want to try
Hi,
I had build a little self made Qt App with poky for an ARM target and
had the same issue. I'm not sure, but I think I added 'qtbase-plugins'
to IMAGE_INSTALL_append.
Perhaps you want to try
|
By
Falk Niebuhr <niebuhrf@...>
·
#19829
·
|
|
Re: Setting default system python version
Hi Diego,
This is not the right thing to do though. We have these separate classes
precisely to separate python 3 and python 2, and distutils.bbclass is for
python 2. In regards to your earlier
Hi Diego,
This is not the right thing to do though. We have these separate classes
precisely to separate python 3 and python 2, and distutils.bbclass is for
python 2. In regards to your earlier
|
By
Paul Eggleton
·
#19828
·
|
|
Re: QT5 for gernericX86
Hi,
in the future I would like to use egl instead of x11. But for the moment I would be happy if I could get any results ;).
This time I added those lines to my conf/local.conf:
IMAGE_INSTALL_append
Hi,
in the future I would like to use egl instead of x11. But for the moment I would be happy if I could get any results ;).
This time I added those lines to my conf/local.conf:
IMAGE_INSTALL_append
|
By
Bastian Weißbach <b.weissbach@...>
·
#19827
·
|
|
Re: update-rc.d initscript shows up as S00... rather than S09...
Hi Darcy,
Thank you for your feedback.
I think this is a bug which needs to be fixed.
I've filed a bug in bugzilla with information in your
Hi Darcy,
Thank you for your feedback.
I think this is a bug which needs to be fixed.
I've filed a bug in bugzilla with information in your
|
By
Chen Qi
·
#19826
·
|
|
Agenda: Yocto Project Technical Team Meeting - Tuesday, May 27, 2014 8:00 AM US Pacific Time
Agenda:
* Opens collection - 5 min (Stephen)
* Yocto 1.7 status - 5 min
Agenda:
* Opens collection - 5 min (Stephen)
* Yocto 1.7 status - 5 min
|
By
Jolley, Stephen K <stephen.k.jolley@...>
·
#19825
·
|
|
Re: update-rc.d initscript shows up as S00... rather than S09...
I found what I think the cause is. The '09' must be parsed as a number
rather than a sort-key string of digits so it is handled as an illegal
octal literal.
'07' and less was fine. '08 and '09'
I found what I think the cause is. The '09' must be parsed as a number
rather than a sort-key string of digits so it is handled as an illegal
octal literal.
'07' and less was fine. '08 and '09'
|
By
Darcy Watkins
·
#19824
·
|
|
Re: [meta-raspberrypi] Using the camera
It`s really hard to just offer impressions or suggestion.
Also I agree with the fact that the camera is ok cause I also tested it with raspbian. No problems there.
But never the less I hope to keep me
It`s really hard to just offer impressions or suggestion.
Also I agree with the fact that the camera is ok cause I also tested it with raspbian. No problems there.
But never the less I hope to keep me
|
By
Alexandru Vaduva
·
#19823
·
|
|
Re: [meta-raspberrypi] Using the camera
On 26/05/2014 19:24, Alexandru Vaduva wrote:
That's interesting. I wonder if that is related to the issue I found with w1-gpio the other day?
w1-gpio is given GPIO0 as a
On 26/05/2014 19:24, Alexandru Vaduva wrote:
That's interesting. I wonder if that is related to the issue I found with w1-gpio the other day?
w1-gpio is given GPIO0 as a
|
By
Alex J Lennon <ajlennon@...>
·
#19822
·
|
|
Re: [meta-raspberrypi] Using the camera
I do not believe the mmal_component is missing from the rootfs or it is not enabled somehow.
I hate to mention this but it may have something to do with the the functionality of the component.
Try
I do not believe the mmal_component is missing from the rootfs or it is not enabled somehow.
I hate to mention this but it may have something to do with the the functionality of the component.
Try
|
By
Alexandru Vaduva
·
#19821
·
|
|
update-rc.d initscript shows up as S00... rather than S09...
Hello,
In one of my bitbake recipes, I have...
inherit update-rc.d
...
INITSCRIPT_NAME = "watchdog-progressd"
INITSCRIPT_PARAMS = "start 09 S . stop 90 0 6 ."
...and then I install my initscript
Hello,
In one of my bitbake recipes, I have...
inherit update-rc.d
...
INITSCRIPT_NAME = "watchdog-progressd"
INITSCRIPT_PARAMS = "start 09 S . stop 90 0 6 ."
...and then I install my initscript
|
By
Darcy Watkins
·
#19820
·
|
|
Re: [meta-raspberrypi] Using the camera
On 26/05/2014 11:39, Alex J Lennon wrote:
Hi Alex,
I've been taking a look at various things. I don't have a solution though unfortunately at present
- The
On 26/05/2014 11:39, Alex J Lennon wrote:
Hi Alex,
I've been taking a look at various things. I don't have a solution though unfortunately at present
- The
|
By
Alex J Lennon <ajlennon@...>
·
#19819
·
|
|
Re: [meta-raspberrypi] Using the camera
On 25/05/2014 21:51, Alexandru Vaduva wrote:
Thanks Alex. I will try that. I'm going to have another look today and see if I can get to the bottom of it
Best Regards,
On 25/05/2014 21:51, Alexandru Vaduva wrote:
Thanks Alex. I will try that. I'm going to have another look today and see if I can get to the bottom of it
Best Regards,
|
By
Alex J Lennon <ajlennon@...>
·
#19818
·
|