[yocto] [meta-cgl][PATCH V2] racoon2: add new recipe

2017-06-15 Thread yi.zhao
From: Yi Zhao The Racoon2 project is a joint effort which provides an implementation of key management system for IPsec. It supports IKEv1, IKEv2, and KINK protocols. Signed-off-by: Yi Zhao --- .../recipes-cgl/racoon2/racoon2/iked.service | 14 + .../racoon2-Add-Value-to-HAVE_NSSWITCH_C

Re: [yocto] Build my Yocto edison image

2017-06-15 Thread Khem Raj
On 6/15/17 6:30 AM, Franck Furic wrote: > Hi, > > > > I have bought an Intel Edison board and I would like build my image > including Qt Framework (meta-qt5). > > > > In the past, (2 years ago) I have success to compile C++ program using > Qt by build my image with meta-qt5 I think it was 1

Re: [yocto] Failed to build gdb

2017-06-15 Thread Lm Chew
Thanks, this way works too. /Chew From: Andre McCurdy Sent: Friday, 16 June, 2017 1:49:36 AM To: Jussi Kukkonen Cc: Lm Chew; yocto@yoctoproject.org Subject: Re: [yocto] Failed to build gdb On Thu, Jun 15, 2017 at 8:13 AM, Jussi Kukkonen wrote: > On 15 June 2017

Re: [yocto] sqlite in yocto1.8-fido

2017-06-15 Thread Khem Raj
On 6/14/17 11:05 PM, balaj...@easyarm.com wrote: > > Dear sir > > I enabled sqlite in qtbase-native ,but iam not able to get sqlite > related libraries. how did you enabled it ? > > Any suggestion would be appreciable. > > > Thanks > Balaji > > > signature.asc Description: OpenPGP

[yocto] Image type on bitbake ?

2017-06-15 Thread Riko Ho
Hi Everyone, What parameter do I add to bitbake for getting *.hddimg or *.wic image ? for example bitbake -??? core-image-sato Thanks -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] About the sstate cache

2017-06-15 Thread 刘松
Hi, I am working on the project based on the yocto build system, and want to improve the build performance. There are many packages downloaded from external and won't be changed nearly in the whole project lifecycle. But if doing a clean build these packages will be rebuilt again, I don't kn

Re: [yocto] [meta-cgl][PATCH] racoon2: add new recipe

2017-06-15 Thread Yi Zhao
在 2017年06月15日 23:37, Adrian Dudau 写道: On fre, 2017-06-09 at 14:17 +0800, yi.z...@windriver.com wrote: From: Yi Zhao The Racoon2 project is a joint effort which provides an implementation of key management system for IPsec. It supports IKEv1, IKEv2, and KINK protocols. Signed-off-by: Yi Zhao

Re: [yocto] Is linux-yocto-rt kernel compatible with x32 tune?

2017-06-15 Thread Paul D. DeRocco
> From: Andre McCurdy [mailto:armccu...@gmail.com] > > Isn't the point of x32 that the kernel should be full 64bit (and so > able to directly address all memory) and only user space should be > restricted to 32bit pointers? > > If so, then the kernel ELF architecture x86-64 seems correct. If tha

Re: [yocto] devshell not working for Qt or Boundary Devices based yocto

