[yocto] Hello from Me, Richard

2018-04-12 Thread Richard Collins
Just wanted to introduce myself. I'm working at a startup in the UK and my job is to manage and create the embedded platform that the product will run on. ttfn, Richard. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/lis

[yocto] Getting the version of Yocto that is being used.

2018-04-12 Thread Richard Collins
I've inherited a Yocto project that I know to be an old version. So one of my tasks is to update to the latest version. Before I do this I would like to know what version I have. The only information I can find is the bitbake version, BB_VERSION= "1.32.0". Many thanks, Richard. -- ___

Re: [yocto] Getting the version of Yocto that is being used.

2018-04-12 Thread Burton, Ross
If your project also includes meta-poky then poky.conf will contain a DISTRO_VERSION assignment. However, https://wiki.yoctoproject.org/wiki/Releases indicates that bitbake 1.32 was part of 2.2/morty. Ross On 12 April 2018 at 10:44, Richard Collins wrote: > I've inherited a Yocto project that I

Re: [yocto] Getting the version of Yocto that is being used.

2018-04-12 Thread Alexander Kanavin
On 04/12/2018 12:44 PM, Richard Collins wrote: I've inherited a Yocto project that I know to be an old version. So one of my tasks is to update to the latest version. Before I do this I would like to know what version I have. The only information I can find is the bitbake version, BB_VERSION   

Re: [yocto] Getting the version of Yocto that is being used.

2018-04-12 Thread Richard Collins
I get the following for DISTRO. DISTRO= "yogurt" DISTRO_VERSION= "BSP-Yocto-RK3288-PD17.1.1" Can't find any reference to yogurt so I assume this is something the supplier of our SOM's has done. Looking on their Wiki it seems to be based on 2.1.2 (Krogoth) Thanks for the help. :)

Re: [yocto] Getting the version of Yocto that is being used.

2018-04-12 Thread Burton, Ross
I think the message here is that we need to embed the oe-core version in the metadata somewhere... On 12 April 2018 at 13:11, Richard Collins wrote: > I get the following for DISTRO. > > DISTRO= "yogurt" > DISTRO_VERSION= "BSP-Yocto-RK3288-PD17.1.1" > > Can't find any reference to

Re: [yocto] Getting the version of Yocto that is being used.

2018-04-12 Thread Martin Jansa
Cannot LAYERSERIES_CORENAMES added in rocko be used for that? On Thu, Apr 12, 2018 at 2:47 PM, Burton, Ross wrote: > I think the message here is that we need to embed the oe-core version > in the metadata somewhere... > > On 12 April 2018 at 13:11, Richard Collins > wrote: > > I get the followi

Re: [yocto] Getting the version of Yocto that is being used.

2018-04-12 Thread Burton, Ross
That is an excellent suggestion, yes. Ross On 12 April 2018 at 13:54, Martin Jansa wrote: > Cannot LAYERSERIES_CORENAMES added in rocko be used for that? > > On Thu, Apr 12, 2018 at 2:47 PM, Burton, Ross wrote: >> >> I think the message here is that we need to embed the oe-core version >> in th

Re: [yocto] Yocto Boot Question

