From 0bb3262fac0d32376eabfcbaeb0078113967720c Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Mon, 24 Sep 2018 08:22:34 -0700 Subject: meta-zaius: p9-host-start: add machine suffix For p9-host-start, add zaius machine suffix to avoid poisoning other machines using this layer. (From meta-ingrasys rev: 96cce2f34bb2e560ef31b752814b147e7cea2e7c) Change-Id: I98163948090b5ed37dc218f2eb2128b262624865 Signed-off-by: Patrick Venture Signed-off-by: Brad Bishop --- meta-ingrasys/meta-zaius/recipes-phosphor/host/p9-host-start.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ingrasys/meta-zaius/recipes-phosphor/host/p9-host-start.bbappend b/meta-ingrasys/meta-zaius/recipes-phosphor/host/p9-host-start.bbappend index 953b4b735..246db68a3 100644 --- a/meta-ingrasys/meta-zaius/recipes-phosphor/host/p9-host-start.bbappend +++ b/meta-ingrasys/meta-zaius/recipes-phosphor/host/p9-host-start.bbappend @@ -1,2 +1,2 @@ -RDEPENDS_${PN} += 'refclock-fixup' -RDEPENDS_${PN} += 'avsbus-control' +RDEPENDS_${PN}_append_zaius = ' refclock-fixup' +RDEPENDS_${PN}_append_zaius = ' avsbus-control' -- cgit v1.2.1