summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-container/lxc/lxc_%.bbappend
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2022-12-17 14:15:12 +0900
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2023-05-09 08:13:10 +0900
commitc17270bbef3959bc7dbfdf20f68d2a7f70bb818a (patch)
tree7844497f1f4d0ac7dc48238c106602d9a9790f99 /meta-agl-ic-container/recipes-container/lxc/lxc_%.bbappend
parentbf1617a36fe4e1932772a12604e13fd4f5c463f4 (diff)
Disable guest reboot by lxc-monitor
When guest container use reboot command, lxc-monitor will reboot guest automatically. In this case, the container management daemon catch exit from guest init, but it cant reboot guest. This mean container manager can't re-assign dynamic devices. This patch disable automatic reboot. Bug-AGL: SPEC-4777 Change-Id: I3fbd3fca61db29e483b782b0db9c64707b3e488c Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'meta-agl-ic-container/recipes-container/lxc/lxc_%.bbappend')
-rw-r--r--meta-agl-ic-container/recipes-container/lxc/lxc_%.bbappend4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-agl-ic-container/recipes-container/lxc/lxc_%.bbappend b/meta-agl-ic-container/recipes-container/lxc/lxc_%.bbappend
index 1b78edfa..cbfc6135 100644
--- a/meta-agl-ic-container/recipes-container/lxc/lxc_%.bbappend
+++ b/meta-agl-ic-container/recipes-container/lxc/lxc_%.bbappend
@@ -1,6 +1,7 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI += " \
+ file://0001-Remove-container-automatic-rebooting.patch \
file://lxc.service \
file://lxc-net.service \
"
@@ -37,6 +38,3 @@ FILES:${PN}-networking += " \
# This needs to be replaced with a rework of the upstream packaging
# to do a proper split of core from the template support.
RDEPENDS:${PN} = ""
-
-
-