Re: [yocto] CMake project not building; building from local git repo possible

2017-05-30 Thread Jakob Hasse
Hi Marek, Thanks for your answer! I did use a local repo folder since I find it more convenient to make quick changes that way, as it is the case right now. I applied your changes but I still get the same bitbake errors as before, as shown below. The CMake Error log says: ... error: unrecogn

Re: [yocto] CMake project not building; building from local git repo possible

2017-05-30 Thread Belisko Marek
Hi Jakob, On Tue, May 30, 2017 at 11:28 AM, Jakob Hasse wrote: > Hi Marek, please don't top post http://www.idallen.com/topposting.html :) > > Thanks for your answer! > I did use a local repo folder since I find it more convenient to make quick > changes that way, as it is the case right now. Sou

Re: [yocto] CMake project not building; building from local git repo possible

2017-05-30 Thread Jakob Hasse
Hi Marek, On 30.05.2017 11:37, Belisko Marek wrote: Hi Jakob, On Tue, May 30, 2017 at 11:28 AM, Jakob Hasse wrote: Hi Marek, please don't top post http://www.idallen.com/topposting.html :) Thanks for your answer! I did use a local repo folder since I find it more convenient to make quick ch

[yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-30 Thread Martin Jansa
* use latest revision in rpi-4.11.y branch * using AUTOREV causes bitbake to run git ls-remote on the github.com repository in order to convert AUTOREV to currently latest SRCREV even when you don't use linux-raspberrypi_dev at all, just happen to have meta-raspberrypi layer in your bblayers.

Re: [yocto] CMake project not building; building from local git repo possible

2017-05-30 Thread Belisko Marek
Hi Jakob, On Tue, May 30, 2017 at 11:53 AM, Jakob Hasse wrote: > Hi Marek, > > On 30.05.2017 11:37, Belisko Marek wrote: >> >> Hi Jakob, >> >> On Tue, May 30, 2017 at 11:28 AM, Jakob Hasse >> wrote: >>> >>> Hi Marek, >> >> please don't top post http://www.idallen.com/topposting.html :) >>> >>> T

[yocto] Show cmake warnings as yocto warnings

2017-05-30 Thread Baumann, Michael
Hello, I am using cmake in my recipes (poky 2.1.2). Is there a way to display cmake warnings as yocto warnings? I can see the cmake warning in the log.do_configure file of my package but it is not displayed prominent during bitbake. Cheers and many thanks in advance, Michael -- ___

Re: [yocto] How to install dbg package and not its dependencies?

2017-05-30 Thread Petter Mabäcker
Hi, If the problem is the footprint, then you can add below line in the libexample recipe: INHIBIT_PACKAGE_DEBUG_SPLIT = "1" This will prevent the build system from adding any debug info in the libexample-dbg package. BR Petter [1] - http://www.yoctoproject.org/docs/current/ref-manual/

Re: [yocto] Include meta-qt5 in an eSDK build ?

2017-05-30 Thread Jan-Simon Möller
Any pointers if it is possible to build the eSDK with meta-qt5 ? -- Dipl.-Ing. Jan-Simon Möller jansimon.moel...@gmx.de On Thursday 25 May 2017 20:27:09 Jan-Simon Möller wrote: > Hi ! > How can I build an eSDK that includes meta-qt5 ? > > The examples I found use the 'traditional' sdk and > ad

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-30 Thread Khem Raj
On Tue, May 30, 2017 at 12:57 AM, Martin Jansa wrote: > * use latest revision in rpi-4.11.y branch > * using AUTOREV causes bitbake to run git ls-remote on the github.com > repository in order > to convert AUTOREV to currently latest SRCREV even when you don't use > linux-raspberrypi_dev > a

[yocto] Yocto Project Status WW22’17

2017-05-30 Thread Jolley, Stephen K
Current Dev Position: Preparing for YP 2.4 M1 Next Deadline: YP 2.4 M1 Cut off is June 12, 2017 SWAT team rotation: Juro -> Anibal on May 26, 2017. SWAT team rotation: Anibal -> Todor on June 2, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-30 Thread Paul Barker
On 30 May 2017 5:08 p.m., "Khem Raj" wrote: On Tue, May 30, 2017 at 12:57 AM, Martin Jansa wrote: > * use latest revision in rpi-4.11.y branch > * using AUTOREV causes bitbake to run git ls-remote on the github.com repository in order > to convert AUTOREV to currently latest SRCREV even when y

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-30 Thread Andre McCurdy
On Tue, May 30, 2017 at 10:15 AM, Paul Barker wrote: > On 30 May 2017 5:08 p.m., "Khem Raj" wrote: > > On Tue, May 30, 2017 at 12:57 AM, Martin Jansa > wrote: >> * use latest revision in rpi-4.11.y branch >> * using AUTOREV causes bitbake to run git ls-remote on the github.com >> repository in o

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-30 Thread Khem Raj
On Tue, May 30, 2017 at 10:25 AM, Andre McCurdy wrote: > On Tue, May 30, 2017 at 10:15 AM, Paul Barker wrote: >> On 30 May 2017 5:08 p.m., "Khem Raj" wrote: >> >> On Tue, May 30, 2017 at 12:57 AM, Martin Jansa >> wrote: >>> * use latest revision in rpi-4.11.y branch >>> * using AUTOREV causes b

[yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Alejandro Hernandez
The SMP kernel config presents issues on qemuarm because: CONFIG_SMP=y Dependencies Missing: - CPU_V6K or CPU_V7: These are selected by setting: CONFIG_ARCH_MULTI_V7=y or CONFIG_ARCH_MULTI_V6=y But our QEMU + ARM BSPs are based on armv4/v5 hence they are incompatible with CONFIG

Re: [yocto] (no subject)

2017-05-30 Thread Petter Mabäcker
Hi, After a quick look, it seems like the problem is related to the Upgrade to Qt 5.8 that was done in pyro. commit: 333949a Upgrade to Qt 5.8 (in meta-qt5) The above mentioned commit causes './dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0014-Add-IMX-GPU-support.patch' (in meta-freescal

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Leonardo Sandoval
Alex, is this change only applies to qemu arm? I wonder if the native arm arch needs a similar series. Leo On Tue, 2017-05-30 at 11:44 -0700, Alejandro Hernandez wrote: > The SMP kernel config presents issues on qemuarm because: > > CONFIG_SMP=y > Dependencies Missing: > - CPU_V6K or CPU_V7:

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Alejandro Hernandez
Hey Leo, Nope, this change only applies to qemuARM, the other ARM based BSPs are based on > ARMv6 Alejandro On 05/30/2017 02:59 PM, Leonardo Sandoval wrote: Alex, is this change only applies to qemu arm? I wonder if the native arm arch needs a similar series. Leo On Tue, 2017-05-30 at 11:

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Andre McCurdy
On Tue, May 30, 2017 at 1:12 PM, Alejandro Hernandez wrote: > Hey Leo, > > Nope, this change only applies to qemuARM, the other ARM based BSPs are > based on > ARMv6 > > Alejandro > > > On 05/30/2017 02:59 PM, Leonardo Sandoval wrote: >> >> Alex, >> >> is this change only applies to qemu arm? I wo

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Alejandro Hernandez
Hey Andy, On 05/30/2017 05:32 PM, Andre McCurdy wrote: On Tue, May 30, 2017 at 1:12 PM, Alejandro Hernandez wrote: Hey Leo, Nope, this change only applies to qemuARM, the other ARM based BSPs are based on > ARMv6 Alejandro On 05/30/2017 02:59 PM, Leonardo Sandoval wrote: Alex, is this c

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Andre McCurdy
On Tue, May 30, 2017 at 3:52 PM, Alejandro Hernandez wrote: > Hey Andy, > On 05/30/2017 05:32 PM, Andre McCurdy wrote: >> On Tue, May 30, 2017 at 1:12 PM, Alejandro Hernandez >> wrote: >>> >>> Hey Leo, >>> >>> Nope, this change only applies to qemuARM, the other ARM based BSPs are >>> based on >

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Bruce Ashfield
On Tue, May 30, 2017 at 6:52 PM, Alejandro Hernandez < alejandro.hernan...@linux.intel.com> wrote: > Hey Andy, > > > On 05/30/2017 05:32 PM, Andre McCurdy wrote: > >> On Tue, May 30, 2017 at 1:12 PM, Alejandro Hernandez >> wrote: >> >>> Hey Leo, >>> >>> Nope, this change only applies to qemuARM,

Re: [yocto] Kernel config fragments ignored

2017-05-30 Thread Paul D. DeRocco
> From: Paul D. DeRocco > > I ported a working build from Fido to Morty, made a few > tweaks in response > to error messages (mostly updating version numbers), but it's > not finding > my kernel configuration fragments. This is supposed to be an i386 arch > system, but it insists upon building a

Re: [yocto] Kernel config fragments ignored

2017-05-30 Thread Bruce Ashfield
On 2017-05-30 9:15 PM, Paul D. DeRocco wrote: From: Paul D. DeRocco I ported a working build from Fido to Morty, made a few tweaks in response to error messages (mostly updating version numbers), but it's not finding my kernel configuration fragments. This is supposed to be an i386 arch system,

[yocto] [meta-cgl][PATCH] openipmi: remove the bbappend

2017-05-30 Thread jackie.huang
From: Jackie Huang The recipe in meta-oe is version 2.0.22 now, in which the perl modules are packaged in openipmi-perl, so this bbappend is not needed any more. Signed-off-by: Jackie Huang --- meta-cgl-common/recipes-extended/openipmi/openipmi_2.0.21.bbappend | 2 -- 1 file changed, 2 deletio

Re: [yocto] (no subject)

2017-05-30 Thread Андрей Кононов
you right, when i take qt5 from morty branch everything builded ok >Вторник, 30 мая 2017, 22:02 +03:00 от Petter Mabäcker < pet...@technux.se >: > >Hi, >After a quick look, it seems like the problem is related to the Upgrade to Qt >5.8 that was done in pyro. >commit: 333949a Upgrade to Qt 5.8 (i

[yocto] [meta-cgl][PATCH 1/3] cluster-glue: inherit systemd

2017-05-30 Thread jackie.huang
From: Jackie Huang inherit systemd and add PACKAGECONFIG to add proper configure option and dependency when systemd is enabled. Signed-off-by: Jackie Huang --- meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue_1.0.12.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --g

[yocto] [meta-cgl][PATCH 0/3] cluster-glue: several fixes

2017-05-30 Thread jackie.huang
From: Jackie Huang -- The following changes since commit c0afa706e9cdb650c0e8bb79f503743632350b00: core-image-cgl: Remove ROOTFS_PKGMANAGE_BOOTSTRAP (2017-05-24 14:19:13 +0200) are available in the git repository at: https://github.com/jackiehjm/meta-cgl.git jhuang0/up_cluster-glue_170531_

[yocto] [meta-cgl][PATCH 2/3] cluster-glue: fix the licenses

2017-05-30 Thread jackie.huang
From: Jackie Huang It includes LGPL 2.1 as well according to COPYING.LIB. And point the LIC_FILES_CHKSUM to the checksums of the license text in the source code. Signed-off-by: Jackie Huang --- meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue_1.0.12.bb | 8 +--- 1 file changed, 5 ins

[yocto] [meta-cgl][PATCH 3/3] cluster-glue: update useradd parameters

2017-05-30 Thread jackie.huang
From: Jackie Huang Update useradd parameters for cluster-glue according to spec file from source code: https://github.com/ClusterLabs/cluster-glue/blob/master/cluster-glue-fedora.spec And use HA_USER and HA_GROUP for easy maintenance. Signed-off-by: Kai Kang Signed-off-by: Jackie Huang ---