Re: [OE-core] [PATCH] git: upgrade 2.18.0 -> 2.18.1

2018-10-25 Thread Changqing Li
This upgrade is for fix CVE-17456 Here is the whole release note for 2.18.1 Git v2.18.1 Release Notes = This release merges up the fixes that appear in v2.14.5 and in v2.17.2 to address the recently reported CVE-2018-17456; see the

Re: [OE-core] [PATCH] sysklogd: add alternatives for klogd and syslogd

2018-10-25 Thread ChenQi
On 10/26/2018 12:53 PM, Victor Kamensky via Openembedded-core wrote: Otherwise when used in presense of busybox that provides its own version of klogd and syslogd, image packaging complains that klogd exists and it is not syymbolic link. Failure happens only if image packaging script install sysk

[OE-core] [PATCH] sysklogd: add alternatives for klogd and syslogd

2018-10-25 Thread Victor Kamensky via Openembedded-core
Otherwise when used in presense of busybox that provides its own version of klogd and syslogd, image packaging complains that klogd exists and it is not syymbolic link. Failure happens only if image packaging script install sysklogd package first followed by installtion of busybox package. If durin

Re: [OE-core] [PATCH] systemtap: 3.3 -> 4.0

2018-10-25 Thread Victor Kamensky via Openembedded-core
Hi Guys, On Wed, 17 Oct 2018, Victor Kamensky wrote: stap-exporter service is a new feature in SystemTap 4.0, I've never used it before. I'll dig in and will try to make sure that it is functional in resulting OE image. I've had a chance to look at stap-exporter and its service more closely.

[OE-core] [PATCH] systemtap: move systemtap-exporter into separate package

2018-10-25 Thread Victor Kamensky via Openembedded-core
stap-exporter runs a set of systemtap scripts and relays their procfs outputs to remote HTTP clients on demand. systemtap-exporter is not supposed to run in untrusted environment. It starts HTTP server on some port. It does not look safe enough to be included by default along with the rest of syst

Re: [OE-core] [PATCH 1/1] systemd: add back alternatives for init utitilies

2018-10-25 Thread richard . purdie
On Wed, 2018-10-24 at 14:16 +0800, ChenQi wrote: > The failure is revealed by Kevin's patches regarding udev-extraconf. > More particularly, it's the following patch that reveals the problem. > "udev-extraconf: Use the canonical file name of systemd" > > I've sent out a patch to remove udev-extra

Re: [OE-core] About uninative-tarball update

2018-10-25 Thread richard . purdie
On Wed, 2018-10-24 at 15:47 +0800, ChenQi wrote: > We recently got the following warning when building on ubuntu 18.10. > > WARNING: Your host glibc verson (2.28) is newer than that > in uninative (2.27). Disabling uninative so that sstate is > not corrupted. > > I checked the o

[OE-core] [PATCH v3] gitignore: Ignore repo tool directory

2018-10-25 Thread Christian Meusel
This reduces the noise produced by 'git status' and 'repo status' when orchestrating the layers with Google's repo tool (https://gerrit.googlesource.com/git-repo/). Signed-off-by: Christian Meusel --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d8

[OE-core] ✗ patchtest: failure for gitignore: Ignore repo tool directory

2018-10-25 Thread Patchwork
== Series Details == Series: gitignore: Ignore repo tool directory Revision: 1 URL : https://patchwork.openembedded.org/series/14677/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

[OE-core] [PATCH v2] gitignore: Ignore repo tool directory

2018-10-25 Thread Christian Meusel
This reduces the noise produced by 'git status' and 'repo status' when orchestrating the layers with Google's repo tool (https://gerrit.googlesource.com/git-repo/) Signed-off-by: Christian Meusel --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d3e

[OE-core] ✗ patchtest: failure for Ignore repo tool directory

2018-10-25 Thread Patchwork
== Series Details == Series: Ignore repo tool directory Revision: 1 URL : https://patchwork.openembedded.org/series/14676/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the prop

[OE-core] [PATCH] Ignore repo tool directory

