From bbb4918e770a536784f8e5573737f0afade4fdb2 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 7 Jun 2021 16:54:19 -0400 Subject: meta-agl-drm-lease: Improve usability 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 Change-Id: Ie109cc3606d68d354aae9d902a60ef82272244bf --- meta-agl-drm-lease/conf/include/agl-drm-lease.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-drm-lease/conf/include') 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" -- cgit 1.2.3-korg