Re: [yocto] [meta-selinux][PATCH] selinux-autorelabel: disable enforcing mode before relabel

2019-09-06 Thread Joe MacDonald
[Re: [meta-selinux][PATCH] selinux-autorelabel: disable enforcing mode before relabel] On 19.09.06 (Fri 11:31) Yi Zhao wrote: > > On 9/5/19 7:57 PM, Joe MacDonald wrote: > > [[meta-selinux][PATCH] selinux-autorelabel: disable enforcing mode before > > relabel] On 19.09.05 (Thu 16:57) Yi Zhao

[yocto] Working with symbolic links in recipes?

2019-09-06 Thread Aaron Biver
In short, I'd like to have my recipe know the name of a file that is a symbolic link, as in "readlink" and the linux prompt.- preferably before populating SRC_URI, but this is not working (so I guess random shell scripts are not doable in recipes): LINK_TARGET=`readlink -f ${LATEST_VER}` SRC_URI =

Re: [yocto] [meta-selinux][PATCH] selinux-init: use systemd (re)labelling

2019-09-06 Thread Mark Asselstine
On Thursday, September 5, 2019 4:02:11 P.M. EDT Joe MacDonald wrote: > [Re: [yocto] [meta-selinux][PATCH] selinux-init: use systemd (re)labelling] On 19.09.05 (Thu 13:55) Mark Asselstine wrote: > > On Friday, August 23, 2019 2:19:53 P.M. EDT Mark Asselstine wrote: > > > Boot loops were being seen

Re: [yocto] [yocto-docs][PATCH] ref-manual: mention PREPROCESS_RELOCATE_DIRS variable

2019-09-06 Thread Martin Jansa
On Mon, Aug 12, 2019 at 07:51:40PM +, Martin Jansa wrote: > Signed-off-by: Martin Jansa ping > --- > documentation/ref-manual/ref-classes.xml | 5 - > documentation/ref-manual/ref-variables.xml | 21 + > 2 files changed, 25 insertions(+), 1 deletion(-) > > diff

Re: [yocto] [yocto-docs][PATCH] ref-manual: Remove documentation for the removed bluez5 distro feature

2019-09-06 Thread Adrian Bunk
ping On Mon, Jul 15, 2019 at 11:44:10AM +0300, Adrian Bunk wrote: > bluez4 was removed even from meta-oe 2 years ago, > which made made the bluez5 feature for selecting between > bluez4 and bluez5 mandatory for using the bluetooth feature. > > The backfilled bluez5 feature has been removed, >

Re: [yocto] [yocto-docs][PATCH] ref-manual: Remove documentation for the removed gnome class

2019-09-06 Thread Adrian Bunk
ping On Wed, Jul 31, 2019 at 04:29:57PM +0300, Adrian Bunk wrote: > When removed all it did was > inherit gnomebase gtk-icon-cache gconf mime > which would also be the most trivial replacement. > > Most of the time not all of these classes were needed, > and it is recommended to use only the

[yocto] incohenrence between defconf, .config and /proc/config.gz

2019-09-06 Thread María del Mar Velasco AERTEC Solutions – Aerospace & Aviation
Dear all, I have built an image after doing changes in kernel config by adding a layer that adds lines in .config file. This changes lead me to an undesired configuration, so I decided to undo the last kernel config. When I remove the layer that adds lines in .config file, I ensure that kernel

[linux-yocto] [kernel-cache][yocto-5.2] Add NUMA node number and enable NUMA balancing

2019-09-06 Thread Yongxin Liu
Hi Bruce, The follow two patches were merged to master branch of yocto-kernel-cache. 07aeebc4cefbfa4f56a640917355ada547586b60 bsp/intel-x86: Enable NUMA balancing for intel-x86-64 09126d352f7092f8bfe0f79128d7d1aa3b262c53 bsp/intel-x86: Set CONFIG_NODES_SHIFT to 6 Please help to merge them to

[linux-yocto] [kernel-cache][yocto-5.2][PATCH 2/2] bsp/intel-x86: Enable NUMA balancing for intel-x86-64

2019-09-06 Thread Yongxin Liu
Add support for automatic NUMA aware memory/task placement. Enable automatic NUMA balancing as default. Signed-off-by: Yongxin Liu Signed-off-by: Bruce Ashfield --- bsp/intel-x86/intel-x86-64.cfg | 6 ++ 1 file changed, 6 insertions(+) diff --git a/bsp/intel-x86/intel-x86-64.cfg

[linux-yocto] [kernel-cache][yocto-5.2][PATCH 1/2] bsp/intel-x86: Set CONFIG_NODES_SHIFT to 6

2019-09-06 Thread Yongxin Liu
This config specifies the maximum number (as a power of 2) of NUMA Nodes available on the target. 2^6 is big enough for most current systems. Signed-off-by: Yongxin Liu Signed-off-by: Bruce Ashfield --- bsp/intel-x86/intel-x86.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff