diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-lxc/50_bblayers.conf.inc | 4 | ||||
-rw-r--r-- | templates/feature/agl-lxc/50_local.conf.inc | 1 | ||||
-rw-r--r-- | templates/feature/agl-lxc/README_feature_agl-lxc.md | 14 | ||||
-rw-r--r-- | templates/feature/agl-lxc/included.dep | 1 |
4 files changed, 20 insertions, 0 deletions
diff --git a/templates/feature/agl-lxc/50_bblayers.conf.inc b/templates/feature/agl-lxc/50_bblayers.conf.inc new file mode 100644 index 00000000..766d1da3 --- /dev/null +++ b/templates/feature/agl-lxc/50_bblayers.conf.inc @@ -0,0 +1,4 @@ +BBLAYERS =+ " \ + ${METADIR}/external/meta-qt5 \ + ${METADIR}/meta-agl-devel/meta-agl-lxc \ +" diff --git a/templates/feature/agl-lxc/50_local.conf.inc b/templates/feature/agl-lxc/50_local.conf.inc new file mode 100644 index 00000000..eeb6aa70 --- /dev/null +++ b/templates/feature/agl-lxc/50_local.conf.inc @@ -0,0 +1 @@ +BBMULTICONFIG = "agl-container-guest" diff --git a/templates/feature/agl-lxc/README_feature_agl-lxc.md b/templates/feature/agl-lxc/README_feature_agl-lxc.md new file mode 100644 index 00000000..e5b5391c --- /dev/null +++ b/templates/feature/agl-lxc/README_feature_agl-lxc.md @@ -0,0 +1,14 @@ +--- +description: Feature agl-lxc +authors: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> +--- + +### Feature agl-lxc + +*Description is missing - please complete file meta-agl-devel/templates/feature/agl-lxc/README_feature_agl-lxc.md* + +### Dependent features pulled by agl-lxc + +The following features are pulled: + +* agl-container diff --git a/templates/feature/agl-lxc/included.dep b/templates/feature/agl-lxc/included.dep new file mode 100644 index 00000000..df937c78 --- /dev/null +++ b/templates/feature/agl-lxc/included.dep @@ -0,0 +1 @@ +agl-virt agl-drm-lease |