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-05-09 15:29:36 +0000 |
commit | 964e65b0dc50c8915900dd0a774eb921d826e5e4 (patch) | |
tree | 5939071bea8b94bd29f9c459ab2ede308d56385f /templates | |
parent | 772b6972ec87f95969ebb6597f50f3bfbc3b57fb (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: I001f20385aaf7e53b0b1e79db25b83fcf46e9876
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'templates')
3 files changed, 19 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 diff --git a/templates/feature/agl-container-guest-demo/README_feature_agl-container-guest-demo.md b/templates/feature/agl-container-guest-demo/README_feature_agl-container-guest-demo.md new file mode 100644 index 000000000..c5d74de3e --- /dev/null +++ b/templates/feature/agl-container-guest-demo/README_feature_agl-container-guest-demo.md @@ -0,0 +1,16 @@ +--- +description: Feature agl-container-guest-demo +authors: Naoto Yamaguchi <naoto.yamaguchi@automotivelinux.org> +--- + +### Feature agl-container-guest-demo + +* Enables container guest support for AGL demo images + +### Dependent features pulled by agl-container-guest-demo + +The following features are pulled: + +* agl-demo +* agl-drm-lease + diff --git a/templates/feature/agl-container-guest-demo/included.dep b/templates/feature/agl-container-guest-demo/included.dep new file mode 100644 index 000000000..97ffbec5d --- /dev/null +++ b/templates/feature/agl-container-guest-demo/included.dep @@ -0,0 +1 @@ +agl-demo agl-drm-lease |