From c75a3e084b4cb988e0bdb31b7a9618fdb5a5bdf2 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Tue, 9 Nov 2021 00:23:09 +0900 Subject: Add automatic start support for IVI guest. Currently IVI guest doesn't start automatically. IVI guest shall not start in single display environment. IVI guest shall start in dual display environment such as kingfisher. This patch add automatic start support for IVI guest in dual display environment. Bug-AGL : SPEC-4135 Signed-off-by: Naoto Yamaguchi Change-Id: Idcb8c7961f7d2e7f4bf77f1fb81065d16ed124a2 --- .../recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-lxc/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bb') diff --git a/meta-agl-lxc/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bb b/meta-agl-lxc/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bb index 57101f7a..913afb35 100644 --- a/meta-agl-lxc/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bb +++ b/meta-agl-lxc/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bb @@ -4,4 +4,4 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD;md5=3775480a712fc46a6964767 inherit lxc-config -LXC_AUTO_START = "1" +LXC_AUTO_START ??= "1" -- cgit 1.2.3-korg