Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
# We have recipes-* directories, add to BBFILES
|
||||
BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "inventec"
|
||||
BBFILE_PATTERN_inventec := "^${LAYERDIR}/"
|
||||
LAYERSERIES_COMPAT_inventec = "langdale mickledore"
|
||||
BBFILE_PRIORITY_inventec = "6"
|
||||
|
||||
# Provide a variable that points the base of the hpe layer.
|
||||
INVENTECBASE = '${@os.path.normpath("${LAYERDIR}/")}'
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
MACHINE_FEATURES += "\
|
||||
obmc-phosphor-fan-mgmt \
|
||||
obmc-phosphor-chassis-mgmt \
|
||||
obmc-phosphor-flash-mgmt \
|
||||
obmc-host-ipmi \
|
||||
obmc-host-state-mgmt \
|
||||
obmc-chassis-state-mgmt \
|
||||
obmc-bmc-state-mgmt \
|
||||
"
|
||||
# since we use x86-power-control service, we don't need below three services
|
||||
VIRTUAL-RUNTIME_obmc-host-state-manager = "x86-power-control"
|
||||
VIRTUAL-RUNTIME_obmc-chassis-state-manager = "x86-power-control"
|
||||
VIRTUAL-RUNTIME_obmc-discover-system-state = "x86-power-control"
|
||||
|
||||
|
||||
PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-inventec-apps"
|
||||
PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-inventec-apps"
|
||||
PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-inventec-apps"
|
||||
PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-inventec-apps"
|
||||
PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}"
|
||||
PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs"
|
||||
|
||||
OVERRIDES .= ":inventec"
|
||||
Reference in New Issue
Block a user