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
+11
View File
@@ -0,0 +1,11 @@
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "common"
BBFILE_PATTERN_common = "^${LAYERDIR}/"
BBFILE_PRIORITY_common = "10"
LAYERSERIES_COMPAT_common = "langdale mickledore"
@@ -0,0 +1,55 @@
SUMMARY = "OpenBMC for Inventec - Applications"
PR = "r1"
inherit packagegroup
PROVIDES = "${PACKAGES}"
PACKAGES = " \
${PN}-chassis \
${PN}-fans \
${PN}-flash \
${PN}-system \
${PN}-ipmi-oem \
"
PROVIDES += "virtual/obmc-chassis-mgmt"
PROVIDES += "virtual/obmc-fan-mgmt"
PROVIDES += "virtual/obmc-flash-mgmt"
PROVIDES += "virtual/obmc-system-mgmt"
PROVIDES += "virtual/obmc-ipmi-oem"
RPROVIDES:${PN}-chassis += "virtual-obmc-chassis-mgmt"
RPROVIDES:${PN}-fans += "virtual-obmc-fan-mgmt"
RPROVIDES:${PN}-flash += "virtual-obmc-flash-mgmt"
RPROVIDES:${PN}-system += "virtual-obmc-system-mgmt"
RPROVIDES:${PN}-ipmi-oem += "virtual-obmc-ipmi-oem"
SUMMARY:${PN}-chassis = "Inventec Chassis"
RDEPENDS:${PN}-chassis = " \
x86-power-control \
obmc-host-failure-reboots \
"
SUMMARY:${PN}-fans = "Inventec Fans"
RDEPENDS:${PN}-fans = " \
phosphor-pid-control \
"
SUMMARY:${PN}-flash = "Inventec Flash"
RDEPENDS:${PN}-flash = " \
phosphor-ipmi-blobs \
phosphor-ipmi-flash \
"
SUMMARY:${PN}-system = "Inventec System"
RDEPENDS:${PN}-system = " \
bmcweb \
entity-manager \
dbus-sensors \
webui-vue \
phosphor-snmp \
phosphor-sel-logger \
phosphor-gpio-monitor \
phosphor-gpio-monitor-monitor \
vlan \
"
@@ -0,0 +1,9 @@
#Add python utility.(e.g gpioutil,...)
RDEPENDS:${PN}-extrasdevtools:append = " ipmitool"
RDEPENDS:${PN}-extrasdevtools:append = " openssh-sftp-server"
RDEPENDS:${PN}-extras += " python3-smbus"
#Install publickey for image file verification
RDEPENDS:${PN}-extras += " phosphor-image-signing"
RDEPENDS:${PN}-health-monitor:remove:transformers = "phosphor-health-monitor"