Re: [yocto] devshell: what am I missing?

2014-05-15 Thread Alex J Lennon
On 14/05/2014 23:16, ezek...@sanborndeasis.net wrote: > OE newbie here, so I may just be missing something. > > I am running in latest pocky-daisy-11.0.0. I created my own simple > layer with the helloworld sample in it. I am building for machine > qemuarm. The build itself is working fine, the pa

Re: [yocto] meta-web-kiosk: bad fonts in high resolution

2014-05-15 Thread Burton, Ross
On 14 May 2014 22:38, Saul Wold wrote: >> I'm new to Yocto, and I made an Image meta-web-kiosk, and when I run it, >> the fonts in browser are getting messed up, as you can see in these >> images: >> >> >> https://drive.google.com/folderview?id=0Bw1B-mbeX0tbRnc0OHZSaDVuQlE&usp=sharing >> >> This

Re: [yocto] [RFC] Upgrade to a package with all its dependency without network

2014-05-15 Thread Bryan Evenson
Marco, > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Marco > Sent: Tuesday, May 06, 2014 3:42 AM > To: yocto@yoctoproject.org > Subject: [yocto] [RFC] Upgrade to a package with all its dependency without > network > > H

Re: [yocto] [yocto-autobuilder][PATCH v1 0/4] fixes for use with Angstrom

2014-05-15 Thread Stefan Agner
Am 2014-05-08 18:44, schrieb ste...@agner.ch: > From: Stefan Agner > > Hi folks, > > We plan to make use of the Yocto Autobuilder at Toradex. I successfully > deployed an installation, however since we distribute an Anstrom based > BSP I had to adjust some files. With those patches and a custom

Re: [yocto] [yocto-autobuilder][PATCH v1 0/4] fixes for use with Angstrom

2014-05-15 Thread Flanagan, Elizabeth
Ok, these look ok. I'll apply them and run them on dev. Expect something tomorrow. -b On Thu, May 8, 2014 at 9:44 AM, wrote: > From: Stefan Agner > > Hi folks, > > We plan to make use of the Yocto Autobuilder at Toradex. I successfully > deployed an installation, however since we distribute an

Re: [yocto] [yocto-autobuilder][PATCH v1 0/4] fixes for use with Angstrom

2014-05-15 Thread Flanagan, Elizabeth
Hey Stefan, Sorry, this got caught somewhere in my email On Thu, May 15, 2014 at 6:03 AM, Stefan Agner wrote: > Am 2014-05-08 18:44, schrieb ste...@agner.ch: >> From: Stefan Agner >> >> Hi folks, >> >> We plan to make use of the Yocto Autobuilder at Toradex. I successfully >> deployed an instal

Re: [yocto] meta-web-kiosk: bad fonts in high resolution

2014-05-15 Thread Lucas Pirolla
Attached are the outputs for both commands in localhost:0.0 in u-boot, I have: vid_dev0=ldb,LDB-1080P60,if=RGB24 ldb=spl0 On Thu, May 15, 2014 at 6:57 AM, Burton, Ross wrote: > On 14 May 2014 22:38, Saul Wold wrote: > >> I'm new to Yocto, and I made an Image meta-web-kiosk, and when I run it

Re: [yocto] meta-web-kiosk: bad fonts in high resolution

2014-05-15 Thread Lucas Pirolla
I found out what the problem was... it's congatec's LVDS->DVI converter! Attached a screen in the HDMI output and all fonts were marvelous! Thanks for the attention! On Thu, May 15, 2014 at 2:33 PM, Lucas Pirolla wrote: > Attached are the outputs for both commands in localhost:0.0 > > in u-boo

Re: [yocto] Best way to remove DISTRO_FEATURES?

2014-05-15 Thread Richard Purdie
On Wed, 2014-05-14 at 16:42 +0200, Neuer User wrote: > Probably solved. It should be > > include conf/distro/poky.conf > > instead of > > include poky.conf. > > (Stupid newbie error). FWIW if you said "require" instead of "include" you'd have got a useful error saying it couldn't find the file

Re: [yocto] Where did my preferred version go?

2014-05-15 Thread Richard Purdie
On Wed, 2014-05-14 at 12:06 -0600, Gary Thomas wrote: > I have a number of platforms which [for whatever reason] > need older versions of GCC. I've been supporting this by > keeping the older code around in my own layers - I need > 4.7.x for some targets, even 4.6.x for others. > > With the chang

[yocto] [PATCH V2 0/9] meta-selinux on master branch

