Initial commit
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
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 "
|
||||
Reference in New Issue
Block a user