|
#kirkstone #systemd
#kirkstone
#systemd
Is there documentation for the bootimg-efi plugin? Thanks Gary From: Mittal, Anuj <anuj.mittal@...> Sent: Wednesday, December 7, 2022 10:05 PM To: Gary Huband <Gary@...>; yocto@lis
Is there documentation for the bootimg-efi plugin? Thanks Gary From: Mittal, Anuj <anuj.mittal@...> Sent: Wednesday, December 7, 2022 10:05 PM To: Gary Huband <Gary@...>; yocto@lis
|
By
Gary Huband
· #58757
·
|
|
#kirkstone #systemd
#kirkstone
#systemd
lists.yoctoproject.org wrote: If you are using wic, you will need to modify your .wks file to supply additional parameters as the files are generated by bootimg-efi plugin in wic. The bootimg-efi plug
lists.yoctoproject.org wrote: If you are using wic, you will need to modify your .wks file to supply additional parameters as the files are generated by bootimg-efi plugin in wic. The bootimg-efi plug
|
By
Anuj Mittal
· #58753
·
|
|
#kirkstone #systemd
#kirkstone
#systemd
I'm building an intel-corei7-64 image using meta-intel with systemd. I need to modify /boot/loader/loader.conf and /boot/loader/entries/boot.conf. I've tried using devtool modify for systemd, systemd-
I'm building an intel-corei7-64 image using meta-intel with systemd. I need to modify /boot/loader/loader.conf and /boot/loader/entries/boot.conf. I've tried using devtool modify for systemd, systemd-
|
By
Gary Huband
· #58751
·
|
|
Private: Re: [yocto] Private: Re: [yocto] Scope of the build parameters
#systemd
Again re-adding list.... I encourage you to look at and understand the evaluation for yourself by issuing "bitbake-getvar -r core-image-minimal IMAGE_INSTALL" Greetz, Josef
Again re-adding list.... I encourage you to look at and understand the evaluation for yourself by issuing "bitbake-getvar -r core-image-minimal IMAGE_INSTALL" Greetz, Josef
|
By
Josef Holzmayr
· #58480
·
|
|
Private: Re: [yocto] Scope of the build parameters
#systemd
Re-adding list, as I think this is valid information for all Yocto users. No, thats not how it works. Its like this: - if the variable is supposed to only have an effect within the very bb file that y
Re-adding list, as I think this is valid information for all Yocto users. No, thats not how it works. Its like this: - if the variable is supposed to only have an effect within the very bb file that y
|
By
Josef Holzmayr
· #58479
·
|
|
Scope of the build parameters
#systemd
Hi Martin, its Yocto chant #1: "Recipe data is local, configuration data is global." Means: whatever happens in a recipe, other recipes can't see it. Whatever happens in a configuration file (local, m
Hi Martin, its Yocto chant #1: "Recipe data is local, configuration data is global." Means: whatever happens in a recipe, other recipes can't see it. Whatever happens in a configuration file (local, m
|
By
Josef Holzmayr
· #58478
·
|
|
Scope of the build parameters
#systemd
Hi everyone, I'm wondering how to figure out the scope of a set of parameters. Example. I have an Image (my-core-image-minimal.bb) recipe containing the following parameters ########### # systemd # ##
Hi everyone, I'm wondering how to figure out the scope of a set of parameters. Example. I have an Image (my-core-image-minimal.bb) recipe containing the following parameters ########### # systemd # ##
|
By
...
· #58477
·
|
|
# honister #systemd attempting to run script on boot...
#systemd
I have this working now… Thanks Matt for spotting those honister config issues, that led led me to the heart of the problem… Steve
I have this working now… Thanks Matt for spotting those honister config issues, that led led me to the heart of the problem… Steve
|
By
Monsees, Steven C (US)
· #58328
·
|
|
# honister #systemd attempting to run script on boot...
#systemd
I am trying to make use of system to run a test script at boot… I can exercise my test_script/test_script.service manually using systemctl commands and it appears to work as expects. I created a recip
I am trying to make use of system to run a test script at boot… I can exercise my test_script/test_script.service manually using systemctl commands and it appears to work as expects. I created a recip
|
By
Monsees, Steven C (US)
· #58324
·
|
|
do_populate_lic: Fatal QA errors found, failing task.
#bitbake
#systemd
#ubuntu
#honister
So I'm trying to build my recipe and it continuously fails at the do_populate_lic() phase. I've pasted my recipe file. The Source # Recipe created by recipetool # This is the basis of a recipe and may
So I'm trying to build my recipe and it continuously fails at the do_populate_lic() phase. I've pasted my recipe file. The Source # Recipe created by recipetool # This is the basis of a recipe and may
|
By
Ali
· #56499
·
|
|
#systemd Weston service restarting timeout on dunfell branch
#systemd
Hi, In 3.1.12, I noticed weston service type was changed to Nofity. This make weston service cannot be restarted by "systemctl restart weston@root" command. The service is then timeout and fail. Inves
Hi, In 3.1.12, I noticed weston service type was changed to Nofity. This make weston service cannot be restarted by "systemctl restart weston@root" command. The service is then timeout and fail. Inves
|
By
Duy
· #55621
·
|
|
Looking for advices on bug 14375
#systemd
Hi, I'm looking for advice on https://bugzilla.yoctoproject.org/show_bug.cgi?id=14375 Seems like an easy fix but not sure how I should handle it. I'm willing to put in the effort, just need some point
Hi, I'm looking for advice on https://bugzilla.yoctoproject.org/show_bug.cgi?id=14375 Seems like an easy fix but not sure how I should handle it. I'm willing to put in the effort, just need some point
|
By
Marc Ferland
· #55185
·
|
|
How to iherit class based on a conditional variable?
#sysvinit
#systemd
It's fine to inherit both classes and install both files without even checking DISTRO_FEATURES. There's behind the scenes magic that will do the right thing depending on what init manager is chosen in
It's fine to inherit both classes and install both files without even checking DISTRO_FEATURES. There's behind the scenes magic that will do the right thing depending on what init manager is chosen in
|
By
Alexander Kanavin
· #55143
·
|
|
How to iherit class based on a conditional variable?
#sysvinit
#systemd
Hello, I have a recipe that installs a simple bash script to run on startup. As you all know, there is systemd and sysvinit. I need to add support for both init managers. I can do : SRC_URI_append = "
Hello, I have a recipe that installs a simple bash script to run on startup. As you all know, there is systemd and sysvinit. I need to add support for both init managers. I can do : SRC_URI_append = "
|
By
...
· #55135
·
|
|
#systemd
#systemd
Hi, Is it possible to set systemd environment variables from a recipe to do the same as 'systemctl set-environment SOME_ENV_VAR'?
Hi, Is it possible to set systemd environment variables from a recipe to do the same as 'systemctl set-environment SOME_ENV_VAR'?
|
By
mrkozmic@...
· #54911
·
|
|
regd pTest
#systemd
#yocto
there is system integration testing that happens on autobuilders which you can check reports for ptests are generic and one can add more to a package but usually you will see that its trying to run th
there is system integration testing that happens on autobuilders which you can check reports for ptests are generic and one can add more to a package but usually you will see that its trying to run th
|
By
Khem Raj
· #54690
·
|
|
regd pTest
#systemd
#yocto
Hi, I'm aware that yocto picks up packages from respective open source community. For e.g. dbus package is picked from freedesktop.org etc. In this regard, what kind of tests does yocto runs to ensure
Hi, I'm aware that yocto picks up packages from respective open source community. For e.g. dbus package is picked from freedesktop.org etc. In this regard, what kind of tests does yocto runs to ensure
|
By
rpaluri@...
· #54682
·
|
|
Change (and remove unused) init system on a per-image basis
#yocto
#bitbake
#systemd
#sysvinit
you are better off by having two different DISTROs like poky and poky-altcfg is.
you are better off by having two different DISTROs like poky and poky-altcfg is.
|
By
Khem Raj
· #52843
·
|
|
Change (and remove unused) init system on a per-image basis
#yocto
#bitbake
#systemd
#sysvinit
Hi all, I would like to change the init system (systemd / SysVinit) on a per-image basis. Therefore I added both "systemd" and "sysvinit" to my DISTRO_FEATURES. I set this inside my image-systemd.bb t
Hi all, I would like to change the init system (systemd / SysVinit) on a per-image basis. Therefore I added both "systemd" and "sysvinit" to my DISTRO_FEATURES. I set this inside my image-systemd.bb t
|
By
lel@...
· #52837
·
|
|
#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
·
|