From bd151bb0aa5d5492839fa23a8872014e67425771 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 6 Jun 2022 17:49:59 -0400 Subject: Rename agl-cluster-demo-support feature Rename agl-cluster-demo-support feature to agl-demo-cluster-support to make it clearer that it relates to the agl-demo-platform image. Bug-AGL: SPEC-4425 Signed-off-by: Scott Murray Change-Id: I9e1ebd2800ab55f3969be98034b60fcb4c09ba21 --- recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-platform') diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb index 9c4553f2..fdebd24a 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb @@ -39,7 +39,7 @@ CLUSTER_SUPPORT_PACKAGES = " \ tbtnavi \ cluster-demo-network-config \ " -CLUSTER_SUPPORT = "${@bb.utils.contains("AGL_FEATURES", "agl-cluster-demo-support", "${CLUSTER_SUPPORT_PACKAGES}", "",d)}" +CLUSTER_SUPPORT = "${@bb.utils.contains("AGL_FEATURES", "agl-demo-cluster-support", "${CLUSTER_SUPPORT_PACKAGES}", "",d)}" # Hook for demo platform configuration # ATM used for: -- cgit 1.2.3-korg