[OE-core] [PATCH] libsdl2: fix failure appeared in bitbake libsdl2-native

2019-12-24 Thread yanfei.xu
From: Yanfei Xu When you bitbake libsdl2-native and your host had installed fcitx or ibus, it may cause you bitbake failed in do_compile. Disable fcitx and ibus check with EXTRA_OECONF in bb file. -snip- CC build/SDL_sysfilesystem.lo CC

[OE-core] [PATCH] base.bbclass: clean up dead symlink when handling hosttools

2019-12-24 Thread Chen Qi
When some hosttool is a dead symlink, bitbake any recipe will fail with error like below. FileExistsError: [Errno 17] File exists: '/usr/bin/chrpath' -> '/path/to/builddir/tmp-glibc/hosttools/chrpath' So we remove dead symlink under hostools/ directory to avoid such error. Signed-off-by:

[OE-core] [PATCH] u-boot: Update to v2020.01-rc5

2019-12-24 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/recipes-bsp/u-boot/u-boot-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index a0f9c41469..4799948bb1 100644 ---