Commit e31c3b34 authored by Mikhail Karpenko's avatar Mikhail Karpenko

Move temperature monitor to a separate repositiory

parent a2dbada0
SUMMARY = "Extra scripts for the Elphel 10393 board"
DESCRIPTION = "Simple camera temperature monitor"
AUTHOR = "Elphel Inc."
HOMEPAGE = "http://www3.elphel.com/"
PRIORITY = "optional"
LICENSE = "GPL-3.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891"
VPATH = "${TOPDIR}/../../rootfs-elphel/elphel-apps-tempmon"
inherit elphel-dev
do_configure[noexec] = "1"
#do_compile[noexec] = "1"
FILES_${PN} += " ${base_prefix}/usr/bin/tempmon.py"
RDEPENDS_${PN} += " python-core"
\ No newline at end of file
......@@ -45,6 +45,7 @@ IMAGE_INSTALL_append += " \
apps-autocampars \
apps-autoexposure \
apps-histograms \
apps-tempmon \
web-393 \
web-camvc \
web-hwmon \
......@@ -55,7 +56,6 @@ IMAGE_INSTALL_append += " \
linux-firmware-rtl8192cu \
init \
overlay-sync \
init-tempmon \
udev-rules \
e2fsprogs \
gstreamer1.0 \
......
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