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>
This commit is contained in:
Khem Raj 2021-04-12 23:12:39 -07:00
parent 4c0e6d3365
commit a2f2e752c2

View File

@ -16,3 +16,5 @@ LICENSE = "MIT"
export IMAGE_BASENAME = "core-image-minimal-xfce"
inherit core-image
SYSTEMD_DEFAULT_TARGET = "graphical.target"