aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-04-12 23:12:39 -0700
committerKhem Raj <raj.khem@gmail.com>2021-04-15 09:28:43 -0700
commita2f2e752c201bf5e6a7345c63671e40dd14031c9 (patch)
tree7041024c0e3f788cfc803ef2bbb346a1406abf7b /meta-xfce
parent4c0e6d33651fe8dc41173c45cf0dbf2bef05e8ca (diff)
downloadmeta-openembedded-a2f2e752c201bf5e6a7345c63671e40dd14031c9.tar.gz
core-image-minimal-xfce: Use graphical.target as default
This ensures that nodm unit is started during boot with systemd images Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Kai Kang <kai.kang@windriver.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-core/images/core-image-minimal-xfce.bb2
1 files changed, 2 insertions, 0 deletions
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 8009acdd9f..9d997cf57c 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"