2017-06-15 Thread Jimi Damon
Hi, I created a yocto group and user for performing these builds. The yocto user has the basic Ubuntu default account ( comes from a simple useradd ... ) I verified that this user is able to perform the exact same bitbake -c devshell gettext that fails for other username ( same exact locati

[yocto] Meta-web-kiosk Layer

2017-06-15 Thread Riko Ho
Hello Everyone, I tried doing bitbake core-image-web-kiosk and got some errors, does anyone know how to fix it ? thanks, Loading cache: 100% |#| Time: 0:00:00

Re: [yocto] devshell not working for Qt or Boundary Devices based yocto

2017-06-15 Thread Jimi Damon
Hi, I am not getting a separate terminal or even a different shell ( I would assume that Control-D or exit would get me back to the original shell ). Note that *bitbake -c pydevshell * also fails in that no python shell is started. In fact, I've deduced that something is set in my Environme

Re: [yocto] Failed to build gdb

2017-06-15 Thread Lm Chew
init.o \ > | -lreadline ../opcodes/libopcodes.a ../bfd/libbfd.a -L./../zlib -lz > ../libiberty/libiberty.a > ../libdecnumber/libdecnumber.a-ldl -ldl -lncurses -lm -ldl -lexpat > ../libiberty/libiberty.a > build-gnulib/import/libgnu.a -ldl > -Wl,--dynamic-list=../.

Re: [yocto] Using A Proprietary Closed License Inside A Layer & Its Recipes

2017-06-15 Thread Burton, Ross
On 15 June 2017 at 15:52, Thomas A. F. Thorne MEng AUS MIET < thomas.tho...@net2edge.com> wrote: > Is it only possible to use the special > LICENSE = "CLOSED" > license for licenses not already placed in the main license directory? > Yes, there's special-case logic for 'CLOSED'. Can you not just

[yocto] Using A Proprietary Closed License Inside A Layer & Its Recipes

2017-06-15 Thread Thomas A. F. Thorne MEng AUS MIET
Good afternoon, I am putting together a meta-company-name layer to hold some internal code. This will contain a few BSPs for our units, some internally developed applications and a few config file patches. I am having trouble getting recipes to be related to the proprietary license. I have ad

Re: [yocto] Failed to build gdb

2017-06-15 Thread Lm Chew
Hi Jussi, Thanks! That does the trick. Best Regards, Chew From: Jussi Kukkonen Sent: Thursday, 15 June, 2017 11:13:20 PM To: Lm Chew Cc: yocto@yoctoproject.org Subject: Re: [yocto] Failed to build gdb On 15 June 2017 at 10:19, Lm Chew mailto:lm.c...@free2mo

Re: [yocto] Is linux-yocto-rt kernel compatible with x32 tune?

2017-06-15 Thread Andre McCurdy
On Wed, Jun 14, 2017 at 11:13 PM, Bruce Ashfield wrote: > On Thu, Jun 15, 2017 at 4:11 AM, Paul D. DeRocco > wrote: >> >> I've been fighting with this off and on for a week. If I build >> core-image-minimal for a generic86-64 machine, I can get it to use the x32 >> ABI, or I can switch to the lin

Re: [yocto] Failed to build gdb

2017-06-15 Thread Andre McCurdy
On Thu, Jun 15, 2017 at 8:13 AM, Jussi Kukkonen wrote: > On 15 June 2017 at 10:19, Lm Chew wrote: >> >> | /usr/src/debug/gdb/7.12.1-r0/gdb-7.12.1/gdb/completer.c:1862: undefined >> reference to `_rl_completion_prefix_display_length' >> >> | /usr/src/debug/gdb/7.12.1-r0/gdb-7.12.1/gdb/completer.c:

Re: [yocto] [meta-cgl][PATCH] racoon2: add new recipe

2017-06-15 Thread Adrian Dudau
On fre, 2017-06-09 at 14:17 +0800, yi.z...@windriver.com wrote: > From: Yi Zhao > > The Racoon2 project is a joint effort which provides an > implementation > of key management system for IPsec. It supports IKEv1, IKEv2, and > KINK > protocols. > > Signed-off-by: Yi Zhao > --- >  .../recipes-cg

Re: [yocto] Failed to build gdb

2017-06-15 Thread Jussi Kukkonen
On 15 June 2017 at 10:19, Lm Chew wrote: > | /usr/src/debug/gdb/7.12.1-r0/gdb-7.12.1/gdb/completer.c:1862: undefined > reference to `_rl_completion_prefix_display_length' > | /usr/src/debug/gdb/7.12.1-r0/gdb-7.12.1/gdb/completer.c:1862: undefined > reference to `rl_sort_completion_matches' > | co

Re: [yocto] Failed to build gdb

2017-06-15 Thread Gary Thomas
l-gdb] Error 2 | make[1]: Leaving directory '/media/chewlm86/ext_data_drive/yocto-celebes-c4/test/yocto-celebes-c4/build-cm1-c4/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/gdb/7.12.1-r0/build-arm-poky-linux-gnueabi' | Makefile:850: recipe for target 'all' failed | make: *** [all] Error

Re: [yocto] [layerindex-web][PATCH v2] layerindex/views: support querying by layer name

2017-06-15 Thread Paul Eggleton
Hi Jose, Sorry for the delay. The patch looks good except it displays two errors if there's no layer after the layer: prefix. I've fixed that myself and merged to layerindex-web master. Thanks, Paul On Thursday, 15 June 2017 3:19:48 PM CEST Jose Lamego wrote: > ping > > On 05/31/2017 03:47 PM

[yocto] Build my Yocto edison image

2017-06-15 Thread Franck Furic
Hi, I have bought an Intel Edison board and I would like build my image including Qt Framework (meta-qt5). In the past, (2 years ago) I have success to compile C++ program using Qt by build my image with meta-qt5 I think it was 1.6.x version of yocto project. Now, it's impossible for me to bui

Re: [yocto] [layerindex-web][PATCH v2] layerindex/views: support querying by layer name

