get data from Kernel driver

1st version of the json file with the header
This commit is contained in:
2024-06-24 20:34:18 +02:00
parent 454ae2f46e
commit 68a4f6bcbe
14 changed files with 833 additions and 111 deletions

View File

@@ -17,20 +17,32 @@ SRC_URI += " \
file://zephyr_openamp_rsc_table.elf \
file://src/RTService.cpp \
file://src/monitoringTask/RTSMonitoringTask.cpp \
file://src/monitoringTask/RTSMonFrame.cpp \
file://src/utilities/RTSCoproHelper.cpp \
file://include/RTSCoproHelper.h \
file://include/RTSMonFrame.h \
file://include/RTSMonitoringTask.h \
file://include/ISensorDesc.h \
file://include/IChannelDesc.h \
file://include/VibSensorDesc.h \
file://include/json.hpp \
file://src/monitoringTask/VibSensorDesc.cpp \
file://include/VibChannelDesc.h \
file://src/monitoringTask/VibChannelDesc.cpp \
"
S = "${WORKDIR}"
DESTINATION = "/usr/bin"
# ELFDESTINATION = "~/elffile"
# FILES:${PN} += "${DESTINATION}"
FILES:${PN} += "${DESTINATION}"
do_install () {
install -d ${D}${DESTINATION}
install -m 0644 ${B}/RTService ${D}/${DESTINATION}/
}
# do_install () {
# install -d ${D}${ELFDESTINATION}
# install -m 0644 ${WORKDIR}/*.elf ${D}/${ELFDESTINATION}
@@ -38,7 +50,7 @@ S = "${WORKDIR}"
#}
# RDEPENDS:${PN} += " perl"
# RDEPENDS:${PN} += " boost"
RDEPENDS:${PN} += " boost"
BBCLASSEXTEND = "native "
# BBCLASSEXTEND = "native nativesdk"