Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
40ce6710
Commit
40ce6710
authored
May 12, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add imgsrv and camogm to rootfs image, clean up device tree
parent
dd900e8a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
14 deletions
+11
-14
elphel393.dts
conf/machine/boards/elphel393/elphel393.dts
+0
-11
apps-camogm_1.0.bb
recipes-core/apps-camogm/apps-camogm_1.0.bb
+5
-1
apps-imgsrv_1.0.bb
recipes-core/apps-imgsrv/apps-imgsrv_1.0.bb
+2
-1
core-image-elphel393.bb
recipes-core/images/core-image-elphel393.bb
+4
-1
No files found.
conf/machine/boards/elphel393/elphel393.dts
View file @
40ce6710
...
...
@@ -202,17 +202,6 @@
"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 {
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) */
...
...
recipes-core/apps-camogm/apps-camogm_1.0.bb
View file @
40ce6710
...
...
@@ -25,9 +25,13 @@ SRC_URI = "file://.* \
file://LICENSE \
"
FILES_${PN} += "${bindir}/camogm ${sysconfdir}/qt_source"
do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/camogm ${D}${bindir}
install -d ${D}${sysconfdir}
install -m 0644 qt_source ${D}${sysconfdir}/
}
PACKAGES = " camogm"
PACKAGES
+
= " camogm"
recipes-core/apps-imgsrv/apps-imgsrv_1.0.bb
View file @
40ce6710
...
...
@@ -31,4 +31,5 @@ do_install() {
install -m 0755 ${S}/imgsrv ${D}${bindir}
}
PACKAGES = " imgsrv"
FILES_${PN} += "${bindir}/imgsrv"
PACKAGES += " imgsrv"
recipes-core/images/core-image-elphel393.bb
View file @
40ce6710
...
...
@@ -31,7 +31,10 @@ IMAGE_INSTALL_append += " python-core \
libsjs \
smartmontools \
libogg \
init-elphel393"
init-elphel393 \
apps-camogm \
apps-imgsrv \
"
#kernel-modules
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment