Browse Source

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>
Khem Raj 4 năm trước cách đây
mục cha
commit
a2f2e752c2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      meta-xfce/recipes-core/images/core-image-minimal-xfce.bb

+ 2 - 0
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"