diff options
author | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2021-01-08 17:03:00 +0900 |
---|---|---|
committer | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2021-03-05 15:21:40 +0900 |
commit | 92d67bf9c0385ce2513bf7bf0001f27223d750fd (patch) | |
tree | 851f601867ad0eaa9e65223ab835665b3529ee82 /templates/feature/agl-drm-lease | |
parent | 3eb1a00c35bd817472067a153c793c9c7aef00a3 (diff) |
Add agl-drm-lease feature
The agl-drm-lease feature will add the DRM lease manager and client
library to the current image. DRM lease support is also added
to the kmscube test utility if it is installed.
Bug-AGL: SPEC-3729
Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
Change-Id: I75cfbc363724916202ec15bb71813f49d6b560eb
Diffstat (limited to 'templates/feature/agl-drm-lease')
-rw-r--r-- | templates/feature/agl-drm-lease/50_bblayers.conf.inc | 3 | ||||
-rw-r--r-- | templates/feature/agl-drm-lease/50_local.conf.inc | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/templates/feature/agl-drm-lease/50_bblayers.conf.inc b/templates/feature/agl-drm-lease/50_bblayers.conf.inc new file mode 100644 index 00000000..9977bba4 --- /dev/null +++ b/templates/feature/agl-drm-lease/50_bblayers.conf.inc @@ -0,0 +1,3 @@ +BBLAYERS =+ " \ + ${METADIR}/meta-agl-devel/meta-agl-drm-lease \ +" diff --git a/templates/feature/agl-drm-lease/50_local.conf.inc b/templates/feature/agl-drm-lease/50_local.conf.inc new file mode 100644 index 00000000..fe32a6ed --- /dev/null +++ b/templates/feature/agl-drm-lease/50_local.conf.inc @@ -0,0 +1,2 @@ +#see meta-agl-devel/meta-agl-drm-lease/conf/include/agl-drm-lease.inc +require conf/include/agl-drm-lease.inc |