[yocto] FILESEXTRAPATHS_prepend fails for systemd

Fred Ollinger Fred.Ollinger at seescan.com
Fri Oct 2 08:58:04 PDT 2015


I'm trying to change my /etc/systemd/journald.conf file.


I have created a file in:


our_system/recipe-core/systemd_%.bbappend


With the contents:


FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

I created a directory in the same path called "systemd" and placed our new version of journald.conf in it.

Then I did:

bitbake -c cleanall systemd && bitbake systemd
bitbake -c cleanall our_image && bitbake our_image

Then I checked and the old journald.conf is still installed.

What am I doing wrong?

Frederick




More information about the yocto mailing list