[yocto] [meta-selinux][PATCH 3/3] selinux: upgrade 3.2 -> 3.3

2021-12-07 Thread Yi Zhao
Drop backport CVE patches. Signed-off-by: Yi Zhao --- ...{checkpolicy_3.2.bb => checkpolicy_3.3.bb} | 0 ...python_3.2.bb => libselinux-python_3.3.bb} | 0 .../{libselinux_3.2.bb => libselinux_3.3.bb} | 0 ...{libsemanage_3.2.bb => libsemanage_3.3.bb} | 0

[yocto] [meta-selinux][PATCH 1/3] selinux-python: add RDEPENDES on audit-python

2021-12-07 Thread Yi Zhao
Add RDEPENDS on audit-python for selinux-python-semanage. Fixes: $ semanage fcontext -a -t user_home_t "/web(/.*)?" Traceback (most recent call last): File "/usr/sbin/semanage", line 975, in do_parser() File "/usr/sbin/semanage", line 947, in do_parser args.func(args) File

[yocto] [meta-selinux][PATCH 2/3] selinux: move selinux scripts to selinux-scripts

2021-12-07 Thread Yi Zhao
There are too many recipes in recipes-security/selinux. Keep the selinux userspace recipes and move selinux scripts to selinux-scripts directory to make the directory hierarchy clearer. Signed-off-by: Yi Zhao --- .../selinux-autorelabel/selinux-autorelabel.service | 0

[linux-yocto][linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc & v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][PATCH] media: ov5640 mipi v2: fix kernel warning when no camera is plugged in

2021-12-07 Thread Xiaolei Wang
the regulator need to be disabled before calling regulator_put(). If not do so, the kernel will print warning message as below. [2.834247] ov5640_mipi 1-003c: Camera is not found [2.839198] [ cut here ] [2.844386] WARNING: CPU: 0 PID: 33 at

[yocto][meta-realtime][PATCH] schedtool-dl: add branch and protocol in SRC_URI

2021-12-07 Thread Chen Qi
Add branch and prototol to avoid do_fetch warnings. Signed-off-by: Chen Qi --- recipes-tools/schedtool-dl/schedtool-dl.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tools/schedtool-dl/schedtool-dl.bb b/recipes-tools/schedtool-dl/schedtool-dl.bb index

Re: [yocto] Touchscreen not working if keyboard or mouse plugged in

2021-12-07 Thread Khem Raj
On Tue, Dec 7, 2021 at 2:07 PM Greg Wilson-Lindberg wrote: > > We are building yocto Zeus for the Raspberrypi 4. We are using a touchscreen > on the system, and it works just fine. But if a keyboard or mouse is plugged > in when the system boots then the touchscreen is disabled. > > > > I am

[yocto] Touchscreen not working if keyboard or mouse plugged in

2021-12-07 Thread Greg Wilson-Lindberg
We are building yocto Zeus for the Raspberrypi 4. We are using a touchscreen on the system, and it works just fine. But if a keyboard or mouse is plugged in when the system boots then the touchscreen is disabled. I am wondering if there is a configuration somewhere that can be set to allow

Re: [yocto] Help with Inclusive Language in OpenEmbedded/Yocto Project

2021-12-07 Thread Michael Opdenacker
Hi Jon, On 12/7/21 2:01 AM, Jon Mason wrote: > This email is a follow-up from the session held on Friday at the > OpenEmbedded Developer's Virtual Meeting (see > https://www.openembedded.org/wiki/OEDVM_Nov_2021) > > The session was not recorded, but the slides can be found at >

Re: [yocto] Is there any recipe for #FRR

2021-12-07 Thread Khem Raj
check https://layers.openembedded.org/layerindex/branch/master/recipes/ if its not there then perhaps no one published it yet. On Mon, Dec 6, 2021 at 11:24 PM wrote: > > Hi > There is an old discussion regarding this in this link: >

Re: [yocto] ls command

