Initial commit

This commit is contained in:
Your Name
2026-04-23 17:07:55 +08:00
commit b7e39e063b
16725 changed files with 1625565 additions and 0 deletions
@@ -0,0 +1,18 @@
SUMMARY = "OpenPower OCC Control with example occ sensor IDs"
PR = "r1"
PV = "1.0+git${SRCPV}"
require openpower-occ-control.inc
inherit openpower-occ-control
inherit native
PROVIDES += "virtual/openpower-occ-control-config-native"
S = "${WORKDIR}/git"
# Copies example occ sensor ID yaml file
do_install() {
SRC=${S}
install -d ${YAML_DEST}/
install -D ${SRC}/example/occ_sensor.yaml ${YAML_DEST}/occ_sensor.yaml
}