Re: [oe] [meta-oe][PATCH] kselftest: Add a recipe on kernel selftest

2018-07-22 Thread Khem Raj
It fails for rpi3 for both musl and glibc glibc | Auto-detecting system features: | ...libelf: [ ^[[31mOFF^[[m ] | ... bpf: [ ^[[31mOFF^[[m ] | | No libelf found | make[1]: *** [Makefile:216: elfdep] Error 255 | make[1]: *** Waiting for

[oe] [meta-filesystems][PATCH 2/2] xfsprogs: upgrade 4.14.0 -> 4.17.0

2018-07-22 Thread Yi Zhao
Add a patch to disable xfs_scrub build since it is experimental. Signed-off-by: Yi Zhao --- .../xfsprogs/files/disable-xfs_scrub-build.patch | 30 ++ .../{xfsprogs_4.14.0.bb => xfsprogs_4.17.0.bb} | 5 ++-- 2 files changed, 33 insertions(+), 2 deletions(-) create

[oe] [meta-filesystems][PATCH 1/2] aufs-util: upgrade to latest release 20180709

2018-07-22 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb index cdee11e..6d71fc0

[oe] [meta-webserver][PATCH] apache2: upgrade 2.4.33 -> 2.3.34

2018-07-22 Thread Yi Zhao
Security fixes: CVE-2018-8011 mod_md: DoS via Coredumps on specially crafted requests CVE-2018-1333 mod_http2: DoS for HTTP/2 connections by specially crafted requests Signed-off-by: Yi Zhao --- .../apache2/{apache2-native_2.4.33.bb => apache2-native_2.4.34.bb}| 4 ++--

[oe] [meta-initramfs][PATCH] dracut: upgrade 047 -> 048

2018-07-22 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-initramfs/recipes-devtools/dracut/dracut_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb index 25c338c..059e40a 100644 ---

[oe] [meta-oe][PATCH] vim/vim-tiny: fix multiple .bb files provide xxd

2018-07-22 Thread Hongxu Jia
Since the following commit applied: ... commit 34988c5319b08a14a145d82ed1057468f22632f9 Author: Rasmus Villemoes Date: Wed Jul 18 10:14:51 2018 +0200 vim: provide xxd ... And vim-tiny recipe contains vim reicpe, it caused both of them provides xxd. Add `${PN}' prefix to it.