|
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
·
|
|
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
·
|
|
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
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
·
|
|
#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
Please, try this: https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-dunfell/local.conf This is the systemd addendum in my BBB Dunfell local.conf : ## Add systemd service DIS
Please, try this: https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-dunfell/local.conf This is the systemd addendum in my BBB Dunfell local.conf : ## Add systemd service DIS
|
By
Zoran
· #50889
·
|
|
#yocto #linux #systemd Having issues building command line utilities: ntpq, timedatectl, and ntpstat into kernel image
#systemd
#yocto
#linux
I currently have "ntpq" building and installing correctly... Can someone tell me what it takes to get the "timedatectl" command utility built into Yocto kernel image ? I see it referenced in both : op
I currently have "ntpq" building and installing correctly... Can someone tell me what it takes to get the "timedatectl" command utility built into Yocto kernel image ? I see it referenced in both : op
|
By
Monsees, Steven C (US)
· #50877
·
|
|
#yocto #linux #systemd Having issues building command line utilities: ntpq, timedatectl, and ntpstat into kernel image
#systemd
#yocto
#linux
Currently not using system as our default init system (investigating why but this might not be an option). Is there any other utility I might use under Yocto to get similar data as that produced by ti
Currently not using system as our default init system (investigating why but this might not be an option). Is there any other utility I might use under Yocto to get similar data as that produced by ti
|
By
Monsees, Steven C (US)
· #50880
·
|
|
#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
·
|
|
#yocto #linux #systemd Having issues building command line utilities: ntpq, timedatectl, and ntpstat into kernel image
#systemd
#yocto
#linux
what all functionality are you looking for. E.g. there is date utility and hwclock utility which can help you manipulate system time. you could also look into ntpd and/or chrony for Network time setti
what all functionality are you looking for. E.g. there is date utility and hwclock utility which can help you manipulate system time. you could also look into ntpd and/or chrony for Network time setti
|
By
Khem Raj
· #50887
·
|
|
#yocto #linux #systemd Having issues building command line utilities: ntpq, timedatectl, and ntpstat into kernel image
#systemd
#yocto
#linux
Thanks... Yesterday I decided to go with ntpq/ntpdate/and a ntpstat script which does some basic stats through ntpd/ntpq/ntpdate and Chrony. We will see how it goes might be enough... Steve
Thanks... Yesterday I decided to go with ntpq/ntpdate/and a ntpstat script which does some basic stats through ntpd/ntpq/ntpdate and Chrony. We will see how it goes might be enough... Steve
|
By
Monsees, Steven C (US)
· #50892
·
|