Re: [yocto] [meta-dpdk][PATCH] dpdk: Fix do_compile failure for qemux86 and qemux86-64

2019-06-10 Thread Mittal, Anuj
On Tue, 2019-06-11 at 11:06 +0800, zhe...@windriver.com wrote: > From: He Zhe > > DPDK_TARGET_MACHINE in bbappend in other layers forms the dpdk- > internal variable > MACHINE_CFLAGS which is passed to dpdk compilation command line > containing the > first -march parameter. And EXTRA_CFLAGS in dp

Re: [yocto] [meta-dpdk][PATCH] dpdk: mk: disable warning for packed member pointer

2019-06-10 Thread Mittal, Anuj
Thanks, I have included this for 18.11 as well and merged. Thanks, Anuj On Tue, 2019-06-11 at 11:06 +0800, zhe...@windriver.com wrote: > From: He Zhe > > Backport a patch from upstream to fix the following build failure. > > x86_64-native-linuxapp-gcc/include/rte_ether.h:178:2: error: > conve

[yocto] QA notification for completed autobuilder build (yocto-2.8_M1.rc2)

2019-06-10 Thread pokybuild
A build flagged for QA (yocto-2.8_M1.rc2) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-2.8_M1.rc2 Build hash information: bitbake: c4d90890547af642e99cc541af3415df3559563e meta-gplv2: 168a5070bdf3bc45edb5bf2a1add9b7c081f5b64 meta

[yocto] [meta-dpdk][PATCH] dpdk: mk: disable warning for packed member pointer

2019-06-10 Thread zhe.he
From: He Zhe Backport a patch from upstream to fix the following build failure. x86_64-native-linuxapp-gcc/include/rte_ether.h:178:2: error: converting a packed 'const struct ether_addr' pointer (alignment 1) to a 'unaligned_uint16_t' {aka 'const short unsigned int'} pointer (alignment 2) may

[yocto] [meta-dpdk][PATCH] dpdk: Fix do_compile failure for qemux86 and qemux86-64

2019-06-10 Thread zhe.he
From: He Zhe DPDK_TARGET_MACHINE in bbappend in other layers forms the dpdk-internal variable MACHINE_CFLAGS which is passed to dpdk compilation command line containing the first -march parameter. And EXTRA_CFLAGS in dpdk.inc is passed to dpdk command line containing the second -march parameter.

Re: [yocto] QA notification for completed autobuilder build (yocto-2.8_M1.rc1)

2019-06-10 Thread Yeoh, Ee Peng
Richard, Thanks for informing! Best regards, Yeoh Ee Peng -Original Message- From: richard.pur...@linuxfoundation.org [mailto:richard.pur...@linuxfoundation.org] Sent: Tuesday, June 11, 2019 6:18 AM To: Poky Build User ; yocto@yoctoproject.org Cc: ota...@ossystems.com.br; yi.z...@win

[yocto] [meta-anaconda][PATCH] .gitignore: add *.pyc and *.pyo

2019-06-10 Thread Chen Qi
The .gitignore needs to contain these two items, otherwise, we get unstaged lib/oeqa/selftest/cases/__pycache__/ every time we run oe-selftest. Signed-off-by: Chen Qi --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b093583..c01df45 100644 --- a/

Re: [yocto] QA notification for completed autobuilder build (yocto-2.8_M1.rc1)

2019-06-10 Thread richard . purdie
On Mon, 2019-06-10 at 21:38 +, Poky Build User wrote: > A build flagged for QA (yocto-2.8_M1.rc1) was completed on the > autobuilder and is available at: > > > https://autobuilder.yocto.io/pub/releases/yocto-2.8_M1.rc1 > I've triggered an rc2 since one of the autobuilder workers messed

[yocto] QA notification for completed autobuilder build (yocto-2.8_M1.rc1)

