get data from Kernel driver
1st version of the json file with the header
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user