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
f3d2e5ef
Commit
f3d2e5ef
authored
Aug 13, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added support for new repository elphel-web-393
parent
4bf057a0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
1 deletion
+21
-1
core-image-elphel393.bb
recipes-core/images/core-image-elphel393.bb
+1
-0
init_elphel393.sh
recipes-core/init-elphel393/files/init_elphel393.sh
+4
-1
web-393_1.0.bb
recipes-core/web-393/web-393_1.0.bb
+16
-0
No files found.
recipes-core/images/core-image-elphel393.bb
View file @
f3d2e5ef
...
...
@@ -53,6 +53,7 @@ IMAGE_INSTALL_append += " \
udev-rules \
e2fsprogs \
gstreamer1.0 \
web-393 \
"
# gstreamer1.0-plugins-base \
...
...
recipes-core/init-elphel393/files/init_elphel393.sh
View file @
f3d2e5ef
...
...
@@ -13,10 +13,13 @@ CAMOGM_PIPE=/var/volatile/camogm_cmd
# enable SATA, set this to 1 if camera is equipped with SSD drive
SATA_EN
=
1
ifconfig eth0 192.168.0.9
#for andrey:
ifconfig eth0 192.168.0.7
PYDIR
=
/usr/local/bin
exit
0
#mkdir /tmp/local
#cp -r /usr/local/bin $PYDIR
...
...
recipes-core/web-393/web-393_1.0.bb
0 → 100644
View file @
f3d2e5ef
SUMMARY = "WWW content for basic NC393 camera"
AUTHOR = "Elphel Inc."
HOMEPAGE = "http://www3.elphel.com/"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891"
VPATH = "${TOPDIR}/../../rootfs-elphel/elphel-web-393"
inherit elphel-dev
do_configure[noexec] = "1"
#do_compile[noexec] = "1"
FILES_${PN} += " ${base_prefix}/www/pages/*"
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