2018-04-12 Thread Raymond Yeung
I actually resolved my first issue today - the install on SSD from USB thumb drive's .hddimg seemed correct. There're probably user's prompts on the boot console that I didn't pay attention to at first (I used COM1, which wasn't the boot console). I'd tried removing thumb drive, and changed bo

Re: [yocto] Getting the version of Yocto that is being used.

2018-04-12 Thread Alexander Kanavin
On 04/12/2018 03:11 PM, Richard Collins wrote: I get the following for DISTRO. DISTRO            = "yogurt" DISTRO_VERSION    = "BSP-Yocto-RK3288-PD17.1.1" Can't find any reference to yogurt so I assume this is something the supplier of our SOM's has done. Looking on their Wiki it seems to be

[yocto] [meta-security][PATCH 1/3] sssd: only include when pam in DISTRO_FEATURES

2018-04-12 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/sssd/sssd_1.16.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-security/sssd/sssd_1.16.0.bb b/recipes-security/sssd/sssd_1.16.0.bb index e41a38e..ff5b618 100644 --- a/recipes-security/sssd/sssd_1.16.0.bb +++ b/r

[yocto] [meta-security][PATCH 2/3] clamav: update LLVM version to match core

2018-04-12 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/clamav/clamav_0.99.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/clamav/clamav_0.99.3.bb b/recipes-security/clamav/clamav_0.99.3.bb index dc26277..043fa21 100644 --- a/recipes-security/clamav/clamav_0.99

[yocto] [meta-security][PATCH 3/3] meta-security: remove depened on other security layers

2018-04-12 Thread Armin Kuster
Signed-off-by: Armin Kuster --- conf/layer.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 04605a1..efc426e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,6 +12,3 @@ BBFILE_PRIORITY_security = "6" LAYERSERIES_COMPAT_security = "sumo"

Re: [yocto] How to update OpenCV to 3.3 in Krogoth branch of Yocto in i.MX6

2018-04-12 Thread Zoran Stojsavljevic
Hello Nishina, Any progress on the issue? Thank you, Zoran ___ On Tue, Apr 10, 2018 at 8:47 AM, Nishina A. Pervin wrote: > Hi, > > > > How can we update OpenCV to 3.3 from 3.1 in Krogoth branch of Yocto for > i.MX6 board > > > > Regards, > > Nishina > > > >

Re: [yocto] out of tree module dependencies

2018-04-12 Thread Khem Raj
On 4/10/18 8:57 AM, RUSSELL PETERSON wrote: > I have been debugging this issue and could use some advice. > > The basic issue I see is that do_make_scripts executes and fails. I have > seen different fails but in the end it all comes back to something being > required in recipe-sysroot or recipe-s

Re: [yocto] Getting the version of Yocto that is being used.

2018-04-12 Thread Josef Holzmayr
On Thu, Apr 12, 2018 at 01:11:17PM +0100, Richard Collins wrote: > I get the following for DISTRO. > > DISTRO= "yogurt" > DISTRO_VERSION= "BSP-Yocto-RK3288-PD17.1.1" > For further reference by anyone who is reading this in the archive: the supplier is Phytec, and the distro layer

[yocto] [ANNOUNCEMENT] Milestone 3 for Yocto Project 2.5 (yocto-2.5_M3) now available

2018-04-12 Thread Tracy Graydon
We are pleased to announce the third milestone release for Yocto Project 2.5 (yocto-2.5_M3) is available for download now. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.5_M3/ poky f49ee61422c867516db252054e993df29f775136 bitbake 39d6a30a28f66c599e18beddbd847f40dc

[yocto] [meta-mingw][PATCH] diffutils_3.6: build for mingw

2018-04-12 Thread Juro Bystricky
Build of diffutils was requested/broken for mingw because of the commit "diffutils: allow native & nativesdk builds" This patch implements neccessary steps needed to build diffutils executables: cmp.exe diff.exe diff3.exe sdiff.exe [YOCTO #12662] Signed-off-by: Juro Bystricky --

[yocto] [meta-mingw][PATCH] qemu_2.11.%.bbappend: fix broken qemu build for mingw

2018-04-12 Thread Juro Bystricky
The commit "qemu: Bump to version 2.11.0" in oe-core broke the build of qemu for mingw, due to using "socketpair", which is not supported by mingw. "socketpair" is used in a local patch, not in the qemu upstream code. The original local patch had conditional code to exclude "socketpair" for _WIN32,

[yocto] [meta-mingw][PATCH] nativesdk-packagegroup-sdk-host: add qemu

2018-04-12 Thread Juro Bystricky
Now that we can build qemu for mingw, include it in SDK. Signed-off-by: Juro Bystricky --- recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/recipes-core/

[yocto] Which recipe produce that file?

2018-04-12 Thread Mauro Ziliani
Hi all. My name's Mauro and I write from Parma, Italy. I'm in trouble because recently I get a collision error. It seems that more than one recipes try to install the same file in the same path in populate_sdk task This is an example -- ERROR: xcb-util-0.4.0-r0 do_populate_sys