2018-10-25 Thread Christian Meusel
This reduces the noise produced by 'git status' and 'repo status' when orchestrating the layers with Google's repo tool (https://gerrit.googlesource.com/git-repo/). --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 94894d498c..57dd439401 100644 --- a/

[OE-core] [PATCH] yocto-uninative: Upgrade to verson 2.3 which includes glibc 2.28

2018-10-25 Thread Richard Purdie
This allows us to handle distros which contain glibc 2.28 such as Ubuntu 18.10. Signed-off-by: Richard Purdie --- meta/conf/distro/include/yocto-uninative.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/

Re: [OE-core] [PATCH] volatile-binds: use overlayfs if available

2018-10-25 Thread Richard Purdie
On Wed, 2018-10-24 at 09:40 -0500, Matt Hoosier wrote: > Hi; any interest in this one? Yes, it merged! http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=c4acf1b531843497297c492456daea1744400faa Cheers, Richard -- ___ Openembedded-core mailing lis

Re: [OE-core] [PATCH] openssl: change make install run serially

2018-10-25 Thread Richard Purdie
On Thu, 2018-10-25 at 13:10 +0800, Changqing Li wrote: > > On 10/25/2018 12:59 PM, Andre McCurdy wrote: > > On Wed, Oct 24, 2018 at 9:18 PM, > > wrote: > > > From: Changqing Li > > > > > > openssl offcially don't supprt parallel make install, and have > > > occasionally install fail problem fo

[OE-core] [PATCH v3] Weston split out config recipe

2018-10-25 Thread Mark Hatle
Adding a cover page to explain the differences. v3: Rename package from weston-cfg to weston-conf Add missing SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS Add do_configure[noexec] to fix bitbake -c clean v2: Add missing maintainer entry v1: original Mark Hatle (1): weston: Split out machine speci

[OE-core] [PATCH v3] weston: Split out machine specific configuration

2018-10-25 Thread Mark Hatle
Weston needs to be configured to load the fbdev driver when run on a QEMU system. Other MACHINEs may want to also provider their own configuration as well.. Adding a new RRECOMMEND configuration package will allow this, but avoid installing empty packages/files in the majority case where it is no

[OE-core] [PATCH] systemd-conf: Fix clean support

2018-10-25 Thread Mark Hatle
Signed-off-by: Mark Hatle --- meta/recipes-core/systemd/systemd-conf.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd-conf.bb b/meta/recipes-core/systemd/systemd-conf.bb index c694efb..9bb27fd 100644 --- a/meta/recipes-core/systemd/systemd-conf.bb +++ b/

Re: [OE-core] [PATCH 3/4] weston: Remove machine specific append

2018-10-25 Thread Richard Purdie
On Thu, 2018-10-25 at 10:36 +0200, Alexander Kanavin wrote: > As far as I know virglrenderer works rather well now, and we should > take it into use. WebOS already has support for it. > https://lwn.net/Articles/767970/ Sure, but that is 2.7 at this point... Cheers, Richard --

Re: [OE-core] [PATCH] os-release: add more variables to list

2018-10-25 Thread Richard Purdie
On Thu, 2018-10-25 at 08:20 +0100, Armin Kuster wrote: > If someone extends the OS_RELEASE_FIELDS in a bbappend, it will cause > the hash to change which is > caught by the yocto-check-layer > > Signed-off-by: Armin Kuster > --- > meta/recipes-core/os-release/os-release.bb | 2 +- > 1 file chang

[OE-core] ✗ patchtest: failure for python: add tk support

2018-10-25 Thread Patchwork
== Series Details == Series: python: add tk support Revision: 1 URL : https://patchwork.openembedded.org/series/14668/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed

Re: [OE-core] [PATCH 3/4] weston: Remove machine specific append

2018-10-25 Thread Martin Jansa
https://bugzilla.yoctoproject.org/show_bug.cgi?id=12938 On Thu, Oct 25, 2018 at 10:36 AM Alexander Kanavin wrote: > As far as I know virglrenderer works rather well now, and we should take > it into use. WebOS already has support for it. > https://lwn.net/Articles/767970/ > > Alex > > On 18 Oct

