Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-init
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-init
Commits
3e340555
Commit
3e340555
authored
Sep 29, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extra init file
parent
479334a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Makefile
src/Makefile
+7
-1
No files found.
src/Makefile
View file @
3e340555
...
...
@@ -17,7 +17,9 @@ SCRIPT1=init_elphel393.py
SCRIPT2
=
init_elphel393
# init_elphel393.sh is used for Eyesis 12-sensors
SCRIPT3
=
init_elphel393.sh
SCRIPT4
=
init_eyesis_bottom2.sh
SCRIPT4
=
init_eyesis12.sh
SCRIPT5
=
init_eyesis_bottom2.sh
all
:
@
echo
"make all in src"
...
...
@@ -41,6 +43,10 @@ install:
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
$(SCRIPT4).tmp
$(CONFDIR)/$(SCRIPT4)
rm
$(SCRIPT4).tmp
sed
-e
's/192.168.0.9/$(REMOTE_IP)/'
$(SCRIPT5)
>
$(SCRIPT5).tmp
$(INSTALL)
$(OWN)
-d
$(CONFDIR)
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
$(SCRIPT5).tmp
$(CONFDIR)/$(SCRIPT5)
rm
$(SCRIPT5).tmp
#INITSTRING default is defined in local.conf, weak default - meta-core/init/init.bb
sed
-e
's/init_elphel393.py/$(INITSTRING)/'
$(SCRIPT2)
>
$(SCRIPT2).tmp
...
...
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