[oe-commits] [openembedded-core] 01/13: systemd: don't build firstboot by default

git at git.openembedded.org git at git.openembedded.org
Tue Jan 29 17:45:47 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e50f636717677db8af37b5e0c935297709c3f6f0
Author: Jonas Bonn <jonas at norrbonn.se>
AuthorDate: Mon Jan 28 21:58:43 2019 +0100

    systemd: don't build firstboot by default
    
    The firstboot service prompts the user for information about the host at
    first boot.  Systemd determines whether or not a boot is a "first boot"
    by the existence of the file /etc/machine-id.  Since oe-core always
    includes this file (it is part of the systemd package), the firstboot
    service never runs so this service is being built but never run.
    
    A follow-up patch to this one will remove the machine-id from the
    systemd build and allow it to be created automatically by systemd at
    "first boot".  With that patch, we don't want the firstboot service to
    suddenly start being invoked and presenting a prompt to the user.
    
    With this patch, the firstboot service becomes a PACKAGECONFIG option
    that the user must actively select.
    
    Signed-off-by: Jonas Bonn <jonas at norrbonn.se>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/systemd/systemd_239.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_239.bb b/meta/recipes-core/systemd/systemd_239.bb
index f843f58..2692281 100644
--- a/meta/recipes-core/systemd/systemd_239.bb
+++ b/meta/recipes-core/systemd/systemd_239.bb
@@ -85,7 +85,6 @@ PACKAGECONFIG ??= " \
     acl \
     backlight \
     binfmt \
-    firstboot \
     gshadow \
     hibernate \
     hostnamed \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list