[yocto] Yocto for NFS/SDN networking product

2016-01-31 Thread Kosta Zertsekel
Hi dear Yocto community, I'm trying to evaluate Yocto as the candidate to create Linux distro for NFS/SDN networking product. Through Google I get an impression that there is a race between Yocto, CentOS (RedHat) and 6WIND Linux distributions to get most of NFV/SDN Linux distro market. Can

Re: [yocto] Which Toolchain is being used to build Yocto ?

2016-02-03 Thread Kosta Zertsekel
Mark, >> I notice there is a meta/recipes-devtools - I assume this pulls in from >> build/downloads >> - so gcc-5.2.0.tar.bz2 for example. Does the tool-chain comprised of these >> recipes get >> built by /usr/bin/gcc before being used to compile Yocto? You can easily check it by moving

Re: [yocto] Image SDK Generation With QT5

2016-01-31 Thread Kosta Zertsekel
Hi Charles, >> I've created an image for the Raspberry Pi 2 which includes Qt5 and >> the WiringPi library and it runs great on the device. However, when >> I run the command 'bitbake myQtImage -c populate_sdk' I get the >> Pi sysroot with everything in it but I don't get the x86-64 qmake >> I

Re: [yocto] Yocto for NFS/SDN networking product

2017-06-05 Thread Kosta Zertsekel
ducts - do one still has to use yocto or just go with the build system provided by OpenSwitch? Thanks, --- KostaZ From: Khem Raj <raj.k...@gmail.com> Sent: Sunday, January 31, 2016 5:56 PM To: Kosta Zertsekel Cc: yocto@yoctoproject.org; Ran Wainstein Sub

[yocto] Building safplus 6.1 with Yocto 2.4 Rocko

2017-11-21 Thread Kosta Zertsekel
Hi guys, I'm trying to build safplus 6.1 with Yocto 2.4 Rocko branch. But after running "bitbake safplus" (right after git clone is finished) it fails... My `conf/bblayers.conf` file is as below: ``` # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf # changes

Re: [yocto] gRPC: grpc_cpp_plugin is not included in host sysroot for standard sdk

2018-08-28 Thread Kosta Zertsekel
I think it is a very sensible approach to first check in the latest branch. If it is supported in the latest branch - then port it. So - is this thing supported in the latest poky branch? -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Porting rtc-pcf85363.c file

2018-08-28 Thread Kosta Zertsekel
>> I need to port rtc-pcf85363 driver to older version of linux. What version exactly? --- Kosta Z -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Fix 'PACKAGES' in net-snmp recipe

2018-03-19 Thread Kosta Zertsekel
On Monday, March 19, 2018 9:38 AM Huang, Jie (Jackie) wrote: > It was changed for two reasons referred to the commit 5eec0615e: > > """ > - Change to use append for PACKAGES so that: > * ptest package is added from ptest bbcalss > * the PN is back, allow empty and add rdepends on

[yocto] Fix 'PACKAGES' in net-snmp recipe

2018-03-18 Thread Kosta Zertsekel
ew (and apply if ok) the attached commit that fixes it. Thanks, --- Kosta Z. From d5711e279d95307aa8bb2bbdd0bb311207287e62 Mon Sep 17 00:00:00 2001 From: Kosta Zertsekel <kzertse...@advaoptical.com> Date: Sun, 18 Mar 2018 08:43:11 +0200 Subject: [PATCH] Fix PACKAGES for net-snmp to create o

Re: [yocto] Fix 'PACKAGES' in net-snmp recipe

2018-03-19 Thread Kosta Zertsekel
satisfy a default dependencies in bitbake.conf? I just fail to see the original meaning... --- Kosta Z. From: Huang, Jie (Jackie) <jackie.hu...@windriver.com> Sent: Monday, March 19, 2018 3:56:28 AM To: Khem Raj; Kosta Zertsekel Cc: yocto@yoctoproject.org; En

Re: [yocto] Force rebuild to regenerate .ko

2018-10-13 Thread Kosta Zertsekel
Please add more details. For example, where ixgbe.ko resides (what layer)? If it is in Linux kernel (linux-yocto package), then just: $ bitbake linux-yocto -c cleanall $ bitbake linux-yocto --- Kosta Z. From: yocto-boun...@yoctoproject.org on behalf of

Re: [yocto] Sumo distro problem with dhcp packet?

2018-10-17 Thread Kosta Zertsekel
2018 11:37:38 To: Kosta Zertsekel; Yocto Project Subject: Re: [yocto] Sumo distro problem with dhcp packet? Hello Kosta and others, I am a bit behind on a schedule on this one. Albeit I followed the advise, This does work for compiling and adding all these packages to the ROOTFS. I see that after I

Re: [yocto] How to update YP kernel image (run-time)

2018-10-30 Thread Kosta Zertsekel
On Tuesday, 30 October 2018 4:23 Raymond Yeung wrote: > Let's say I've a working run-time system running 2016 April release (Krogoth) > Poky image. > I've it installed previously from a USB thumb drive onto a much bigger SSD > with all partitions setup. > I don't need to change the partition

Re: [yocto] Help with Nano Recipe

2018-10-30 Thread Kosta Zertsekel
> It is very unusual to implement a recipe this way , and you should > rely on base classes to do that for you. For reference there is a > recipe for 'nano' in meta-oe already. > http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/nano/nano_3.0.bb?h=master And if you find

Re: [yocto] force a factory-preset sdk to quemu

2018-11-02 Thread Kosta Zertsekel
On Fri, Nov 2, 2018, 10:28 Zolee K wrote: > I got my board with Yocto based SDK but there is no quemu in the > configfile by default. Is it possible to add quemu capability manually to > factory-preset sdk? > If Yocto SDK you have is actually Yocto eSDK (extended SDK), you can try the below: $

[yocto] [PATCH] nginx: module: add ngx-http-auth-pam-module

2018-11-01 Thread Kosta Zertsekel
-module` parameter. Signed-off-by: Kosta Zertsekel --- recipes-httpd/nginx/nginx_%.bbappend | 5 .../ngx-http-auth-pam-module_git.bb | 24 +++ 2 files changed, 29 insertions(+) create mode 100644 recipes-httpd/nginx/nginx_%.bbappend create mode 100644

Re: [yocto] [PATCH] nginx: module: add ngx-http-auth-pam-module

2018-11-01 Thread Kosta Zertsekel
Guys, I sent the commit to discuss if this is the right way to include NGINX module in the customization layer. It actully compiles OK and works in run-time on target. But, again, I'm looking for the **right** way to do it. I'll be happy to get some feedback. Thanks, --- Kosta Z --

Re: [yocto] Sumo distro problem with dhcp packet?

2018-10-10 Thread Kosta Zertsekel
You need to take a look at the available dhcp packages for dhcp recipe here: https://git.yoctoproject.org/clean/cgit.cgi/poky/tree/meta/recipes-connectivity/dhcp/dhcp.inc#n100 PACKAGES += "dhcp-libs dhcp-server dhcp-server-config dhcp-client dhcp-relay dhcp-omshell" For example, you can do the

Re: [Yocto-bsp] PHP in Yocto using Apache2

2018-08-01 Thread Kosta Zertsekel
>> There is some accidental bug in Krogoth PHP git code - in php.inc. >> Tried using master git code changes from this. Not working. >> Please suggest any other changes I need to do. I suggest to do the whole thing first (adding Apache **and** PHP) using Yocto 2.5 (Sumo). When it works in Yocto