sarvan Posted March 9, 2023 Share Posted March 9, 2023 HI, We downloaded the petalinux project from the below link https://github.com/Digilent/Genesys-ZU-OS.git How to configure the systemd in the petalinux project. we tried by adding the below line local.conf file. But basic logind service are failed. DISTRO_FEATURES_append = " systemd" VIRTUAL-RUNTIME_init_manager = "systemd" VIRTUAL-RUNTIME_initscripts = "systemd-compat-units" Could please help on this. Thanks, saravanan Link to comment Share on other sites More sharing options...
0 Ionel Posted March 14, 2023 Share Posted March 14, 2023 local.conf is overwritten by petalinux actually the entire build directory. In newer versions of petalinux systemd is used by default. To backport this change you need to make changes to the rootfs in meta-user layer. Link to comment Share on other sites More sharing options...
Question
sarvan
HI,
We downloaded the petalinux project from the below link
https://github.com/Digilent/Genesys-ZU-OS.git
How to configure the systemd in the petalinux project.
we tried by adding the below line local.conf file. But basic logind service are failed.
DISTRO_FEATURES_append = " systemd" VIRTUAL-RUNTIME_init_manager = "systemd" VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
Could please help on this.
Thanks,
saravanan
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now