Re: [oe] [meta-networking][PATCH] kea: replace -Og with -O

2019-06-10 Thread Yu, Mingli
On 2019年06月10日 21:35, Adrian Bunk wrote: On Mon, Jun 10, 2019 at 12:13:10AM -0700, mingli...@windriver.com wrote: From: Mingli Yu With below logic in local.conf: MACHINE ??= "qemumips64" MULTILIB_GLOBAL_VARIANTS_append = " libn32" MULTILIBS ?= "multilib:lib32 multilib:libn32"

Re: [oe] [PATCH] spice: fix compile errors on 32bit system

2019-06-10 Thread Hongzhi, Song
On 6/6/19 10:28 PM, akuster808 wrote: On 6/4/19 9:49 PM, Hongzhi.Song wrote: There are folowing compile errors on Linux 32bit system: red-channel.c:207:73: error: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'long unsigned int' [-Werror=format=] |207|

[oe] [meta-openembedded][PATCH] .gitignore: add *.pyc and *.pyo

2019-06-10 Thread Chen Qi
.gitignore needs to contain these two items, otherwise, we get unstaged change about meta-oe/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

[oe] [meta-multimedia][PATCH] openh264: Fix armv7ve build

2019-06-10 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- meta-multimedia/recipes-multimedia/openh264/openh264_1.7.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-multimedia/recipes-multimedia/openh264/openh264_1.7.0.bb b/meta-multimedia/recipes-multimedia/openh264/openh264_1.7.0.bb index

Re: [oe] [meta-networking][PATCH] kea: replace -Og with -O

2019-06-10 Thread Adrian Bunk
On Mon, Jun 10, 2019 at 12:13:10AM -0700, mingli...@windriver.com wrote: > From: Mingli Yu > > With below logic in local.conf: > MACHINE ??= "qemumips64" > MULTILIB_GLOBAL_VARIANTS_append = " libn32" > MULTILIBS ?= "multilib:lib32 multilib:libn32" > DEFAULTTUNE_virtclass-multilib-lib32 ?= "mips"

[oe] Fwd: [yocto] Yocto Project DevDay NA 2019 - Extend your Embedded Linux Conference Experience

2019-06-10 Thread Philip Balister
FYI Forwarded Message Subject: [yocto] Yocto Project DevDay NA 2019 - Extend your Embedded Linux Conference Experience Date: Tue, 4 Jun 2019 19:39:08 + From: Volosincu, Andreea S To: Yocto list discussion Hello Everybody, The registration for the Yocto Project DevDay NA

[oe] [meta-networking][PATCH] kea: replace -Og with -O

2019-06-10 Thread mingli.yu
From: Mingli Yu With below logic in local.conf: MACHINE ??= "qemumips64" MULTILIB_GLOBAL_VARIANTS_append = " libn32" MULTILIBS ?= "multilib:lib32 multilib:libn32" DEFAULTTUNE_virtclass-multilib-lib32 ?= "mips" DEFAULTTUNE_virtclass-multilib-libn32 ?= "mips64-n32" require conf/multilib.conf