[yocto] [meta-oic][PATCH] Update for IoTivity 1.1.1

2016-08-03 Thread Philippe Coval
* Inspired from iotivity_1.1.0.bb. * Tinycobor is updated to v0.2.1. * Unused libs are dropped. * QA checks are disabled to support Yocto jethro base and later, without it packaging task will fail and report this message : ERROR: QA Issue: No GNU_HASH in the elf binary * Security is still not

[yocto] [eclipse-poky][PATCH] setup.sh: change TM mirror url

2016-08-03 Thread Tim Orling
It makes more sense to have everything related to eclipse in one directory under http://downloads.yoctoproject.org/eclipse so move tm/ to be a subdirectory of eclipse/ Signed-off-by: Tim Orling --- scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup

Re: [yocto] krogoth: quilt-native failed on Ubuntu 14

2016-08-03 Thread Burton, Ross
On 3 August 2016 at 20:34, Joel Zhou wrote: > WARNING: quilt-native-0.64-r0 do_populate_lic: Could not copy license file > /home/joelz/poky2.1/poky/build/tmp/work/x86_64-linux/quilt-native/0.64-r0/quilt-0.64/COPYING > to > /home/joelz/poky2.1/poky/build/tmp/work/x86_64-linux/quilt-native/0.64-r0/

[yocto] krogoth: quilt-native failed on Ubuntu 14

2016-08-03 Thread Joel Zhou
Hi All, When I build core-image-minimal using Yocto 2.1 on Ubuntu 14. It failed on quilt-native-0.64-r0 do_configure ERROR: quilt-native-0.64-r0 do_configure: no configure script found at ./configure The source directory in work area is empty. tmp/work/x86_64-linux/quilt-native/0.64-r0/quilt-0

[yocto] libatomic missing in krogoth Yocto 2.1

2016-08-03 Thread Joel Zhou
Hi all, I'm building core-image-minimal with Yocto 2.1 krogoth. It failed with missing libatomic. The only thing closest is libatomic-ops. meta/recipes-support/libatomic-ops/libatomic-ops_7.4.2.bb [joelz@ldt-joelz]:(krogoth)$ bitbake core-image-minimal Parsing recipes: 100% |#

Re: [yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, June 7, 2016 8:00 AM US Pacific Time

2016-08-03 Thread akuster808
On 8/3/16 6:19 AM, Philip Balister wrote: > > On 08/02/2016 11:23 AM, Jolley, Stephen K wrote: >> Attendees: Saul, David Wolfe, Joshua, Belen, Ross, Mark, Bill >> > > >> Poky - LTS/LTM Branch >> - Community Driven >> - 2 Years >> - Companies continue to push o

[yocto] problem with package architecture

2016-08-03 Thread S . Jaritz
Hej I am using the actual Yocto version. A Yocto Linux I is build based on the meta-atmel layer. The system seems to be "armel" but the packages are for "armhf". When running bitbake it shows: ## Build Configuration: BB_VERSION= "1.30.0" BUILD_SYS = "x86_64-linux" NATIVEL

Re: [yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, June 7, 2016 8:00 AM US Pacific Time

2016-08-03 Thread Philip Balister
On 08/02/2016 11:23 AM, Jolley, Stephen K wrote: > Attendees: Saul, David Wolfe, Joshua, Belen, Ross, Mark, Bill > > Poky - LTS/LTM Branch > - Community Driven > - 2 Years > - Companies continue to push on older branches that they are > interested in. >

Re: [yocto] [PATCH] swabber: remove from documentation

2016-08-03 Thread Maxin B. John
Hi Scott, On Fri, Jul 22, 2016 at 08:14:24AM -0700, Scott Rifenbark wrote: >Hi, > >>Is it safe to apply this patch to the docs? In the past, I have applied >>patches too soon to the docs. Let me know. Since swabber support in oe-core is a dead parrot now, this patch is safe to apply to the doc

[yocto] How to install command locale & localedef for my image

2016-08-03 Thread Du Dengke
Hi all I want to install command locale & localedef for my image, so I tried the following: IMAGE_INSTALL_append = " glibc-locale" But it didn't work, so how can I install the above command? //xiaoyang -- ___ yocto mailing list yocto@yoctoproject.o