[yocto] [error-report-web][PATCH] Post/views.py: Fix for python3

2019-03-05 Thread Robert Yang
Now it works for python 2 and 3. Signed-off-by: Robert Yang --- Post/views.py | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Post/views.py b/Post/views.py index 7f2cffb..2f8e4ae 100644 --- a/Post/views.py +++ b/Post/views.py @@ -13,9 +13,9 @@ from django

[yocto] [patchtest][PATCH] core-image-patchtest: avoid skip parse recipe

2019-03-05 Thread changqing.li
From: Changqing Li patchtest [1] failed since the recipe is skipparsed since it defines REQUIRED_DISTRO_FEATURES. patchtest don't really need DISTRO_FEATURES, so fix the problem by set REQUIRED_DISTRO_FEATURES/ COMPATIBLE_MACHINE/COMPATIBLE_HOST to "" to avoid skip parse [Yocto #13005] [1] htt

[yocto] [patchtest-oe][PATCH] test_metadata_src_uri: new unittest detecting added patch files without modifying SRC_URI

2019-03-05 Thread changqing.li
From: Changqing Li Adds new unittest detecting when a patch file is added but no corresponding change to the SRC_URI is done. This patch is from , get from commit 49201c19cfe4cadd127b112d2858d5b28db49c20, this commit is reverted by commit 6108d97f83b211f9eb245f339a412debd0ec5db4. The added test

[yocto] Yocto Project Status WW10'19

2019-03-05 Thread sjolley.yp.pm
Current Dev Position: YP 2.7 M3 (New feature Freeze has begun.) Next Deadline: YP 2.7 M3 Cutoff was Feb. 25, 2019 SWAT Team Rotation: * SWAT lead is currently: Ross * SWAT team rotation: Chen -> Anuj on Mar. 8, 2019 * SWAT team rotation: Anuj -> Armin on Mar. 15, 2019 *

Re: [yocto] [opkg-devel] [opkg-utils] Question: why update-alternatives from opkg-utils chooses /usr/lib to hold database?

2019-03-05 Thread Alejandro Del Castillo
On 3/5/19 12:11 AM, ChenQi wrote: > Hi All, > > Recently I'm dealing with issue from which some discussion raises. > I'd like to ask why update-alternatives from opkg-utils chooses /usr/lib > to hold its alternatives database? > I looked into debian, its update-alternatives chooses /var/lib by

[yocto] YPTM minutes

2019-03-05 Thread sjolley.yp.pm
Yocto Technical Team Minutes for Mar. 5, 2019. Attendees: Armin, Joshua, Randy, Richard, Joshua, Tim, Stephen, Tracey, Michael, Alex, YP Status: YP 2.7 M2 rc2 is being released today Mar. 5, 2019. YP 2.7 M3 has a 4 items still to be resolved before the build. YP 2.5.3 needs one major item

[yocto] [meta-security][PATCH 1/7] suricata: update to 4.0.6

2019-03-05 Thread Armin Kuster
includes: SMTP crash issue was fixed: CVE-2018-18956 Signed-off-by: Armin Kuster --- .../suricata/{libhtp_0.5.27.bb => libhtp_0.5.28.bb} | 0 recipes-security/suricata/suricata.inc | 6 +++--- .../suricata/{suricata_4.0.5.bb => suricata_4.0.6.bb} | 0 3 files c

[yocto] [meta-security][PATCH 2/7] keyutils: update to 1.6

2019-03-05 Thread Armin Kuster
remove patch now included in update: keyutils-use-relative-path-for-link.patch Signed-off-by: Armin Kuster --- .../keyutils-use-relative-path-for-link.patch | 28 --- .../{keyutils_1.5.10.bb => keyutils_1.6.bb} | 5 ++-- 2 files changed, 2 insertions(+), 31 deletions(-) delet

[yocto] [meta-security][PATCH 3/7] tpm2.0-tools: update 3.1.3

