Re: [yocto] ttyS0 is not getting generated in my Raspberry-CM3 module.

2021-03-11 Thread Zoran
> ...I'm not getting /dev/ttyS0 even after giving > enable_uart=1 in config.txt file... And what U R getting exactly? ls -al /dev | grep ttyS And, also, could you do it for: ls -al /dev | grep ttyUSB (with serial/USB cable plugged-in)? Zee ___ On Fri, Mar 12, 2021 at 6:57 AM wrote: > > Dear

[yocto] ttyS0 is not getting generated in my Raspberry-CM3 module.

2021-03-11 Thread prashantsingh
Dear Team, I'm building linux-raspberry, in this I'm not getting getting /dev/ttyS0 even after giving enable_uart=1 in config.txt file. I'm building two different kernels i.e. 4.14 and 5.4 using poky-dunell and poky-sumo for each different kernel. In both of them I'm not getting ttyS0 terminal

Re: [yocto] Assign IP address at boot time

2021-03-11 Thread Chen Qi
Try adding the following line to the match section of the 80-wired.network file. KernelCommandLine=!ip Regards, Chen Qi On 03/12/2021 02:12 AM, jchludzinski via lists.yoctoproject.org wrote: Can this be done using boot parameters? Something like(?): LABEL Arria10 SOCDK SDMMC KERNEL ../zI

Re: [yocto] [meta-security][dunfell][PATCH 0/9] Some IMA/EVM fixes to dunfell branch

2021-03-11 Thread akuster
merged. thanks. On 3/10/21 2:31 AM, Ming Liu wrote: > Hi, akuster808: > > I saw this patch set has been merged to gatesgarth, may I ask, any > plan for dunfell? I am asking because dunfell is a LTS branch and many > users are building their products based on it. Thanks! > > the best, > thank you

Re: [yocto] Want to use nodejs 14 from nodejs 10 in yocto warrior bsp

2021-03-11 Thread Khem Raj
On Thu, Mar 11, 2021 at 3:45 AM darshak.raval via lists.yoctoproject.org wrote: > > Hi, > I am currently using yocto warrior bsp as my build system. > In warrior, nodejs version 10 is running at > sources/meta-openembedded/meta-oe/recipes-devtools > I want to use nodejs 14. I couldn't find yocto

Re: [yocto] Assign IP address at boot time

2021-03-11 Thread Rudolf J Streif
On 3/11/21 10:12 AM, jchludzinski wrote: Can this be done using boot parameters? Not that I know of. Why anyway? Something like(?): LABEL Arria10 SOCDK SDMMC KERNEL ../zImage FDT ../socfpga_arria10_phead.dtb APPEND root=/dev/mmcblk0p2 rw rootwait earlyprintk console=ttyS0,115200

[yocto] dunfell: regression linux-fimware installed in rootfs in actual dunfell master

2021-03-11 Thread Marek Belisko
Hi, I've bumped from poky dunfell: dunfell-23.0.6 to actual dunfell branch and I have an problem that all linux-firmware packages are installed in my rootfs (even I have in IMAGE_INSTALL only linux-firmware-bcm43430). Any ideas? In the commit log I saw that linux-firmware package was bumped. Than

Re: [yocto] Assign IP address at boot time

2021-03-11 Thread jchludzinski via lists.yoctoproject.org
Can this be done using boot parameters? Something like(?): LABEL Arria10 SOCDK SDMMC KERNEL ../zImage FDT ../socfpga_arria10_phead.dtb APPEND root=/dev/mmcblk0p2 rw rootwait earlyprintk console=ttyS0,115200n8 ip=192.168.0.101:255.255.255.0:eth0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receiv

Re: [yocto] [PATCH] perf: reproducibility fixes for pmu-events.c

2021-03-11 Thread Bruce Ashfield
Ignore this. I reused an old git-send-email and sent it to the wrong list. I've re-send to oe-core :D Bruce On Thu, Mar 11, 2021 at 8:56 AM Bruce Ashfield via lists.yoctoproject.org wrote: > > From: Bruce Ashfield > > perf generates pmu-events.c as part of the build process. The > code that ge

[yocto] [PATCH] perf: reproducibility fixes for pmu-events.c

2021-03-11 Thread Bruce Ashfield
From: Bruce Ashfield perf generates pmu-events.c as part of the build process. The code that generates the events is doing tree walks and potentially other non-determinstic things. We'd rather not mess with that implementation, so we add a script that knows how to read the pmu-events.c, sort the

[yocto] Want to use nodejs 14 from nodejs 10 in yocto warrior bsp

2021-03-11 Thread darshak.raval via lists.yoctoproject.org
Hi, I am currently using yocto warrior bsp as my build system. In warrior, nodejs version 10 is running at sources/meta-openembedded/meta-oe/recipes-devtools I want to use nodejs 14. I couldn't find yocto recipe for nodejs 14. Is it possible to upgrade from nodejs 10 to nodejs 14 in yocto warrior

[yocto] Failing to patch u-boot .dts

2021-03-11 Thread Jonas Vautherin
Hello! I am using u-boot on a pocketbeagle which, according to "Default Device Tree for DT control" in `bitbake -c menuconfig u-boot`, uses am335x-evm, which I understand is the file in ./build/tmp/work/pocketbeagle-poky-linux-gnueabi/u-boot/1_2020.07-r0/git/arch/arm/dts/am335x-evm.dts. My issue

Re: [yocto] how often would one use "VAR_someoverride_append = ..."?

2021-03-11 Thread Quentin Schulz
Hi Robert, On Thu, Mar 11, 2021 at 04:27:46AM -0500, Robert P. J. Day wrote: > On Wed, 10 Mar 2021, Quentin Schulz wrote: > ... snip ... > > > https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux/linux-yocto_5.10.bb#n12 > > for example. > > > > This is an example of a "v

[yocto] [meta-security][PATCH v2] samhain: fix compile error on powerpc

2021-03-11 Thread kai
From: Kai Kang It fails to comile samhain for powerpc(qemuppc): | x_sh_dbIO.c: In function 'swap_short': | x_sh_dbIO.c:229:36: error: initializer element is not constant | 229 | static unsigned short ooop = *iptr; | |^ Assign after initializatio

Re: [yocto] how often would one use "VAR_someoverride_append = ..."?

2021-03-11 Thread Robert P. J. Day
On Wed, 10 Mar 2021, Quentin Schulz wrote: ... snip ... > https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux/linux-yocto_5.10.bb#n12 > for example. > > This is an example of a "valid" use case (not that there are invalid > ones) for VAR_foo. > > Would probably a better