[yocto] Issues in getting wiringpi and openvpn through Yocto built image

2018-07-12 Thread AKASH BHARDWAJ
I was actually trying to install wiringpi,wiringpi-dev and openvpn on Yocto. I used the command IMAGE_INSTALL_APPEND = " git apt dpkg opkg rpm sudo wiringpi wiringpi-dev > cmake connman connman-client tzdata i2c-tools i2c-tools-dev glibc-utils rpm > dhcp-server bluez5 python-smbus bridge-utils

Re: [yocto] Writing a recipe that allows for extra depends, depending on the extra_oemake configurations

2018-07-12 Thread Andre McCurdy
On Thu, Jul 12, 2018 at 3:12 PM, Giordon Stark wrote: > Hi Ross, > > Thanks. I saw that but the documentation doesn't explicitly mentioned > EXTRA_OEMAKE. Is that the same as EXTRA_OECONF? No, EXTRA_OEMAKE and EXTRA_OECONF are different. Config options derived from PACKAGECONFIG are

Re: [yocto] Writing a recipe that allows for extra depends, depending on the extra_oemake configurations

2018-07-12 Thread Giordon Stark
Hi Ross, Thanks. I saw that but the documentation doesn't explicitly mentioned EXTRA_OEMAKE. Is that the same as EXTRA_OECONF? Giordon On Thu, Jul 12, 2018 at 5:08 PM Burton, Ross wrote: > > I'm wondering how I can make it so that I can have a user allow for > > additional configuration to

Re: [yocto] Writing a recipe that allows for extra depends, depending on the extra_oemake configurations

2018-07-12 Thread Burton, Ross
> I'm wondering how I can make it so that I can have a user allow for > additional configuration to enable crypto/krb5 which requires extra depends > and changing the oemake flags. Is this something Yocto can do, or is it > better to have users provide a bbappend file to update this recipe? Yes,

[yocto] Writing a recipe that allows for extra depends, depending on the extra_oemake configurations

2018-07-12 Thread Giordon Stark
Hi, I have a recipe that I wrote up here: https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/xrootd_4.8.3.bb . The short snippet of it looks as follows: inherit cmake DEPENDS += "python" *# ENABLE_CRYPTO* *#DEPENDS += "openssl"* *# ENABLE_KRB5* *#DEPENDS += "krb5"*

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-07-12 Thread Konrad Scherer
On 07/12/2018 02:34 AM, Paul Eggleton wrote: Hi Konrad On Wednesday, 11 July 2018 7:03:28 PM CEST Konrad Scherer wrote: I have attached a patch to reduce the layerindex-web image size further. Docker image layers are like git objects and RUN commands can only hide files, not remove them once

Re: [yocto] LLVM: error adding symbols: File in wrong format

2018-07-12 Thread Giordon Stark
Hi Khem, I added clang, removed llvm-native -- and now I get an llvm error -- supposedly because the llvm being used with yocto may be too old(?). kratsg@dc:/local/d4/gstark/poky/build$ bitbake root Loading cache: 100%

[yocto] [meta-selinux][PATCH] e2fsprogs: Update patch for current master

2018-07-12 Thread Jeremy Puhlman
Signed-off-by: Jeremy Puhlman --- .../files/misc_create_inode.c-label_rootfs.patch | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/recipes-devtools/e2fsprogs/files/misc_create_inode.c-label_rootfs.patch

Re: [yocto] how to download a recipe

2018-07-12 Thread Burton, Ross
That's a bug in the tool, as meta-networking is a sublayer of meta-oe. If you look at the paths, they're the same file. Ross On 12 July 2018 at 18:49, Simon Chamlian wrote: > for grpc, there are 2 of them: > > http://layers.openembedded.org/layerindex/recipe/72419/ > Layer meta-oe >

Re: [yocto] how to download a recipe

2018-07-12 Thread Simon Chamlian
for grpc, there are 2 of them: http://layers.openembedded.org/layerindex/recipe/72419/ Layer meta-oe (master branch) and http://layers.openembedded.org/layerindex/recipe/86424/ Layer meta-networking

Re: [yocto] [meta-mingw][sumo][PATCH 1/1] openssl: build for mingw

2018-07-12 Thread Burton, Ross
Does this also work for rocko and master if the bbappend used a wildcard? Or is it not required for rocko and master? Ross On 11 July 2018 at 23:42, Juro Bystricky wrote: > Build openssl.exe and several .dll files needed to run openssl > under Windows > > Signed-off-by: Juro Bystricky > --- >

Re: [yocto] how to download a recipe

2018-07-12 Thread Burton, Ross
Using postgresql as an example, searching for it will take you to the recipe page: http://layers.openembedded.org/layerindex/recipe/5558/ This tells you that the recipe is in the meta-oe layer, so click on that: http://layers.openembedded.org/layerindex/branch/master/layer/meta-oe/ That tells

[yocto] how to download a recipe

2018-07-12 Thread Simon Chamlian
Hi, I simple question. How do you download a recipe from ? http://layers.openembedded.org/layerindex/branch/master/recipes/ ?? Do I copy past the bb into a text file or there is a way to download the actual file? Thanks, S -- ___ yocto mailing

[linux-yocto] [PATCH] tiny: Remove CONFIG_TINY_RCU

2018-07-12 Thread He Zhe
Currently CONFIG_SMP and CONFIG_PREEMPT are enabled for tiny by default which prevents CONFIG_TINY_RCU from being enabled and causes the follow warning. When CONFIG_SMP and CONFIG_PREEMPT are disabled, like when building UP kernel, CONFIG_TINY_RCU will be selected by default. So this removal

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-07-12 Thread Paul Eggleton
Hi Konrad On Wednesday, 11 July 2018 7:03:28 PM CEST Konrad Scherer wrote: > I have attached a patch to reduce the layerindex-web image size further. > Docker image layers are like git objects and RUN commands can only hide > files, not remove them once they have been committed. The pip upgrade

Re: [yocto] [meta-mingw][sumo][PATCH 0/1] openssl for Windows

2018-07-12 Thread Alexander Kanavin
You probably need to do this for openssl 1.1 as well as it soon will be the default. Alex 2018-07-12 0:42 GMT+02:00 Juro Bystricky : > Patch to allow building openssl for Windows. > openssl can also become part of SDK, i.e: > > SDKMACHINE="x86_64-mingw32" > MACHINE = "qemux86-64" >