Re: [yocto] [OE-core] How to trigger Yocto Linux /etc/profile or shell scripts in /etc/profile.d without shell logging in?

2021-10-10 Thread Federico Pellegrin
Hi Jupiter, /etc/profile and similar are interactive shell (/bash) concepts, not really system startup ones. So indeed: just on a login (be it local, ssh and so on) they are executed. If you want to execute something else without the need for logging it, you should look elsewhere, depending on

Re: [yocto] [OE-core] How to trigger Yocto Linux /etc/profile or shell scripts in /etc/profile.d without shell logging in?

2021-10-10 Thread Chuck Wolber
On Sun, Oct 10, 2021 at 9:30 PM JH wrote: > The Yocto uses /etc/profile for root login, but there is no root > physical login in an embedded device so the /etc/profile is never > called, I added a shell script to /etc/profile.d, it was not called > either. Both /etc/profile and scripts in

[yocto] How to trigger Yocto Linux /etc/profile or shell scripts in /etc/profile.d without shell logging in?

2021-10-10 Thread JH
Hi, The Yocto uses /etc/profile for root login, but there is no root physical login in an embedded device so the /etc/profile is never called, I added a shell script to /etc/profile.d, it was not called either. Both /etc/profile and scripts in /etc/profile.d can only be invoked when I physically

[linux-yocto]: [kernel v5.10/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: upgrade this BSP with latest sdk kernel patches

2021-10-10 Thread Meng Li
From: Limeng Hi Bruce, I got latest patches from raspberrypi sdk kernel repo https://github.com/raspberrypi/linux.git rpi-5.10.y, and want to merge them into linux-yocto. There are 128 patches. So, could you please help merge these patches into linux-ycoto kernel, branch is

[yocto] Yocto build error

2021-10-10 Thread JH
Hi, I have following errors: No GNU_HASH in the ELF binary /build/tmp-glibc/work/cortexa7t2hf-neon-oe-linux-gnueabi/solar/1.0.0-0/packages-split/wifi_signal, didn't pass LDFLAGS? [ldflags] So I add --hash-style=gnu to my Makefile: LD_FLAGS += --hash-style=gnu LDFLAGS = LD_FLAGS But that does