diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-10-11 08:43:37 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-12-24 15:24:25 +0700 |
commit | 92b98157ce3b251ec0923008f8af19c8a07207f4 (patch) | |
tree | 1865c2e4b7355bf25bbc35f75fb2ec20ce0f497d /meta-rcar-gen3/recipes-graphics | |
parent | ddc13a07f1080f784a85cf3a478ccb077f765121 (diff) |
rcar-gen3: image: WORKAROUND for systemd boot issue
Since systemd upgrades to v243, the system could not boot to login
prompt when using multi-user.target for default.
This applies a WORKAROUND by using graphical.target instead.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: Ia243c7bcb3970d91576147859c30f1d013c87035
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc b/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc index 8a93b5f..b0b9cb9 100644 --- a/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc +++ b/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc @@ -2,6 +2,10 @@ require include/iccom-control.inc COMPATIBLE_MACHINE = "(salvator-x|ulcb|ebisu)" +# WORKAROUND for boot issue since systemd v243 +# Set default.target to graphical.target +SYSTEMD_DEFAULT_TARGET = "graphical.target" + # Basic packages IMAGE_INSTALL_append = " \ bash \ |