2021-12-07 Thread Khem Raj
On Tue, Dec 7, 2021 at 1:45 AM wrote: > > Hi Guys i am new in YOCTO project. i have build images before and the images > were included the "ls" and "clear" and all busybox commands. i do not know > what happend now the image does not have anymore the "ls" or "clear" and all > that commands and

[yocto] Yocto Project Status WW49`21

2021-12-07 Thread Stephen Jolley
Current Dev Position: YP 3.5 M1 Next Deadline: 6th Dec. 2021 YP 3.5 M1 build Next Team Meetings: * Bug Triage meeting Thursday Dec. 9th at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) *

Re: [yocto] Setting BUILDNAME to a string broke in 3.1.12

2021-12-07 Thread Steve Sakoman
On Tue, Dec 7, 2021 at 12:21 AM Henrik Riomar wrote: > > Hi > > On Tue, Dec 7, 2021 at 1:34 AM Richard Purdie > wrote: > > > # Perform any additional adjustments needed to make rootf binary > > reproducible > > rootfs_reproducible () { > > if [ "${REPRODUCIBLE_TIMESTAMP_ROOTFS}" != ""

Re: [yocto] [meta-rockchip][PATCH] README: Add intstructions to add patch template

2021-12-07 Thread Trevor Woerner
On Tue 2021-11-30 @ 06:27:53 PM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > README | 16 +--- > 1 file changed, 13 insertions(+), 3 deletions(-) Applied to meta-rockchip master branch. Thanks! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [yocto] Setting BUILDNAME to a string broke in 3.1.12

2021-12-07 Thread Henrik Riomar
Hi On Tue, Dec 7, 2021 at 1:34 AM Richard Purdie wrote: > # Perform any additional adjustments needed to make rootf binary reproducible > rootfs_reproducible () { > if [ "${REPRODUCIBLE_TIMESTAMP_ROOTFS}" != "" ]; then > # Convert UTC into %4Y%2m%2d%2H%2M%2S >

[yocto] ls command

2021-12-07 Thread msabood2014
Hi Guys i am new in YOCTO project. i have build images before and the images were included the "ls" and "clear" and all busybox commands. i do not know what happend now the image does not have anymore the "ls" or "clear" and all that commands and also there is a folder named && in the root

[linux-yocto] [PATCH 1/3] drivers: pci: octeon-pem: Check on MSI-X vector count

2021-12-07 Thread Ruiqiang Hao
From: Suneel Garapati commit c6131b812110a73d49be91eab17fa9421ecd26f3 from g...@git.assembla.com:cavium/WindRiver.linux.git RST MSI-X vector is not supported on some silicon revisions so check for table size count before registering interrupts. Otherwise kernel reports warning during boot.

[linux-yocto] [PATCH 2/3] coresight: etm4x: Change sdei_list_lock type

2021-12-07 Thread Ruiqiang Hao
From: Ruiqiang Hao When start with preempt-rt kernel, the following problem occurs when executing cpu-hotplug. Replace spinlock in struct etmv4_drvdata with a raw_spinlock to fix. BUG: sleeping function called from invalid context at kernel/locking/rtmutex.c:969 in_atomic(): 1,

[linux-yocto][linux-yocto v5.10] fix patches for marvell octeon

2021-12-07 Thread Ruiqiang Hao
Hi Bruce, Please help to merge these two patches into our linux-yocto repo. repo: linux-yocto branch: v5.10/standard/cn-sdkv5.4/octeon v5.10/standard/preempt-rt/cn-sdkv5.4/octeon Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

[yocto] #systemd

2021-12-07 Thread msabood2014
Hi Guys i am new in YOCTO project. i have build images before and the images were included the "ls" and "clear" and all busybox commands. i do not know what happend now the image does not have anymore the "ls" or "clear" and all that commands and also there is a folder named && in the root

Re: [yocto] How to log inside a recipe #yocto

2021-12-07 Thread tomzy
This is not something I do a lot but from what I know, you should be able to use `bbnote` expresions etc inside the functions like `do_install` or `do_compile` only if you inherit the `logging` bbclass https://git.yoctoproject.org/poky/tree/meta/classes/logging.bbclass within your recipes.