Jump to content
  • 0

How to configure the systemd in the petalinux project of the GenesysZU5EV


sarvan

Question

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

  • 0

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...