From 92d67bf9c0385ce2513bf7bf0001f27223d750fd Mon Sep 17 00:00:00 2001 From: Damian Hobson-Garcia Date: Fri, 8 Jan 2021 17:03:00 +0900 Subject: 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 Change-Id: I75cfbc363724916202ec15bb71813f49d6b560eb --- meta-agl-drm-lease/conf/include/agl-drm-lease.inc | 1 + meta-agl-drm-lease/conf/layer.conf | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 meta-agl-drm-lease/conf/include/agl-drm-lease.inc create mode 100644 meta-agl-drm-lease/conf/layer.conf (limited to 'meta-agl-drm-lease/conf') diff --git a/meta-agl-drm-lease/conf/include/agl-drm-lease.inc b/meta-agl-drm-lease/conf/include/agl-drm-lease.inc new file mode 100644 index 00000000..5ec51c55 --- /dev/null +++ b/meta-agl-drm-lease/conf/include/agl-drm-lease.inc @@ -0,0 +1 @@ +IMAGE_INSTALL_append = " drm-lease-manager" diff --git a/meta-agl-drm-lease/conf/layer.conf b/meta-agl-drm-lease/conf/layer.conf new file mode 100644 index 00000000..9c6d3726 --- /dev/null +++ b/meta-agl-drm-lease/conf/layer.conf @@ -0,0 +1,16 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "agl-drm-lease" +BBFILE_PATTERN_agl-drm-lease = "^${LAYERDIR}/" +BBFILE_PRIORITY_agl-drm-lease = "10" + +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_agl-drm-lease = "1" + +LAYERDEPENDS_agl-drm-lease = "core" +LAYERSERIES_COMPAT_agl-drm-lease = "dunfell" -- cgit 1.2.3-korg