From: Khem Raj <[email protected]> This ensures that nodm unit is started during boot with systemd images
Signed-off-by: Khem Raj <[email protected]> Acked-by: Kai Kang <[email protected]> (cherry picked from commit a2f2e752c201bf5e6a7345c63671e40dd14031c9) Signed-off-by: Armin Kuster <[email protected]> --- meta-xfce/recipes-core/images/core-image-minimal-xfce.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb b/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb index 8009acdd9fa..9d997cf57c0 100644 --- a/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb +++ b/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb @@ -16,3 +16,5 @@ LICENSE = "MIT" export IMAGE_BASENAME = "core-image-minimal-xfce" inherit core-image + +SYSTEMD_DEFAULT_TARGET = "graphical.target" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#90904): https://lists.openembedded.org/g/openembedded-devel/message/90904 Mute This Topic: https://lists.openembedded.org/mt/82174132/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