2014-05-15 Thread Armin Kuster
These patches fix build messages 'ERROR: No recipes available for:' by syncing the with versions in Poky master. In most cases, the bbappends included only configuration parameters and using a wildcard in the version works for now. I removed patches if the changes are the newer versions. Chang

[yocto] [PATCH 1/9] Use wildcard for augeas and fix build issue

2014-05-15 Thread Armin Kuster
augeas: Use wildcard in version to minimize keeping in-sync with Poky --- recipes-extended/augeas/augeas_1.%.bbappend | 1 + recipes-extended/augeas/augeas_1.1.0.bbappend | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 recipes-extended/augeas/augeas_1.%.bbappend

[yocto] [PATCH 2/9] Use wildcard in bind bbappend name

2014-05-15 Thread Armin Kuster
bind: Use wildcard to minimize the need to keep in-sync with poky. Signed-off-by: Armin Kuster --- recipes-connectivity/bind/bind_9.%.bbappend | 13 + recipes-connectivity/bind/bind_9.8.1.bbappend | 13 - 2 files changed, 13 insertions(+), 13 deletions(-) creat

[yocto] [PATCH 3/9] Use wildcard in bind bbappend name

2014-05-15 Thread Armin Kuster
bind: Use wildcard to minimize the need to keep tp keep in-synx with Poky. Signed-off-by: Armin Kuster --- recipes-connectivity/bind/bind_9.%.bbappend | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-connectivity/bind/bind_9.%.bbappend b/recipes-connectivity/bind/bind_9.%.bb

[yocto] [PATCH 5/9] Use wildcard in openssh name

2014-05-15 Thread Armin Kuster
openssh: Use wildcard in version to minimize keeping in-sync with Poky Signed-off-by: Armin Kuster --- recipes-connectivity/openssh/openssh_6.%.bbappend | 11 +++ recipes-connectivity/openssh/openssh_6.4p1.bbappend | 13 - 2 files changed, 11 insertions(+), 13 deletions(-)

[yocto] [PATCH 4/9] Use wildcard in kernel bbappend name

2014-05-15 Thread Armin Kuster
linux-kernel: Use wildcard in version to minimize keeping in-sync with Poky. Signed-off-by: Armin Kuster --- recipes-kernel/linux/linux-yocto_3.%.bbappend | 7 +++ recipes-kernel/linux/linux-yocto_3.8.bbappend | 7 --- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100

[yocto] [PATCH 6/9] update util-linux package version and remove patch

2014-05-15 Thread Armin Kuster
util-linux: Update package to match Poky master. Remove patch since it was merged upstream. Signed-off-by: Armin Kuster --- recipes-core/util-linux/util-linux_2.23.2.bbappend | 8 recipes-core/util-linux/util-linux_2.24.2.bbappend | 3 +++ 2 files changed, 3 insertions(+), 8 deletions(-

[yocto] [PATCH 7/9] Update to latest swig from meta-openembedded

2014-05-15 Thread Armin Kuster
swig: Update to latest swig from meta-openembedded Updated from: git://git.openembedded.org/meta-openembedded/meta-oe/recipes-devtools/swig As of commit dca466c074c9a35bc0133e7e0d65cca0731e2acf Signed-off-by: Armin Kuster --- recipes-devtools/swig/swig.inc | 8 ++-- recipes-devtools/

[yocto] [PATCH 8/9] update psmics 22.21 and remove unneeded patch

2014-05-15 Thread Armin Kuster
psmics: Update to match version in Poky and remove patch. Signed-off-by: Armin Kuster --- .../psmisc/pstree-compiles-with-SE-Linux.patch | 265 - recipes-extended/psmisc/psmisc_22.20.bbappend | 7 - recipes-extended/psmisc/psmisc_22.21.bbappend | 3 + 3 file

[yocto] [PATCH 9/9] Use wildcard in glib-2.0 bbappend name

2014-05-15 Thread Armin Kuster
glib-2.0: Update to match version in Poky Signed-off-by: Armin Kuster --- recipes-core/glib-2.0/glib-2.0_2.%.bbappend| 1 + recipes-core/glib-2.0/glib-2.0_2.38.2.bbappend | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 recipes-core/glib-2.0/glib-2.0_2.%.bbappend de

[yocto] Changing metadata during bitbaking

2014-05-15 Thread Ash Charles
Hi, (apologies if this is the wrong list---I tried sending to the bitbake list and got bounced) Under what conditions can I change the content of layers without affecting an ongoing bitbake? On occasion, I find myself wanting to do git operations on my layers while I've got a build going on. I'