[linux-yocto] [PATCH 1/1] features/security: add configs to harden protection

2018-08-13 Thread Anuj Mittal
Add a feature that enables/disables configurations that impact kernel security with an aim of decreasing the attack surface. Signed-off-by: Anuj Mittal --- features/security/security.cfg | 48 ++ features/security/security.scc | 4 +++ 2 files changed, 52

[linux-yocto] [PATCH 0/1] Harden kernel configuration

2018-08-13 Thread Anuj Mittal
This change adds a feature to enable some of the kernel configs that improve kernel self-protection/security. More details are available at the kernel self-protection project page [1]. This is not being enabled by default and can be included using KERNEL_FEATURES if required by a BSP. Can this

Re: [yocto] [PATCH][meta-dpdk] dpdk-dev-libibverbs: fix do_fetch error

2018-08-13 Thread Anuj Mittal
On 08/14/2018 09:37 AM, Changqing Li wrote: > > > On 08/13/2018 02:35 PM, Anuj Mittal wrote: >> On 08/13/2018 01:22 PM, changqing...@windriver.com wrote: >>> From: Changqing Li >>> >>> original URI have been deleted(don't know why). I noticed there is >>> an official

Re: [yocto] [PATCH][meta-dpdk] dpdk-dev-libibverbs: fix do_fetch error

2018-08-13 Thread Changqing Li
On 08/13/2018 02:35 PM, Anuj Mittal wrote: On 08/13/2018 01:22 PM, changqing...@windriver.com wrote: From: Changqing Li original URI have been deleted(don't know why). I noticed there is an official libibverbs(https://git.kernel.org/pub/scm/libs/infiniband /libibverbs.git), The deprecation

Re: [yocto] bbappend and placing a file into /tmp on the target

2018-08-13 Thread Khem Raj
May be look into VOLATILE_BINDS On Mon, Aug 13, 2018 at 1:12 PM Bishop, Mark (STRT) < mbis...@smithsinterconnectinc.com> wrote: > I am trying to expand an existing package (base-passwd) and having it > place /etc/passwd into /tmp/ > > > > I’m failing pretty miserably and am looking for some

[yocto] bbappend and placing a file into /tmp on the target

2018-08-13 Thread Bishop, Mark (STRT)
I am trying to expand an existing package (base-passwd) and having it place /etc/passwd into /tmp/ I'm failing pretty miserably and am looking for some hints/tips. Mark Bishop Sr. Firmware/Software Engineer - Microwave Subsystems [cid:image001.png@01D281ED.A45F0A90] 4726 Eisenhower Blvd.

[yocto] [meta-security][PATCH] libseccomp: Drop RDEPENDS on bash

2018-08-13 Thread Alex Kiernan
Commit ada3eee ("libseccomp: fix rdepends") added RDEPENDS on bash, but this is no longer needed, so drop it. Signed-off-by: Alex Kiernan --- recipes-security/libseccomp/libseccomp_2.3.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-security/libseccomp/libseccomp_2.3.3.bb

Re: [linux-yocto] v4.12.x - stable updates comprising v4.12.28

2018-08-13 Thread akuster808
On 08/13/2018 08:00 AM, Paul Gortmaker wrote: > Bruce, Yocto kernel folks: > > Here is another 4.12.x stable update "extension" primarily created for > the Yocto project, continuing on top of the previous v4.12.27 kernel. > > Hopefully people using 4.12.x have their plans well underway to move

[yocto] Yocto Project Unassigned Bugs - Help Needed

2018-08-13 Thread Jolley, Stephen K
All, The triage team meets weekly and does its best to handle the bugs reported into the bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the

Re: [linux-yocto] [PATCH] scripts/kconfig: Fix menuconfig failure

2018-08-13 Thread Bruce Ashfield
Which kernel version(s) are you seeing this issue ? Just linux-yocto-dev ? Bruce On 08/11/2018 11:11 AM, He Zhe wrote: The folloing porting lacks of change log and breaks menuconfig. CROSS_CURSES_LIB or CROSS_CURSES_INC contains xxx"" which is finially evaluated as "xxx""" in which < and >

[yocto] Creating multiple filesystem images

2018-08-13 Thread Amol Lad
Hi, Currently when we build say core-image-minimal, we get a root file system image (say ext4) after the build. However, I also need to create an ext4 image for /boot partition (which contains zImage and dtb). I do not want wic image. How I can do this? i.e. I want two ext4 images after build:

[linux-yocto] v4.12.x - stable updates comprising v4.12.28

2018-08-13 Thread Paul Gortmaker
Bruce, Yocto kernel folks: Here is another 4.12.x stable update "extension" primarily created for the Yocto project, continuing on top of the previous v4.12.27 kernel. Hopefully people using 4.12.x have their plans well underway to move to a newer kernel, as I have been indicating for several

[yocto] [layerindex-web][PATCH v2 00/31] Distro comparisons (cover letter only)

2018-08-13 Thread Paul Eggleton
After running some more tests with Fedora metadata I've made the following fixes: - Turns out fedora golang rpms already have the processed name so we don't need the stuff in rpmmacros.py, so drop that - Add missing __grep definition - Handle unbracketed expressions e.g. %name instead of

Re: [yocto] custom splash screen using psplash

2018-08-13 Thread Ricardo Ribalda Delgado
And also note that if in the future you decide to use systemd, AFAIK there is no progress bar there. On Sun, Aug 12, 2018 at 8:32 PM Burton, Ross wrote: > > The easy solution would be to not use meta-poky at all, but if you > insist then you'll have to set the layer priority so bitbake uses your

Re: [yocto] [oe] [meta-openembedded] Original ltrace_git.bb SRCREV commit used is now unavailable in git tarball from ltrace.org

2018-08-13 Thread Aditya Tayade
Hi Randy, Sent patch for this with below subject line: [meta-oe][PATCH] ltrace: added alternate source Thanks & Regards, Aditya Tayade From: Randy MacLeod Sent: Saturday, July 28, 2018 1:27 AM To: Aditya Tayade; openembedded-iss...@lists.openembedded.org;

[linux-yocto] [PATCH 1/1] cfg: add fragment for kernel-selftest

2018-08-13 Thread Hongzhi.Song
When you want to run cases under tool/testing/selftest of kernel-source, these fragments are required. Signed-off-by: Hongzhi.Song --- cfg/debug-kselftest.cfg | 70 + cfg/debug-kselftest.scc | 4 +++ 2 files changed, 74 insertions(+) create mode

[linux-yocto] [PATCH 0/1] add a feature for kernel selftest

2018-08-13 Thread Hongzhi.Song
Please merge this to 4.15 and master Hongzhi.Song (1): cfg: add fragment for kernel-selftest cfg/debug-kselftest.cfg | 70 + cfg/debug-kselftest.scc | 4 +++ 2 files changed, 74 insertions(+) create mode 100644 cfg/debug-kselftest.cfg create

Re: [yocto] [PATCH][meta-dpdk] dpdk-dev-libibverbs: fix do_fetch error

2018-08-13 Thread Anuj Mittal
On 08/13/2018 01:22 PM, changqing...@windriver.com wrote: > From: Changqing Li > > original URI have been deleted(don't know why). I noticed there is > an official libibverbs(https://git.kernel.org/pub/scm/libs/infiniband > /libibverbs.git), The deprecation notice seems to imply that rdma-core