[OE-core] [PATCH] python-native: fix one do_populate_sysroot warning

2018-10-25 Thread changqing.li
From: Changqing Li Fix below warning: WARNING: Skipping RPATH /usr/lib64 as is a standard search path for work/x86_64-linux/python-native/2.7.15-r1.1/recipe-sysroot-native/ usr/lib/python2.7/lib-dynload/_bsddb.so setup.py will check db.h under include_dirs, for native build, /usr/lib64 will be i

[OE-core] [PATCH v2] scripts/test-case-mgmt: store test result & log into git repository

2018-10-25 Thread Yeoh Ee Peng
These scripts were developed as an alternative testcase management tool to Testopia. Using these scripts, user can store test result & log from OEQA automated testcase execution. These scripts will store test result & log in GIT repository. To use these scripts, first source oe environment, then r

[OE-core] [oe-core][PATCH 2/2] python: add tk support

2018-10-25 Thread mingli.yu
From: Mingli Yu Enable tk to add tk support for python. before the patch: # python Python 2.7.15 (default, Oct 25 2018, 08:12:45) [GCC 8.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import Tkinter Traceback (most recent call last): File "", li

[OE-core] [oe-core][PATCH 1/2] tk: add new recipe(move from meta-oe)

2018-10-25 Thread mingli.yu
From: Mingli Yu Move tk recipe from meta-oe to add tkinter support for python. Signed-off-by: Mingli Yu --- .../tk/configure.use.fontconfig.with.xft.patch | 13 meta/recipes-devtools/tcltk/tk/confsearch.diff | 35 ++ meta/recipes-devtools/tcltk/tk/fix-xft.diff| 16

[OE-core] [oe-core][PATCH 0/2] python: add tk support

2018-10-25 Thread mingli.yu
1, move tk recipe from meta-oe 2, enable tk to add tk support -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 3/4] weston: Remove machine specific append

2018-10-25 Thread Alexander Kanavin
As far as I know virglrenderer works rather well now, and we should take it into use. WebOS already has support for it. https://lwn.net/Articles/767970/ Alex > On 18 Oct 2018, at 12.24, Burton, Ross wrote: > >> On Wed, 17 Oct 2018 at 17:44, Mark Hatle wrote: >> -EXTRA_OECONF_append_qemux86 =

[OE-core] [PATCH 1/1] target-sdk-provides-dummy: set nostamp for do_package

2018-10-25 Thread kai.kang
From: Kai Kang It exists a situation that there is a common config file includes multilib.conf but variable MULTILIBS is not set by default: require conf/multilib.conf MULTILIBS ?= "" When build target-sdk-provides-dummy in the same build project with following steps, it fails. 1 $ echo 'M

[OE-core] [PATCH 0/1] target-sdk-provides-dummy: set nostamp for do_package

2018-10-25 Thread kai.kang
From: Kai Kang The following changes since commit 8e4c03744cfa8cc559682ebf7074643216dd2b9d: oe-selftest: devtool: Support meta being a symbolic link (2018-10-21 21:30:35 +0100) are available in the Git repository at: git://git.pokylinux.org/poky-contrib kangkai/target-dummy http://git.p

[OE-core] [PATCH] os-release: add more variables to list

2018-10-25 Thread Armin Kuster
If someone extends the OS_RELEASE_FIELDS in a bbappend, it will cause the hash to change which is caught by the yocto-check-layer Signed-off-by: Armin Kuster --- meta/recipes-core/os-release/os-release.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/os-r

Re: [OE-core] [PATCH] systemd-conf: add CLEANBROKEN

2018-10-25 Thread Mark Hatle
On 10/24/18 11:50 PM, Andreas Müller wrote: > On Wed, Oct 24, 2018 at 11:32 PM Richard Purdie > wrote: >> >> On Wed, 2018-10-24 at 13:51 +0200, Andreas Müller wrote: DEBUG: Executing shell function do_configure NOTE: make clean make: *** No rule to make target 'clean'. Stop. E