Commit c4cc4674 authored by Andrey Filippov's avatar Andrey Filippov

added InertialSense cltool

parent 2f505fb6
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
SRC_URI = "git://github.com/inertialsense/inertial-sense-sdk.git;protocol=https"
SRCREV = "0757da6f2e0fb3c430f6e6f5af0d5f3411fdb1b1"
DEPENDS = "libusb1"
inherit cmake
S = "${WORKDIR}/git"
do_install () {
install -D -m 0755 ${WORKDIR}/build/cltool/cltool ${D}${bindir}/cltool
}
......@@ -85,6 +85,7 @@ IMAGE_INSTALL_append += " \
ltrace \
cronie \
git \
cltool \
"
# removed to save space, TODO: increase nand rootfs size
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment