Files
2026-04-23 17:07:55 +08:00

23 lines
597 B
BlitzBasic
Executable File

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://dimm_fsc.c \
file://dimm_fsc.h \
file://lux_base.h \
file://dimm_fsc.json \
file://dimm_fsc.h \
file://dimm-fsc.sh \
file://CMakeLists.txt "
S = "${WORKDIR}"
TARGET_CC_ARCH += "${LDFLAGS}"
DEPENDS += "systemd dbus"
inherit pkgconfig cmake obmc-phosphor-systemd
SYSTEMD_SERVICE:${PN} = " dimm-fsc.service "