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
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
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
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
*
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 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
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
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
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
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
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
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
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
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
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
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,
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
17 matches
Mail list logo