Re: [yocto] [x11][Question] QXcbIntegration: Cannot create platform OpenGL context

2017-12-08 Thread Yahya Ahmed
Hello Mohammed, The mentioned link is using LinuxFB while what I'm trying to do is to build Qt5 with an X11 window system like the one in core-image-x11 or core-image-sato It'd be great if you have any idea how to do it Regards,‌ On Mon, Dec 4, 2017 at 1:54 PM, mohammed aqdam wrote: > Hi yahya

Re: [yocto] [PATCH 09/12] upgradehelper.py: use git user in commit when recipes are specified

2017-12-08 Thread Burton, Ross
On 8 December 2017 at 14:07, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 12/08/2017 03:51 AM, Robert Yang wrote: > > I'm not sure about this one. Commits shouldn't be created automatically on >>> a person's behalf and then also signed-off - I'd say you need to first look >>>

Re: [yocto] [PATCH 08/12] upgradehelper.py: clean repo only once when recipes are specified

2017-12-08 Thread Alexander Kanavin
On 12/08/2017 04:00 AM, Robert Yang wrote: I'm not sure, the logical *without* this patch is: 1) Do the commit when succeed or failed. 2) git format-patch 3) Remove the commit if failed, and leave the commit there if succeed Sorry, "remove the comit if failed" is added by this patch, and why

Re: [yocto] Morty Branch: Error in building core-image-sato | matchbox-panel recipe

2017-12-08 Thread Gunasekaran Srinivasan
Ross, Fresh build also didn't solve the issue. Is there anything I could try? Thanks, Guna On Fri, Dec 8, 2017 at 4:20 PM, Gunasekaran Srinivasan < gunaseka...@solitontech.com> wrote: > Ross, > > Oh! > I tried adding DISTRO_FEATURE, still the same issue. I will clean the > build and run once I

Re: [yocto] [PATCH 09/12] upgradehelper.py: use git user in commit when recipes are specified

2017-12-08 Thread Alexander Kanavin
On 12/08/2017 03:51 AM, Robert Yang wrote: I'm not sure about this one. Commits shouldn't be created automatically on a person's behalf and then also signed-off - I'd say you need to first look at them. IMHO, Auh is a helper, when user run: $ auh less It helps create commits, should be the s

Re: [yocto] Morty Branch: Error in building core-image-sato | matchbox-panel recipe

2017-12-08 Thread Gunasekaran Srinivasan
Ross, Oh! I tried adding DISTRO_FEATURE, still the same issue. I will clean the build and run once I again. Thanks, Guna On Fri, Dec 8, 2017 at 4:17 PM, Burton, Ross wrote: > core-image-sato will refuse to build long before matchbox-desktop if x11 > is disabled. > > Ross > > On 8 December 2017

Re: [yocto] Morty Branch: Error in building core-image-sato | matchbox-panel recipe

2017-12-08 Thread Burton, Ross
core-image-sato will refuse to build long before matchbox-desktop if x11 is disabled. Ross On 8 December 2017 at 10:46, Gunasekaran Srinivasan < gunaseka...@solitontech.com> wrote: > I will check that. Shouldn't core-image-sato recipecome with x11 enabled? > > Thanks, > Guna > > On Fri, Dec 8, 2

Re: [yocto] Morty Branch: Error in building core-image-sato | matchbox-panel recipe

2017-12-08 Thread Gunasekaran Srinivasan
I will check that. Shouldn't core-image-sato recipecome with x11 enabled? Thanks, Guna On Fri, Dec 8, 2017 at 4:11 PM, Burton, Ross wrote: > I'm surprised it go that far as libx11 should have refused to build if X > was disabled. To enable X: > > DISTRO_FEATURES_append = " x11" > > Ross > > On

Re: [yocto] Morty Branch: Error in building core-image-sato | matchbox-panel recipe

2017-12-08 Thread Burton, Ross
I'm surprised it go that far as libx11 should have refused to build if X was disabled. To enable X: DISTRO_FEATURES_append = " x11" Ross On 8 December 2017 at 10:40, Gunasekaran Srinivasan < gunaseka...@solitontech.com> wrote: > No. I haven't. If it's disabled by default. Can you tell how to e

Re: [yocto] Morty Branch: Error in building core-image-sato | matchbox-panel recipe

2017-12-08 Thread Gunasekaran Srinivasan
No. I haven't. If it's disabled by default. Can you tell how to enable in conf/local.conf file? Thanks, Guna On Fri, Dec 8, 2017 at 3:54 PM, Burton, Ross wrote: > gdk-x11 is part of the gtk+3 recipe, which is a dependency of > matchbox-desktop. matchbox-desktop needs X11, so has your BSP disab

Re: [yocto] Morty Branch: Error in building core-image-sato | matchbox-panel recipe

