Files
OpenBMC/meta-luxshare/meta-bhs/recipes-oem/oem-cover-heat/cover-heat.bb
T

21 lines
592 B
BlitzBasic
Raw Normal View History

2026-04-23 17:07:55 +08:00
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
LICENSE = "CLOSED"
SRC_URI += " \
file://cJSON.c \
file://cJSON.h \
file://lux_json_api.c \
file://lux_json_api.h \
file://lux_system_api.c \
file://lux_system_api.h \
file://cover_heat.c \
file://cover_heat.h \
file://lux_base.h \
file://cover_heat.json \
file://cover_heat_12fan.json \
file://CMakeLists.txt "
S = "${WORKDIR}"
TARGET_CC_ARCH += "${LDFLAGS}"
DEPENDS += "systemd dbus"
inherit pkgconfig cmake obmc-phosphor-systemd
SYSTEMD_SERVICE:${PN} = "cover-heat.service "