diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-04-12 23:12:39 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-04-15 09:28:43 -0700 |
| commit | a2f2e752c201bf5e6a7345c63671e40dd14031c9 (patch) | |
| tree | 7041024c0e3f788cfc803ef2bbb346a1406abf7b | |
| parent | 4c0e6d33651fe8dc41173c45cf0dbf2bef05e8ca (diff) | |
| download | meta-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>
| -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" | ||
