[yocto] [poky-container][PATCH] README.md: Updated a link into the YP doc set.

2018-08-10 Thread Scott Rifenbark
The existing link was a dead end. It took the reader to the retired YP Quick Start. The new link is to the section in the YP Development Tasks Manual where the ready can learn how to clone poky and proceed. Signed-off-by: Scott Rifenbark --- README.md | 11 +-- 1 file changed, 5

Re: [yocto] [crops][PATCH] docker-win-mac-docs.wiki: Updated link for referencing Yocto docs

2018-08-10 Thread Tim Orling
“Merged”, in the sense that the change has been made in the wiki… Thank you! > On Aug 10, 2018, at 2:58 PM, Scott Rifenbark wrote: > > The link was going to a retired Quick Start. I changed the link > to the appropriate section of the YP Development Tasks Manual. > > Signed-off-by: Scott

[yocto] [crops][PATCH] docker-win-mac-docs.wiki: Updated link for referencing Yocto docs

2018-08-10 Thread Scott Rifenbark
The link was going to a retired Quick Start. I changed the link to the appropriate section of the YP Development Tasks Manual. Signed-off-by: Scott Rifenbark --- Windows-Instructions-(Docker-Toolbox).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [yocto] [yocto-docs] documentation: Updated testimage targets.

2018-08-10 Thread Scott Rifenbark
Paulo, No problems... I made the changes already in the 2.6 version of the YP Ref Manual (see https://yoctoproject.org/docs/2.6/ref-manual/ref-manual.html#var-TEST_TARGET). You can review that for me and let me know what further changes I need. You can just respond via email if you like in this

[yocto] [ANNOUNCEMENT] Milestone 2 for Yocto Project 2.6 (yocto-2.6_M2) now available

2018-08-10 Thread Tracy Graydon
We are pleased to announce the second milestone release for Yocto Project 2.6 (yocto-2.6_M2) is available for download now. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.6_M2/ poky b0f2f690a3513e4c9fa30fee1b8d7ac2d7140657 eclipse-poky-neon

[yocto-announce] [ANNOUNCEMENT] Milestone 2 for Yocto Project 2.6 (yocto-2.6_M2) now available

2018-08-10 Thread Tracy Graydon
We are pleased to announce the second milestone release for Yocto Project 2.6 (yocto-2.6_M2) is available for download now. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.6_M2/ poky b0f2f690a3513e4c9fa30fee1b8d7ac2d7140657 eclipse-poky-neon

Re: [yocto] rpmdeps buffer overflow

2018-08-10 Thread Marc Ferland
On Fri, Aug 10, 2018 at 11:01 AM, Alexander Kanavin wrote: > 2018-08-10 16:50 GMT+02:00 Marc Ferland : >> | Processing files: pylon-5.0.12-r0.aarch64 >> | *** buffer overflow detected ***: >> /home/vagrant/build/tmp/work/aarch64-poky-linux/pylon/5.0.12-r0/recipe-sysroot-native/usr/bin/rpmbuild >>

[yocto] oe-run-native uses host python3 instead of sysroot

2018-08-10 Thread Aaron Cohen
Trying to run bmaptool on Centos 7, oe-run-native using the command "oe-run-native bmap-tools-native bmaptool copy -h" gives the following error: --- a/scripts/oe-run-nativeTraceback (most recent call last): File

Re: [yocto] rpmdeps buffer overflow

2018-08-10 Thread Marc Ferland
On Thu, Aug 9, 2018 at 2:34 PM, Marc Ferland wrote: > Hi, > > I'm creating a recipe for a precompiled SDK. This SDK contains various > precompiled libraries and executables. When I get to the packaging > step bitbake aborts with the following error: > > ERROR: pylon-5.0.12-r0 do_package: Error

Re: [yocto] Image with the right version inside

2018-08-10 Thread Alexander Kanavin
Give the two recipes different names - app-release_1.0.bb and app-latest_git.bb Alex 2018-08-10 15:36 GMT+02:00 Mauro Ziliani : > Hi all > > I need to do this scenario. > > I have 2 image recipes: > > - final.bb > > - testing.bb > > final.bb and testing.bb install the same application name app.

[yocto] Image with the right version inside

2018-08-10 Thread Mauro Ziliani
Hi all I need to do this scenario. I have 2 image recipes: - final.bb - testing.bb final.bb and testing.bb install the same application name app. For the app I build the recipe app_1.0.bb which downloads the source code from git with tag=1.0, app_git.bb which downloads the latest commit.

Re: [yocto] Annoying taskhash error

2018-08-10 Thread Alexander Kanavin
My apologies, but do not use $DATETIME in your version strings. It's a seriously bad idea that goes against Yocto's philosophy - that everything that goes into a build is deterministic and does not change on the fly. Instead, define and update the date and time statically through config files. If

Re: [yocto] Copy git hashes of recipes during the image build

2018-08-10 Thread Paul Eggleton
Hi Rajesh, On Wednesday, 8 August 2018 8:52:10 AM CEST Yuvarajesh Valleru wrote: > I am building the custom yocto image regularly so that I do have so may > versions of the image. But when an bug occured in older version images, > I could not find the changes in source code because of AUTOREV.

[yocto] Howto overwrite CXXFLAGS in SDK Environment

2018-08-10 Thread Nikhil
Hello community, I am using Freescale community BSP - rocko release and have built and installed SDK. Is there a way to remove -g flag from being in the list of default options for CXXFLAGS. ? Thanks. Regards Nikhil -- ___ yocto mailing list

[yocto] Annoying taskhash error

2018-08-10 Thread Ayoub Zaki
Hello list, I'm building a custom yocto distro based on sumo, in my distro config I have defined : DISTRO = "paos" DISTRO_NAME = "PAOS" DISTRO_VERSION = "V00.00.00.00+${DATETIME}" DISTRO_CODENAME = "sumo" SDK_VENDOR = "-paossdk" SDK_VERSION = "${DATETIME}" Taskhash errors are related of using

[yocto] [PATCH][meta-cgl] pacemaker: upgrade 1.1.16 -> 1.1.19

2018-08-10 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- ...-pacemaker-fix-compile-error-of-musl-libc.patch | 56 ++ .../pacemaker/0001-pacemaker-fix-xml-config.patch | 19 +--- .../{pacemaker_1.1.16.bb => pacemaker_1.1.19.bb} | 7 ++- 3 files changed, 73 insertions(+), 9

[yocto] [PATCH][meta-cgl] libtest-pod-perl: 1.51 -> 1.52

2018-08-10 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../perl/{libtest-pod-perl_1.51.bb => libtest-pod-perl_1.52.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-cgl-common/recipes-perl/perl/{libtest-pod-perl_1.51.bb => libtest-pod-perl_1.52.bb} (78%) diff --git

[yocto] [PATCH][meta-cgl] monit: 5.20.0 -> 5.25.2

2018-08-10 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-cgl/monit/{monit_5.20.0.bb => monit_5.25.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-cgl-common/recipes-cgl/monit/{monit_5.20.0.bb => monit_5.25.2.bb} (91%) diff --git

[yocto] [PATCH][meta-cgl] libwww-perl: 6.05 -> 6.35

2018-08-10 Thread changqing.li
From: Changqing Li License-Update: license file change from README to LICENSE Signed-off-by: Changqing Li --- .../perl/{libwww-perl_6.05.bb => libwww-perl_6.35.bb} | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) rename

[yocto] [PATCH][meta-cgl] crmsh: 2.3.2 -> 3.0.3

2018-08-10 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-cgl-common/recipes-cgl/crmsh/{crmsh_2.3.2.bb => crmsh_3.0.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-cgl-common/recipes-cgl/crmsh/{crmsh_2.3.2.bb => crmsh_3.0.3.bb} (87%) diff --git

[yocto] [PATCH][meta-cgl] libsocket6-perl: 0.23 -> 0.28

2018-08-10 Thread changqing.li
From: Changqing Li License-Update: copyright year update Signed-off-by: Changqing Li --- .../0001-socket6-perl-fix-configure-error.patch| 34 ++ ...ocket6-perl_0.23.bb => libsocket6-perl_0.28.bb} | 10 --- 2 files changed, 40 insertions(+), 4 deletions(-) create

[yocto] [PATCH][meta-cgl] libmailtools-perl: 2.18 -> 2.20

2018-08-10 Thread changqing.li
From: Changqing Li License-Update: copyright year update Signed-off-by: Changqing Li --- .../perl/{libmailtools-perl_2.18.bb => libmailtools-perl_2.20.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-cgl-common/recipes-perl/perl/{libmailtools-perl_2.18.bb =>