Re: [yocto] Apply Rt-Patch in raspberry yocto image #patch #rpi #yocto #bitbake #dunfell #kernel

2022-10-13 Thread Federico Pellegrin
Hi, After applying the patch to the source, I suppose you built the kernel (and is just missing in your email) ? If not that is a quite important step missing ;) Besides that: 1) preempt-rt patch is often very kernel version specific, while I see your two version don't exactly match: didn't it rep

[yocto] Apply Rt-Patch in raspberry yocto image #patch #rpi #yocto #bitbake #dunfell #kernel

2022-10-13 Thread Nikita Gupta
Hello All I want to apply similar kernel version rt-patch in my rpi-basic-image for my raspberrypi4-64 machine. So, I tried to apply rt-patch for a standard rasbian image (5.15.61-v8+) but not got success. i did the following things. 1. I downloaded required kernel sources from the kernel build

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.20.rc2)

2022-10-13 Thread Jing Hui Tham
Hi All, QA for yocto- 3.1.20.rc2 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui > -Or

Re: [yocto] Disabling SSH by default (but keeping the service)

2022-10-13 Thread Josef Holzmayr
Hi Maik, this is a number of things being mixed up. 1) a recipe cannot affect another recipe. the image is a recipe, sshd is a recipe. so you either can set this in a bbappend to thesshd recipe, or in a config file (distro, machine, local) - but not in the image. 2) the override separator is : the

Re: [yocto] Dealing with go dependencies in recipes - native docker-compose

2022-10-13 Thread Konstantin Kletschke
On Tue, Oct 11, 2022 at 11:23:31PM -0300, Bruce Ashfield wrote: > Adding the missing setuptools does get things working. Oh my, I was still looking for python3-distutils (deprecated, not available) and did not realize I now need setuptools. Thanks for clarifying, however, I investigated the gao a

Re: [yocto] Disabling SSH by default (but keeping the service)

2022-10-13 Thread Leon Woestenberg
Hello Maik, On Thu, Oct 13, 2022 at 3:17 PM Maik Vermeulen wrote: > We tried two things to disable SSH by default in our image recipe: > However, both methods don't seem to work. Hmm, something else might override it elsewhere? I don't know. Seems like a similar question came up in stackoverflo

[yocto] Disabling SSH by default (but keeping the service)

2022-10-13 Thread Maik Vermeulen
Hi, We tried two things to disable SSH by default in our image recipe: inherit systemd SYSTEMD_AUTO_ENABLE_openssh-sshd = "disable" pkg_postinst_ontarget_openssh () { systemctl disable --now sshd.socket } However, both methods don't seem to work. We can still SSH to the device. Furthermore,

[yocto] [PATCH yocto-autobuilder-helper v2] scripts: run-docs-build: make the workdir pristine between tries

2022-10-13 Thread Quentin Schulz
From: Quentin Schulz It happened that the git repositories were dirty and resulted in incorrect files being used. Let's use git clean -ffdx to force a completely clean git repositories before and after checking out a branch so that nothing is left from or to another branch build. Also git reset -