Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"buses": [0, 3, 4, 5, 6, 8, 9, 10, 12]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
FILESEXTRAPATHS:append := ":${THISDIR}/${PN}"
|
||||
SRC_URI:append = " \
|
||||
file://blacklist.json \
|
||||
"
|
||||
|
||||
do_install:append() {
|
||||
install -m 0444 ${WORKDIR}/blacklist.json -D -t ${D}${datadir}/entity-manager
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
SUMMARY = "YAML configuration for VEGMAN"
|
||||
PR = "r1"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
|
||||
|
||||
inherit allarch
|
||||
|
||||
SRC_URI = " \
|
||||
file://vegman-ipmi-sensors-static.yaml \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
do_install() {
|
||||
install -m 0644 -D vegman-ipmi-sensors-static.yaml \
|
||||
${D}${datadir}/${BPN}/ipmi-sensors-static.yaml
|
||||
}
|
||||
|
||||
FILES:${PN}-dev = " \
|
||||
${datadir}/${BPN}/ipmi-sensors-static.yaml \
|
||||
"
|
||||
|
||||
ALLOW_EMPTY:${PN} = "1"
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
0x01:
|
||||
entityID: 0x07
|
||||
entityInstance: 1
|
||||
sensorType: 0x21
|
||||
path: /xyz/openbmc_project/led/groups/enclosure_identify_blink
|
||||
sensorReadingType: 0x6F
|
||||
mutability: Mutability::Read
|
||||
serviceInterface: org.freedesktop.DBus.Properties
|
||||
readingType: assertion
|
||||
sensorNamePattern: nameLeaf
|
||||
interfaces:
|
||||
xyz.openbmc_project.Led.Group:
|
||||
Asserted:
|
||||
Offsets:
|
||||
0x00:
|
||||
type: bool
|
||||
assert: true
|
||||
Reference in New Issue
Block a user