2017-12-08 Thread Burton, Ross
gdk-x11 is part of the gtk+3 recipe, which is a dependency of matchbox-desktop. matchbox-desktop needs X11, so has your BSP disabled X11? Ross On 8 December 2017 at 03:02, Gunasekaran Srinivasan < gunaseka...@solitontech.com> wrote: > Hi all, > > I am trying to build core-image-sato image with

[yocto] [Yocto][meta-gplv2][PATCH] gettext: fix compilation with securityflags enabled

2017-12-08 Thread Phong Tran
Signed-off-by: Phong Tran --- ...grep-fix-compile-error-Werror-format-secu.patch | 88 ++ recipes-core/gettext/gettext_0.16.1.bb | 1 + 2 files changed, 89 insertions(+) create mode 100644 recipes-core/gettext/gettext-0.16.1/0001-gettext-libgrep-fix-compile-erro

[yocto] [Yocto][meta-gplv2][PATCH] gettext with -Werror=format-security -Wall

2017-12-08 Thread Phong Tran
Hi Ross, Please apply this for master, pyro, rocko. Thanks Phong Tran (1): gettext: fix compilation with securityflags enabled ...grep-fix-compile-error-Werror-format-secu.patch | 88 ++ recipes-core/gettext/gettext_0.16.1.bb | 1 + 2 files changed, 89 inserti

[yocto] Morty Branch: Error in building core-image-sato | matchbox-panel recipe

2017-12-08 Thread Gunasekaran Srinivasan
Hi all, I am trying to build core-image-sato image with poky 2.2.2. I am getting following error in matchbox-panel recipe .. checking what language compliance flags to pass to the C co

[yocto] [Yocto][meta-gplv2][PATCH] gettext with -Werror=format-security -Wall

2017-12-08 Thread Phong Tran
Hi Ross, Please apply this for master, pyro, rocko. Thanks Phong Tran (1): gettext: fix compilation with securityflags enabled ...grep-fix-compile-error-Werror-format-secu.patch | 88 ++ recipes-core/gettext/gettext_0.16.1.bb | 1 + 2 files changed, 89 inserti

[yocto] [ptest-runner 3/3] README.md: Update to my current email

2017-12-08 Thread Aníbal Limón
From: Aníbal Limón Signed-off-by: Aníbal Limón --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fedab04..22b36a4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ $ mtrace ./ptest-runner $(MALLOC_TRACE) For contribute please

[yocto] [ptest-runner 2/3] Add support to avoid load/run twice a run_ptest script

2017-12-08 Thread Aníbal Limón
From: Aníbal Limón In some ptest packages exists symlink in the ptest directory causing to load/run twice the same ptest, For example in perl5: /usr/lib/perl -> /usr/lib/perl5 Signed-off-by: Aníbal Limón --- ptest_list.c | 40 ptest_list.h | 3 +++

[yocto] [ptest-runner 1/3] Makefile: libcheck now requires to link subunit

2017-12-08 Thread Aníbal Limón
From: Aníbal Limón Signed-off-by: Aníbal Limón --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 434b89f..1bde7be 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ TEST_SOURCES=tests/main.c tests/ptest_list.c tests/utils.c $(BASE_SO

[yocto] [ptest-runner 3/3] README.md: Update to my current email

2017-12-08 Thread Aníbal Limón
From: Aníbal Limón Signed-off-by: Aníbal Limón --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fedab04..22b36a4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ $ mtrace ./ptest-runner $(MALLOC_TRACE) For contribute please

[yocto] [ptest-runner 2/3] Add support to avoid load/run twice a run_ptest script

2017-12-08 Thread Aníbal Limón
From: Aníbal Limón In some ptest packages exists symlink in the ptest directory causing to load/run twice the same ptest, For example in perl5: /usr/lib/perl -> /usr/lib/perl5 Signed-off-by: Aníbal Limón --- ptest_list.c | 40 ptest_list.h | 3 +++

[yocto] [ptest-runner 1/3] Makefile: libcheck now requires to link subunit

2017-12-08 Thread Aníbal Limón
From: Aníbal Limón Signed-off-by: Aníbal Limón --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 434b89f..1bde7be 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ TEST_SOURCES=tests/main.c tests/ptest_list.c tests/utils.c $(BASE_SO

[yocto] Release Candidate Build for yocto-2.4.1.rc1 now available.

2017-12-08 Thread pokybuild
A release candidate build for yocto-2.4.1.rc1 is now available at: https://autobuilder.yocto.io/pub/releases/yocto-2.4.1.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-intel : 5adbf6df4fd89e7531fb9cec7a5314d635f0 meta-qt4 : f313dbee2ac3d5fcc9801

Re: [yocto] [ptest-runner 3/3] README.md: Update to my current email

2017-12-08 Thread Joshua Lock
On 07/12/17 22:11, Anibal Limón wrote: On Thu, Dec 7, 2017 at 4:00 PM, Joshua Lock > wrote: On 07/12/17 18:51, Aníbal Limón wrote: From: Aníbal Limón mailto:anibal.li...@linaro.org>> Signed-off-by: Aníbal Limón mailto:anibal.li...@lina