summaryrefslogtreecommitdiffstats
path: root/meta-agl-drm-lease/conf/include
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-06-07 16:54:19 -0400
committerScott Murray <scott.murray@konsulko.com>2021-06-07 16:54:19 -0400
commitbbb4918e770a536784f8e5573737f0afade4fdb2 (patch)
tree9f44851a99e689dc6a64f60699d14ecd96d4506d /meta-agl-drm-lease/conf/include
parent193f763742b172b1b8b697a9ee5441406873955d (diff)
meta-agl-drm-lease: Improve usabilitylamprey_11.92.0lamprey/11.92.011.92.0
Changes: - Switch to using AGL_FEATURES instead of just directly modifying IMAGE_INSTALL in the feature template. - Move rcar3 kernel recipe bbappend to a dynamic-layer addition so the layer is usable on other platforms. Bug-AGL: SPEC-3955 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ie109cc3606d68d354aae9d902a60ef82272244bf
Diffstat (limited to 'meta-agl-drm-lease/conf/include')
-rw-r--r--meta-agl-drm-lease/conf/include/agl-drm-lease.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-drm-lease/conf/include/agl-drm-lease.inc b/meta-agl-drm-lease/conf/include/agl-drm-lease.inc
index 5ec51c55..bdf55628 100644
--- a/meta-agl-drm-lease/conf/include/agl-drm-lease.inc
+++ b/meta-agl-drm-lease/conf/include/agl-drm-lease.inc
@@ -1 +1 @@
-IMAGE_INSTALL_append = " drm-lease-manager"
+AGL_FEATURES += "agl-drm-lease"