commit | ee36db23745b16201e517ef0901179f04d40e3ec | [log] [tgz] |
---|---|---|
author | Benjamin Fair <benjaminfair@google.com> | Tue Jun 30 11:13:51 2020 -0700 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Jul 08 17:16:02 2020 -0500 |
tree | 6eb2447445bac9b0c5f5d1402968a3d2f2e8b050 | |
parent | 23c0599ebe0e89fac517972cf334043a8d4f9a57 [diff] |
meta-phosphor: nuvoton-layer: postd: only set SNOOP_DEVICE for npcm7xx This allows non-Nuvoton devices to build successfully, even if the Nuvoton layer is enabled. (From meta-phosphor rev: fa488de8cffc79be45cc069ca0b483abf9dfb04f) Change-Id: I1dd1833d4f6ea56c38ce021160cd6cc86f690b5f Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/nuvoton-layer/recipes-phosphor/host/phosphor-host-postd_%.bbappend b/meta-phosphor/nuvoton-layer/recipes-phosphor/host/phosphor-host-postd_%.bbappend index 60d5610..9999085 100644 --- a/meta-phosphor/nuvoton-layer/recipes-phosphor/host/phosphor-host-postd_%.bbappend +++ b/meta-phosphor/nuvoton-layer/recipes-phosphor/host/phosphor-host-postd_%.bbappend
@@ -1,3 +1 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SNOOP_DEVICE = "npcm7xx-lpc-bpc0" +SNOOP_DEVICE_npcm7xx = "npcm7xx-lpc-bpc0"