From c5c43ada3a831e3194578830522713edfb482ca7 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: I3a29f6507a55bb4ec5ae5ecb70e10bb910759196 --- recipes-connectivity/connman/connman_agldemo.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-connectivity') diff --git a/recipes-connectivity/connman/connman_agldemo.inc b/recipes-connectivity/connman/connman_agldemo.inc index 5b732ae5..7b736ec6 100644 --- a/recipes-connectivity/connman/connman_agldemo.inc +++ b/recipes-connectivity/connman/connman_agldemo.inc @@ -1,6 +1,6 @@ do_install:append() { # Need to ignore eth1 in cluster demo setup - if ${@bb.utils.contains('AGL_FEATURES', 'agl-cluster-demo-support', 'true', 'false', d)}; then + if ${@bb.utils.contains('AGL_FEATURES', 'agl-demo-cluster-support', 'true', 'false', d)}; then sed -i 's/^\(NetworkInterfaceBlacklist=.*\)/\1,eth1/' ${D}${sysconfdir}/connman/main.conf fi } -- cgit 1.2.3-korg