23 lines
597 B
BlitzBasic
Executable File
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 "
|