[yocto] [meta-gplv2][PATCH] gnupg: specify tar path explicitly

2017-09-18 Thread Yi Zhao
From: Wenlin Kang The gpg-zip script contains wrong tar binary path: "TAR=/buildarea/poky/build/tmp/hosttools/tar" Specify the correct tar path when configure. Also remove the code for ustar format detection in configure because it is not applicable for cross-compile

Re: [yocto] [meta-selinux] Update announcement

2017-09-18 Thread Chanho Park
Hi, On Tue, 19 Sep 2017 at 12:15 PM Mark Hatle wrote: > On 9/18/17 9:34 PM, Chanho Park wrote: > > Hi Mark, > > > > Thanks for the update. > > When I ran the semanage tool, I got below errors. > > > >> ImportError: No module named lib2to3.pgen2.parse > > > > Does the

Re: [yocto] [meta-selinux] Update announcement

2017-09-18 Thread Mark Hatle
On 9/18/17 9:34 PM, Chanho Park wrote: > Hi Mark, > > Thanks for the update. > When I ran the semanage tool, I got below errors. > >> ImportError: No module named lib2to3.pgen2.parse > > Does the setools use python3 instead of the python2? Are you running this on the target or as part of the

Re: [yocto] [meta-selinux] Update announcement

2017-09-18 Thread Chanho Park
Hi Mark, Thanks for the update. When I ran the semanage tool, I got below errors. > ImportError: No module named lib2to3.pgen2.parse Does the setools use python3 instead of the python2? Best Regards, Chanho Park On Fri, 15 Sep 2017 at 6:27 AM Mark Hatle wrote: > I

Re: [yocto] [meta-raspberrypi][PATCH 1/3] linux-raspberrypi_4.9.bb: Upgrade to 4.9.50

2017-09-18 Thread Martin Jansa
With these 3 changes included I see following failure with raspberrypi3-64, it might be something caused by last oe-core upgrade, but I haven't noticed anything suspicious there. Looks familiar? | VDSOL arch/arm64/kernel/vdso/vdso.so.dbg |

Re: [yocto] Error messages building WIC image

2017-09-18 Thread Khem Raj
On Mon, Sep 18, 2017 at 03:52:18PM +, Eswaran Vinothkumar (BEG/PJ-IOT-EL) wrote: > Hi, > > When I tried building a WIC image , I am seeing the following error messages. > > WARNING: > /home/evk1206/Projects/prj_compulab/sources/meta-alen/recipes-kernel/linux/linux-iot_4.9.39.bb.do_compile

[yocto] Error messages building WIC image

2017-09-18 Thread Eswaran Vinothkumar (BEG/PJ-IOT-EL)
Hi, When I tried building a WIC image , I am seeing the following error messages. WARNING: /home/evk1206/Projects/prj_compulab/sources/meta-alen/recipes-kernel/linux/linux-iot_4.9.39.bb.do_compile is tainted from a forced run | ETA: 0:00:05

Re: [yocto] Perforce fetcher ignores module and label

2017-09-18 Thread Katu Txakur
Hello again, Just to say that I applied your patch with git apply --ignore-space-change --ignore-whitespace 0001-Revert-w-modifications-bitbake-fetch2-perforce-Rewor.patch and the old Perforce fetcher seems to be working as it used to. I haven't tested it much yet but I will report if I see any

[yocto] Yocto Project Status WW38’17

2017-09-18 Thread Jolley, Stephen K
Current Dev Position: YP 2.4 M4 Next Deadline: YP 2.4 Final Cut off is Sept. 18, 2017 SWAT team rotation: Alejandro -> Stephano on Sept. 15, 2017. SWAT team rotation: Stephano -> Maxin on Sept. 22, 2017 https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·

Re: [yocto] [meta-selinux][PATCH 04/21] libsemanage: uprev to 2.7 (20170804)

2017-09-18 Thread Mark Hatle
On 9/18/17 2:48 AM, wenzong fan wrote: > > > On 09/14/2017 09:33 PM, Mark Hatle wrote: >> On 9/14/17 5:31 AM, wenzong fan wrote: >>> >>> >>> On 09/14/2017 08:07 AM, Mark Hatle wrote: On 9/12/17 9:19 PM, Mark Hatle wrote: > On 9/12/17 9:06 PM, wenzong fan wrote: >> On 09/12/2017

Re: [yocto] Perforce fetcher ignores module and label

2017-09-18 Thread Katu Txakur
Hi Andrew, I'm getting an error when I apply your patch. Do you now how can I work around this? user@pc:~/yocto/pyro/poky$ git fetch user@pc:~/yocto/pyro/poky$ git reset user@pc:~/yocto/pyro/poky$ git clean -fd user@pc:~/yocto/pyro/poky$ git reset --hard HEAD is now at b51b4f5 gawk: Enable

Re: [yocto] Can't find Python oe package

2017-09-18 Thread Burton, Ross
Aah. There was a very weird bug where py3 was dropping .pyc files around that was upsetting py2. The solution is not pretty and it only impacts people who downgrade in a git repo. A fresh clone should solve it, or do git clean -Xn to list files that git is ignoring and can be deleted (just -X

Re: [yocto] [meta-selinux][PATCH 04/21] libsemanage: uprev to 2.7 (20170804)

2017-09-18 Thread wenzong fan
On 09/14/2017 09:33 PM, Mark Hatle wrote: On 9/14/17 5:31 AM, wenzong fan wrote: On 09/14/2017 08:07 AM, Mark Hatle wrote: On 9/12/17 9:19 PM, Mark Hatle wrote: On 9/12/17 9:06 PM, wenzong fan wrote: On 09/12/2017 06:59 PM, Chanho Park wrote: Hi, I can't apply this patch on top of the

[yocto] [meta-cgl][PATCH] libwww-perl: Add HOMEPAGE info into recipe file.

2017-09-18 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta-cgl-common/recipes-perl/perl/libwww-perl_6.05.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-cgl-common/recipes-perl/perl/libwww-perl_6.05.bb b/meta-cgl-common/recipes-perl/perl/libwww-perl_6.05.bb index

[yocto] [meta-cgl][PATCH] libhtml-tagset-perl: Add HOMEPAGE info into recipe file.

2017-09-18 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta-cgl-common/recipes-perl/perl/libhtml-tagset-perl_3.20.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-cgl-common/recipes-perl/perl/libhtml-tagset-perl_3.20.bb

[yocto] [meta-cgl][PATCH] libsocket6-perl: Add HOMEPAGE info into recipe file.

2017-09-18 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta-cgl-common/recipes-perl/perl/libsocket6-perl_0.23.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-cgl-common/recipes-perl/perl/libsocket6-perl_0.23.bb b/meta-cgl-common/recipes-perl/perl/libsocket6-perl_0.23.bb index

[yocto] [meta-cgl][PATCH] libmailtools: Add HOMEPAGE info into recipe file.

2017-09-18 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta-cgl-common/recipes-perl/perl/libmailtools-perl_2.18.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-cgl-common/recipes-perl/perl/libmailtools-perl_2.18.bb b/meta-cgl-common/recipes-perl/perl/libmailtools-perl_2.18.bb