2019-06-10 Thread Poky Build User
A build flagged for QA (yocto-2.8_M1.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-2.8_M1.rc1 Build hash information: bitbake: c4d90890547af642e99cc541af3415df3559563e meta-gplv2: 168a5070bdf3bc45edb5bf2a1add9b7c081f5b64 meta

Re: [yocto] [meta-security][master][warrior][PATCH 0/3] python-scapy:solved the conflict with python3-scapy

2019-06-10 Thread akuster808
On 6/10/19 12:24 AM, Zang Ruochen wrote: > -Remove redundant sed operations. > > -Rename conflicting files to resolve conflicts. merged to master. working on warrior thanks, - armin > > > Zang Ruochen (3): > [yocto][meta-security][master][warrior][PATCH 1/3] python-scapy: Remove > redund

Re: [yocto] [meta-security] AppArmor 2.11 no longer available on Ubuntu archive (sumo branch)

2019-06-10 Thread akuster808
On 6/7/19 3:09 AM, Burton, Ross wrote: > That is deliberate and by design, recipes shouldn't fetch from > Debian/Ubuntu archives for this reason. > > http://git.yoctoproject.org/cgit/cgit.cgi/meta-security/commit/?id=462d76700a3c2748067d4685db8985c511b1b46c > is a patch to master that needs to b

Re: [yocto] Multiple MACHINEs and DISTROs: When to use own build dir, SSTATE_DIR, DL_DIR ?

2019-06-10 Thread Richard Purdie
On Mon, 2019-06-10 at 00:11 +0200, Ulf Samuelsson wrote: > Den 2019-05-09 kl. 11:56, skrev Burton, Ross: > > On Thu, 9 May 2019 at 10:47, Fabian Knapp > > wrote: > > > > we have multiple MACHINEs and DISTROs and Im wondering for > > which > > combinations I have t

Re: [yocto] Multiple MACHINEs and DISTROs: When to use own build dir, SSTATE_DIR, DL_DIR ?

2019-06-10 Thread Burton, Ross
On Sun, 9 Jun 2019 at 23:19, Ulf Samuelsson wrote: > When you have the same machine, and the recipes have variants > which are DISTRO dependent the SSTATE_DIR can be messed up > > We never digged deep enough to find the cause, > but when we separated the SSTATE to only have one DISTRO > in the sam

Re: [yocto] [meta-security][master][warrior][PATCH 3/3] python3-scapy: solved the conflict with python-scapy

2019-06-10 Thread Adrian Bunk
On Mon, Jun 10, 2019 at 03:24:24PM +0800, Zang Ruochen wrote: > -Rename the following file to resolve the conflict with python-scapy: > Rename /usr/bin/UTscapy to /usr/bin/UTscapy3 > Rename /usr/bin/scapy to /usr/bin/scapy3 > > Signed-off-by: Zang Ruochen > --- > recipes-security/sca

[yocto] [meta-security][master][warrior][PATCH 1/3] python-scapy: Remove redundant sed operations

2019-06-10 Thread Zang Ruochen
-Remove redundant sed operations. Signed-off-by: Zang Ruochen --- recipes-security/scapy/python-scapy.inc | 7 --- 1 file changed, 7 deletions(-) diff --git a/recipes-security/scapy/python-scapy.inc b/recipes-security/scapy/python-scapy.inc index 99f30a7..baa69b2 100644 --- a/recipes-secur

[yocto] [meta-security][master][warrior][PATCH 2/3] python-scapy: solved the conflict with python3-scapy

2019-06-10 Thread Zang Ruochen
-Rename the following file to resolve the conflict with python3-scapy: Rename /usr/bin/UTscapy to /usr/bin/UTscapy2 Rename /usr/bin/scapy to /usr/bin/scapy2 Signed-off-by: Zang Ruochen --- recipes-security/scapy/python-scapy_2.4.2.bb | 5 + 1 file changed, 5 insertions(+) di

[yocto] [meta-security][master][warrior][PATCH 3/3] python3-scapy: solved the conflict with python-scapy

2019-06-10 Thread Zang Ruochen
-Rename the following file to resolve the conflict with python-scapy: Rename /usr/bin/UTscapy to /usr/bin/UTscapy3 Rename /usr/bin/scapy to /usr/bin/scapy3 Signed-off-by: Zang Ruochen --- recipes-security/scapy/python3-scapy_2.4.2.bb | 4 1 file changed, 4 insertions(+) dif

[yocto] [meta-security][master][warrior][PATCH 0/3] python-scapy:solved the conflict with python3-scapy

2019-06-10 Thread Zang Ruochen
-Remove redundant sed operations. -Rename conflicting files to resolve conflicts. Zang Ruochen (3): [yocto][meta-security][master][warrior][PATCH 1/3] python-scapy: Remove redundant sed operations [yocto][meta-security][master][warrior][PATCH 2/3] python-scapy: solved the conflict wi