Commit 40ce6710 authored by Mikhail Karpenko's avatar Mikhail Karpenko

Add imgsrv and camogm to rootfs image, clean up device tree

parent dd900e8a
...@@ -202,17 +202,6 @@ ...@@ -202,17 +202,6 @@
"compr_irq_0", "compr_irq_1", "compr_irq_2", "compr_irq_3"; "compr_irq_0", "compr_irq_1", "compr_irq_2", "compr_irq_3";
}; };
elphel393_framepars: elphel393-framepars {
compatible = "elphel,elphel393-framepars-1.00";
/* set this to "disable" to disable drivers */
status = "okay";
};
elphel393_sensor: elphel393-sensor {
compatible = "elphel,elphel393-sensor-1.00";
/* set this to "disable" to disable drivers */
status = "okay";
};
elphel393_sensor_i2c: elphel393-sensor-i2c@0 { elphel393_sensor_i2c: elphel393-sensor-i2c@0 {
compatible = "elphel,elphel393-sensor-i2c-1.00"; compatible = "elphel,elphel393-sensor-i2c-1.00";
/* Add known devices: name, slave address (7-bit), number of address bytes, number of data bytes, SCL frequency (kHz) */ /* Add known devices: name, slave address (7-bit), number of address bytes, number of data bytes, SCL frequency (kHz) */
......
...@@ -25,9 +25,13 @@ SRC_URI = "file://.* \ ...@@ -25,9 +25,13 @@ SRC_URI = "file://.* \
file://LICENSE \ file://LICENSE \
" "
FILES_${PN} += "${bindir}/camogm ${sysconfdir}/qt_source"
do_install() { do_install() {
install -d ${D}${bindir} install -d ${D}${bindir}
install -m 0755 ${S}/camogm ${D}${bindir} install -m 0755 ${S}/camogm ${D}${bindir}
install -d ${D}${sysconfdir}
install -m 0644 qt_source ${D}${sysconfdir}/
} }
PACKAGES = " camogm" PACKAGES += " camogm"
...@@ -31,4 +31,5 @@ do_install() { ...@@ -31,4 +31,5 @@ do_install() {
install -m 0755 ${S}/imgsrv ${D}${bindir} install -m 0755 ${S}/imgsrv ${D}${bindir}
} }
PACKAGES = " imgsrv" FILES_${PN} += "${bindir}/imgsrv"
PACKAGES += " imgsrv"
...@@ -31,7 +31,10 @@ IMAGE_INSTALL_append += " python-core \ ...@@ -31,7 +31,10 @@ IMAGE_INSTALL_append += " python-core \
libsjs \ libsjs \
smartmontools \ smartmontools \
libogg \ libogg \
init-elphel393" init-elphel393 \
apps-camogm \
apps-imgsrv \
"
#kernel-modules #kernel-modules
......
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