2017-06-15 Thread Jose Lamego
ping On 05/31/2017 03:47 PM, Jose Lamego wrote: > This change supports querying recipes that belong to a specific layer > by using the prefix "layer:" + the desired layer name, for example: > "layer: openembedded-core" and this string can be used by itself or > combined with other supported option

Re: [yocto] [meta-chip][PATCH] chip: Make sure to append to MACHINE_EXTRA_RRECOMMENDS rather than overwriting

2017-06-15 Thread Andrei Gherzan
On Mon, Jun 12, 2017 at 12:56 PM, wrote: > From: Drew Moseley > > Signed-off-by: Drew Moseley > --- > conf/machine/chip.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Looks good. Merged to master. Thanks. -- Andrei Gherzan -- ___ y

Re: [yocto] samba create user with password

2017-06-15 Thread idealsim
I have made some progress but still have an issue. First to create an user we need expect. I add it to my local.conf. Under the script that work (tested on the card) : #!/usr/bin/expect -f spawn echo script for create samba user spawn smbpasswd -a sambaUser expect "New SMB

[yocto] [PATCH v2] documentation: updates to static library support in SDK

2017-06-15 Thread Maxin B. John
For development purposes, static libraries need to be present only in the SDK. We do not need those static libraries in the image for most scenarios. So, replace IMAGE_INSTALL with TOOLCHAIN_TARGET_TASK in the documentation. Suggested-by: Anders Darander Signed-off-by: Maxin B. John --- documen

[yocto] NFS filesystem rights

2017-06-15 Thread Andrea Di Chiara
Hi, with a filesystem generated with a recent Yocto version (Morty or Pyro) I obtain the following error using it as a NFS filesystem mount: only root can mount proc on /proc mount: only root can use "--types" option (effective UID is 1000) what could be the problem? I have never faced this erro

[yocto] Failed to build gdb

2017-06-15 Thread Lm Chew
Hi, I am running on the latest poky branch, targeting raspberry pi. I have added the following line to the local.config to remove any package with license newer than GPLv2, with exception the gdb for development purpose: INCOMPATIBLE_LICENSE = "GPLv3 LGPLv3 AGPL-3.0" INCOMPATIBLE_LICENSE_pn-g

Re: [yocto] devshell not working for Qt or Boundary Devices based yocto

2017-06-15 Thread Paul Eggleton
On Thursday, 15 June 2017 5:12:19 AM CEST Gary Thomas wrote: > On 2017-06-15 01:58, Jimi Damon wrote: > > I'm trying out two different yocto distributions and in each one the > > devshell doens't work. Instead it just gets to the > > Summary line and returns to my normal shell ( bash ) . > > What

Re: [yocto] useradd and one sysroot per recipe in pyro

2017-06-15 Thread Maxin B. John
Hi Christian, On Wed, Jun 14, 2017 at 04:13:04PM +, Andersen, Christian wrote: > Hi Maxin, > > > Here, could you try to build again with an additional DEPENDENCY on shadow- > > native: > > ie: instead of > > >DEPENDS = "puck-base" > > DEPENDS = "puck-base shadow-native" > > > > To be sure, p

Re: [yocto] [PATCH] documentation: updates to static library support in SDK

2017-06-15 Thread Maxin B. John
Hi Scott, On Wed, Jun 14, 2017 at 11:29:15AM -0700, Scott Rifenbark wrote: >Maxin, > >Can you send out a new patch with the correction? > Sure, will send an updated patch soon. >Scott >> >>On Wed, Jun 14, 2017 at 10:57 AM, Andre McCurdy wrote: >> >>>On Wed, Jun 14, 2017 at 5:12 AM, Maxin B.

Re: [yocto] [PATCH] documentation: updates to static library support in SDK

2017-06-15 Thread Maxin B. John
Hi Andre, On Wed, Jun 14, 2017 at 10:57:41AM -0700, Andre McCurdy wrote: > On Wed, Jun 14, 2017 at 5:12 AM, Maxin B. John wrote: > > For development purposes, static libraries need to be > > present only in the SDK. We do not need those static > > libraries in the image for most scenarios. So, re

Re: [yocto] FriendlyArm Mini6410 ?

2017-06-15 Thread Riko Ho
Hi Everyone, Is it possible that I only change the kernel config to support this CPU S3C6410 ? or I'm gonna need something else ? bitbake linux-yocto -c menuconfig ? It's ARM1176JZF-S based CPU Thanks On 15/06/17 14:05, Belisko Marek wrote: Hi Riko, On Thu, Jun 15, 2017 at 7:53 AM, Riko H