diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2023-04-21 08:07:11 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-06-02 09:06:53 +0000 |
commit | 75aa76bf11282d58d8d284441cb4979a4824a748 (patch) | |
tree | b7c56bdb520285e09db9a305529cc3bae1688029 /templates/feature/agl-container-guest-demo/50_local.conf.inc | |
parent | ac3014ac14299c72ade64c0e28e66da70ebf6c98 (diff) |
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: I62d5907566404ae7acd9afc03e8c91afa1860bb9
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'templates/feature/agl-container-guest-demo/50_local.conf.inc')
-rw-r--r-- | templates/feature/agl-container-guest-demo/50_local.conf.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 000000000..50f0197e8 --- /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 |