2019-03-05 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../{tpm2.0-tools_3.1.2.bb => tpm2.0-tools_3.1.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-tpm/recipes-tpm/tpm2.0-tools/{tpm2.0-tools_3.1.2.bb => tpm2.0-tools_3.1.3.bb} (88%) diff --git a/meta-tpm/recipes-tpm/tpm2.0-tools/t

[yocto] [meta-security][PATCH 5/7] tpm2-abrmd: update to 2.1.0

2019-03-05 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../tpm2-abrmd/{tpm2-abrmd_2.0.2.bb => tpm2-abrmd_2.1.0.bb}| 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-tpm/recipes-tpm/tpm2-abrmd/{tpm2-abrmd_2.0.2.bb => tpm2-abrmd_2.1.0.bb} (97%) diff --git a/meta-tpm/recipes-tpm/tpm2-abrmd/tpm2-abr

[yocto] [meta-security][PATCH 4/7] tpm2.o-tss: update to 2.4.1

2019-03-05 Thread Armin Kuster
LIC_FILES_CHKSUM changed to do SPDX ref being removed. Signed-off-by: Armin Kuster --- .../{tpm2.0-tss_2.0.1.bb => tpm2.0-tss_2.2.1.bb}| 13 + 1 file changed, 9 insertions(+), 4 deletions(-) rename meta-tpm/recipes-tpm/tpm2.0-tss/{tpm2.0-tss_2.0.1.bb => tpm2.0-tss_2.2.1.bb} (86

[yocto] [meta-security][PATCH 6/7] libtpm: upate to stable 0.6.0

2019-03-05 Thread Armin Kuster
Add PE This update include support for tpm2.0 Signed-off-by: Armin Kuster --- .../recipes-tpm/libtpm/{libtpm_1.0.bb => libtpm_0.6.0.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-tpm/recipes-tpm/libtpm/{libtpm_1.0.bb => libtpm_0.6.0.bb} (70%) diff --git a/meta-t

[yocto] [meta-security][PATCH 7/7] swtpm: update to stable release 0.1.0

2019-03-05 Thread Armin Kuster
added PE split cuse into its own package Signed-off-by: Armin Kuster --- .../swtpm/{swtpm_1.0.bb => swtpm_0.1.0.bb}| 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) rename meta-tpm/recipes-tpm/swtpm/{swtpm_1.0.bb => swtpm_0.1.0.bb} (77%) diff --git a/meta-tpm/reci

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

2019-03-05 Thread Tracy Graydon
We are pleased to announce the second milestone release for Yocto Project 2.7 (yocto-2.7_M2) is available for download now. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.7_M2/ poky: be52da152a4d9f9e798844f592ec9ae7e051c658 oecore: 2dbbf598192ae2b3aa488df042f56aa6

Re: [yocto] [opkg-devel] [opkg-utils] Question: why update-alternatives from opkg-utils chooses /usr/lib to hold database?

2019-03-05 Thread Richard Purdie
On Tue, 2019-03-05 at 16:05 +, Alejandro Del Castillo wrote: > > On 3/5/19 12:11 AM, ChenQi wrote: > > Hi All, > > > > Recently I'm dealing with issue from which some discussion raises. > > I'd like to ask why update-alternatives from opkg-utils chooses > > /usr/lib > > to hold its alternati

[yocto] Incremental rebuild doesn't pick up FILES changes.

2019-03-05 Thread Kaz Kylheku (poky)
Hi, I'm working in a Yocto 2.5 environment. In my own layer, I added a bbappend targeting python which does this: FILES_${PN}_remove = "${libdir}/python2.7/encodings" Now this didn't take effect as I expected. I had to do a "bitbake -c cleanall python" to rebuild the package. In any case,

Re: [yocto] [opkg-devel] [opkg-utils] Question: why update-alternatives from opkg-utils chooses /usr/lib to hold database?

2019-03-05 Thread Alex Kiernan
On Tue, Mar 5, 2019 at 10:50 PM Richard Purdie wrote: > > On Tue, 2019-03-05 at 16:05 +, Alejandro Del Castillo wrote: > > > > On 3/5/19 12:11 AM, ChenQi wrote: > > > Hi All, > > > > > > Recently I'm dealing with issue from which some discussion raises. > > > I'd like to ask why update-alterna