summaryrefslogtreecommitdiff
path: root/meta-intel/conf
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-09-24 03:32:39 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-26 15:40:09 +0300
commitb2ceafb02ff5dc4dc28a0a0cece85ca03d80bf23 (patch)
tree81fa0e7dd5e0b3d362b60d8c583a89d05b345024 /meta-intel/conf
parent10da9f4e16cb815550ce78c673558bb1c56311b3 (diff)
downloadopenbmc-b2ceafb02ff5dc4dc28a0a0cece85ca03d80bf23.tar.xz
meta-intel: add intel suffix to recipes
Add a suffix, "intel" to all common intel recipe changes. The suffix is defined in intel.inc, which is included already in the s2600wf machine conf and likely any platform including meta-intel. (From meta-intel rev: 4fc52d948f7549472683ae26a10d5c60abde1537) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I3561dc40115894d5aa6a08fe723bf214100daefa Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-intel/conf')
-rw-r--r--meta-intel/conf/machine/include/intel.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-intel/conf/machine/include/intel.inc b/meta-intel/conf/machine/include/intel.inc
index db6b0c10e..738d103e5 100644
--- a/meta-intel/conf/machine/include/intel.inc
+++ b/meta-intel/conf/machine/include/intel.inc
@@ -19,3 +19,5 @@ PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host"
PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}"
PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs"
#PREFERRED_PROVIDER_virtual/obmc-gpio-monitor ?= "phosphor-gpio-monitor"
+
+OVERRIDES .= ":intel"