[poky] ARM /proc/cpu/alignment with systemd images in dora

Holger Hans Peter Freyther holger at freyther.de
Mon Mar 31 13:58:17 PDT 2014


Good Evening,

I noticed that the "alignment.sh" is not ran on my systemd images. I
think I opened a bug about systemd ignoring ".sh" scripts but that was
fixed and also not the main issue here. After looking at src/core/service.c
of systemd the rcS.d is not looked at.

Can something like the below be included? This will start the alignment
in runlevel2 too and will then be executed by systemd. Alternatively one
could add a proper symlink for the alignment target inside the systemd
recipe?

Comments?

diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb
index 50ebb1c..08539a2 100644
--- a/meta/recipes-core/initscripts/initscripts_1.0.bb
+++ b/meta/recipes-core/initscripts/initscripts_1.0.bb
@@ -124,7 +124,7 @@ do_install () {
        update-rc.d -r ${D} read-only-rootfs-hook.sh start 29 S .
        update-rc.d -r ${D} devpts.sh start 38 S .
        if [ "${TARGET_ARCH}" = "arm" ]; then
-               update-rc.d -r ${D} alignment.sh start 06 S .
+               update-rc.d -r ${D} alignment.sh start 06 S 2 .
        fi
        # We wish to have /var/log ready at this stage so execute this after
        # populate-volatile.sh




More information about the poky mailing list