diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-04-12 23:12:39 -0700 | 
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-04-17 06:46:24 -0700 | 
| commit | fdff890d71bea08b94e3d90cf7d8c9b7f1e07f54 (patch) | |
| tree | c136d932d1399d5a45759c56fb912c7123b1102e | |
| parent | e814109e1c2cbdf0e06c94cd5bcee384602f532f (diff) | |
| download | meta-openembedded-fdff890d71bea08b94e3d90cf7d8c9b7f1e07f54.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>
(cherry picked from commit a2f2e752c201bf5e6a7345c63671e40dd14031c9)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-xfce/recipes-core/images/core-image-minimal-xfce.bb | 2 | 
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" | |||
| 16 | export IMAGE_BASENAME = "core-image-minimal-xfce" | 16 | export IMAGE_BASENAME = "core-image-minimal-xfce" | 
| 17 | 17 | ||
| 18 | inherit core-image | 18 | inherit core-image | 
| 19 | |||
| 20 | SYSTEMD_DEFAULT_TARGET = "graphical.target" | ||
