|
ttyS0 timeout but not using ttyS0
#systemd
#yocto
Got it figured out, Seems that the default values from meta/recipes-core/systemd/systemd-serialgetty.bb for SERIAL_CONSOLES in are being processed instead of the expansion in our layer. Even though SE
Got it figured out, Seems that the default values from meta/recipes-core/systemd/systemd-serialgetty.bb for SERIAL_CONSOLES in are being processed instead of the expansion in our layer. Even though SE
|
By
William Durocher
· #48289
·
|
|
ttyS0 timeout but not using ttyS0
#systemd
#yocto
We have a build using warrior it boots up well but has a very long boot time of around 95 sec. Using systemd-analyze I notice that we the boot takes a long time before getting to multi-user.target. As
We have a build using warrior it boots up well but has a very long boot time of around 95 sec. Using systemd-analyze I notice that we the boot takes a long time before getting to multi-user.target. As
|
By
William Durocher
· #48164
·
|
|
ttyS0 timeout but not using ttyS0
#systemd
#yocto
what is SERIAL_CONSOLES variable set to ? this should be machine setting.
what is SERIAL_CONSOLES variable set to ? this should be machine setting.
|
By
Khem Raj
· #48165
·
|
|
ttyS0 timeout but not using ttyS0
#systemd
#yocto
Thank you for the quick reply, in our machin confif only SERIAL_CONSOLE is set, it is: But yocto then uses that to set SERIAL_CONSOLES In bitbake -e I see SERIAL_CONSOLE and SERIAL_CONSOLES set to :
Thank you for the quick reply, in our machin confif only SERIAL_CONSOLE is set, it is: But yocto then uses that to set SERIAL_CONSOLES In bitbake -e I see SERIAL_CONSOLE and SERIAL_CONSOLES set to :
|
By
William Durocher
· #48166
·
|
|
how to reuse generated library in a nativesdk recipe
#sdk
#systemd
Hi, Make the systemd dependency for target only, e.g. DEPENDS_class-target += "systemd" etc. There may be relevant use cases to build some of systemd components or tools to native or nativesdk targets
Hi, Make the systemd dependency for target only, e.g. DEPENDS_class-target += "systemd" etc. There may be relevant use cases to build some of systemd components or tools to native or nativesdk targets
|
By
Mikko Rapeli
· #48503
·
|
|
how to reuse generated library in a nativesdk recipe
#sdk
#systemd
> DEPENDS_class-target += "systemd" You surely meant DEPENDS_append_class-target = " systemd" here
> DEPENDS_class-target += "systemd" You surely meant DEPENDS_append_class-target = " systemd" here
|
By
Martin Jansa
· #48504
·
|
|
how to reuse generated library in a nativesdk recipe
#sdk
#systemd
Hi, (lets keep this on the list too) You can add _class-[target|native|nativesdk] to all variables to override defaults. Verify with "bitbake -e". Hope this helps, -Mikko
Hi, (lets keep this on the list too) You can add _class-[target|native|nativesdk] to all variables to override defaults. Verify with "bitbake -e". Hope this helps, -Mikko
|
By
Mikko Rapeli
· #48506
·
|
|
how to reuse generated library in a nativesdk recipe
#sdk
#systemd
Yes, quite likely. Tough reason why += doesn't work is a mystery to me :) I hack things until "bitbake -e" shows the right things for the recipes. -Mikko
Yes, quite likely. Tough reason why += doesn't work is a mystery to me :) I hack things until "bitbake -e" shows the right things for the recipes. -Mikko
|
By
Mikko Rapeli
· #48522
·
|
|
how to reuse generated library in a nativesdk recipe
#sdk
#systemd
I agree it's a bit confusing at first (I was doing the same long time ago, before bitbake -e was even showing the history of evaluation), but everybody who uses bitbake often should learn this simple
I agree it's a bit confusing at first (I was doing the same long time ago, before bitbake -e was even showing the history of evaluation), but everybody who uses bitbake often should learn this simple
|
By
Martin Jansa
· #48529
·
|
|
how to reuse generated library in a nativesdk recipe
#sdk
#systemd
Hi, Thanks for this explanation! Hmm. I would rather see FOO_append += "bar" being used every time when spaces are expected. It's way too easy to forget the extra space which causes annoying and hard
Hi, Thanks for this explanation! Hmm. I would rather see FOO_append += "bar" being used every time when spaces are expected. It's way too easy to forget the extra space which causes annoying and hard
|
By
Mikko Rapeli
· #48531
·
|
|
how to reuse generated library in a nativesdk recipe
#sdk
#systemd
Hello, I have a recipe that builds a library. The recipe specifies an additional package "${PN}-systemd" along with other systemd related variables and finally it instructs that the package should be
Hello, I have a recipe that builds a library. The recipe specifies an additional package "${PN}-systemd" along with other systemd related variables and finally it instructs that the package should be
|
By
Armando Hernandez
· #48477
·
|
|
could not invoke dnf. command. Transaction failed
#yocto
#systemd
Hi all, While trying to build core-image-base, I'm facing with the error "could not invoke dnf. command". Is there any solutions for this? Log file error: ERROR: Could not invoke dnf. Command '/home/t
Hi all, While trying to build core-image-base, I'm facing with the error "could not invoke dnf. command". Is there any solutions for this? Log file error: ERROR: Could not invoke dnf. Command '/home/t
|
By
Amrun Nisha.R
· #48850
·
|
|
Autologin in imx8mq-var-dart issue in dnf
#yocto
#systemd
Hi, I want to add a feature auto login using sysvinit as init function in yocto. So I have created a new layer named "meta-autologin" and added in the bitbake layers. Now I have updated the local.conf
Hi, I want to add a feature auto login using sysvinit as init function in yocto. So I have created a new layer named "meta-autologin" and added in the bitbake layers. Now I have updated the local.conf
|
By
Amrun Nisha.R
· #48805
·
|
|
matchbox systemd/logind IdleAction taken despite not being idle
#systemd
Hello all, I've set up a kiosk using matchbox window manager running Chromium (Debian Buster). It works great! Next I try to set up power savings by setting IdleAction=suspend in /etc/systemd/logind.c
Hello all, I've set up a kiosk using matchbox window manager running Chromium (Debian Buster). It works great! Next I try to set up power savings by setting IdleAction=suspend in /etc/systemd/logind.c
|
By
cwseys@...
· #48632
·
|
|
Ethernet device with systemd-networkd on Yocto won't work (rejects ARP replies), but does work with /etc/network/interfaces
#yocto
#systemd
Thanks Matt!! This solved it. And yes, the branch is thud-l4t-r32.3.1.
Thanks Matt!! This solved it. And yes, the branch is thud-l4t-r32.3.1.
|
By
...
· #50683
·
|
|
Ethernet device with systemd-networkd on Yocto won't work (rejects ARP replies), but does work with /etc/network/interfaces
#yocto
#systemd
Hi, (since this is a long post, i divided it to sections) TL;DR I have a networking issue in my Yocto dist; Somehow, my ethernet device won't work with systemd-networkd, but will work with /etc/networ
Hi, (since this is a long post, i divided it to sections) TL;DR I have a networking issue in my Yocto dist; Somehow, my ethernet device won't work with systemd-networkd, but will work with /etc/networ
|
By
...
· #50672
·
|
|
Ethernet device with systemd-networkd on Yocto won't work (rejects ARP replies), but does work with /etc/network/interfaces
#yocto
#systemd
<eliranl=amazon.com@...> wrote: Which of the meta-tegra branches is it? thud-l4t-r32.3.1? [...] There was an issue with NVIDIA's eqos driver in older BSPs. I know it affected the TX
<eliranl=amazon.com@...> wrote: Which of the meta-tegra branches is it? thud-l4t-r32.3.1? [...] There was an issue with NVIDIA's eqos driver in older BSPs. I know it affected the TX
|
By
Matt Madison
· #50674
·
|
|
#yocto #linux #systemd Having issues building command line utilities: ntpq, timedatectl, and ntpstat into kernel image
#systemd
#yocto
#linux
I am trying to build an image with the following command line utilities built in: ntpq, timedatectl, and ntpstat. Note : ntp is builtinto my image and working correctly. I performed a simple test usin
I am trying to build an image with the following command line utilities built in: ntpq, timedatectl, and ntpstat. Note : ntp is builtinto my image and working correctly. I performed a simple test usin
|
By
Monsees, Steven C (US)
· #50859
·
|
|
#yocto #linux #systemd Having issues building command line utilities: ntpq, timedatectl, and ntpstat into kernel image
#systemd
#yocto
#linux
Hi Steve, It comes with systemd. Use it as your init system and then you'll have the command. Quentin
Hi Steve, It comes with systemd. Use it as your init system and then you'll have the command. Quentin
|
By
Quentin Schulz
· #50878
·
|
|
#yocto #linux #systemd Having issues building command line utilities: ntpq, timedatectl, and ntpstat into kernel image
#systemd
#yocto
#linux
Is there documentation on how to set this up ?
Is there documentation on how to set this up ?
|
By
Monsees, Steven C (US)
· #50879
·
|