Re: [yocto] No SSH access after removing debug_tweaks

2023-02-24 Thread Pavel Zhukov
"Electronic Consult" writes: > Hello all, > > I'm trying to add a root password to add some security to ssh access. I plan > also to enable/ disable the ssh via GUI. > > I'm using meta-atmel on a dunfell build. I've added: > > INHERIT += "extrausers" > EXTRA_USERS_PARAMS = "usermod -p

Re: [yocto] Run browser immediately after booting up device #yocto

2022-12-27 Thread Pavel Zhukov
Hi, Kiosk mode is what you're looking for. Just google for "Yocto kiosk" and you'll see few solutions like: https://thomasw.dev/post/yocto-kiosk/ https://wiki.yoctoproject.org/wiki/Web_Application_for_Interactive_Kiosk_Devices -- Pavel On Tue, Dec 27, 2022, at 08:13, jovanbosi...@gmail.com

Re: [yocto] #yocto #dunfell #qemux86-64

2022-08-31 Thread Pavel Zhukov
"Monsees, Steven C (US) via lists.yoctoproject.org" writes: > I will have to double check, but the issue did not appear under zeus... > so qemu changed sometime after zeus ? Not qemu but runqemu script has been changed not so long time ago (this year) to pass `-display sdl` parameter unless

Re: [yocto] Binary compliance validation

2022-07-13 Thread Pavel Zhukov
"t-maiaxiao" writes: > Hello everyone, > > On 8/31/2021 8:45 AM, Anatol Belski wrote: >> I'm writing to present an ABI compliance check mechanism for Poky >> recently developed to help improve the product stability. It is still >> an early work which however has already proven itself useful and

[yocto] [psplash][PATCH] README: Update mailing list address

2021-10-21 Thread Pavel Zhukov
From: Pavel Zhukov Signed-off-by: Pavel Zhukov --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 8779a38..ff36509 100644 --- a/README +++ b/README @@ -25,4 +25,4 @@ When creating patches, please use something like: git format-patch -M -s

[yocto] [psplash][PATCH] Add configure options to disable progress bar

2021-10-21 Thread Pavel Zhukov
From: Pavel Zhukov Progress bar can overlap with products logos, added --disable-progress-bar configure option to disable progress bar completely without patching the code. Default behaviour is to show progress bar Signed-off-by: Pavel Zhukov --- configure.ac | 8 psplash

[yocto] [psplash][PATCH v2] Add configure options to disable progress bar

2021-10-14 Thread Pavel Zhukov
Progress bar can overlap with products logos, added --disable-progress-bar configure option to disable progress bar completely without patching the code. Default behaviour is to show progress bar Signed-off-by: Pavel Zhukov --- configure.ac | 8 psplash-config.h | 5

[yocto] [psplash][PATCH] Add configure options to disable progress bar

2021-10-14 Thread Pavel Zhukov
From: Pavel Zhukov Progress bar can overlap with products logos, added --disable-progress-bar configure option to disable progress bar completely without patching the code. Default behaviour is to show progress bar Signed-off-by: Pavel Zhukov --- configure.ac | 8 psplash