From 964e65b0dc50c8915900dd0a774eb921d826e5e4 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Fri, 21 Apr 2023 08:07:11 +0900 Subject: Create new agl feature to use container guest integration When existing agl demo integrate to container guest, it require to some small patches. This patch add new agl feature "agl-container-guest-demo" to enable container guest integration. Those patch will enable/disable using this agl feature. Bug-AGL: SPEC-4766 Change-Id: I001f20385aaf7e53b0b1e79db25b83fcf46e9876 Signed-off-by: Naoto Yamaguchi --- templates/feature/agl-container-guest-demo/50_local.conf.inc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 templates/feature/agl-container-guest-demo/50_local.conf.inc (limited to 'templates/feature/agl-container-guest-demo/50_local.conf.inc') diff --git a/templates/feature/agl-container-guest-demo/50_local.conf.inc b/templates/feature/agl-container-guest-demo/50_local.conf.inc new file mode 100644 index 00000000..50f0197e --- /dev/null +++ b/templates/feature/agl-container-guest-demo/50_local.conf.inc @@ -0,0 +1,2 @@ +#see meta-agl-demo/conf/include/agl-container-guest-demo.inc +require conf/include/agl-container-guest-demo.inc -- cgit 1.2.3-korg