Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel393
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
elphel393
Commits
11ac24d0
Commit
11ac24d0
authored
Apr 19, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add elphel-apps-imgsrv to setup script
parent
3752a2db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
setup.sh
setup.sh
+17
-1
No files found.
setup.sh
View file @
11ac24d0
...
@@ -47,6 +47,19 @@ E393ROOT="meta-elphel393"
...
@@ -47,6 +47,19 @@ E393ROOT="meta-elphel393"
E393BRANCH
=
"master"
E393BRANCH
=
"master"
E393HASH
=
"a93edc1f91e82e5e613fa38bd800e307c348b9ee"
E393HASH
=
"a93edc1f91e82e5e613fa38bd800e307c348b9ee"
# List of Elphel user space applications. The list is organized as bash array and thus have predefined structure.
# Each entry in the list consists of four elements: link to repository, application name, branch and commit hash.
# If either of the fields is not used then leave double quotes in place of this field.
APPS_ARRAY
=(
#imgsrv
"https://github.com/Elphel/elphel-apps-imgsrv.git"
"elphel-apps-imgsrv"
"master"
""
#add new app below
)
if
[
$1
=
"dev"
]
;
then
if
[
$1
=
"dev"
]
;
then
E393_LINUX_HASH
=
""
E393_LINUX_HASH
=
""
E393_FPGA1_HASH
=
""
E393_FPGA1_HASH
=
""
...
@@ -113,7 +126,10 @@ else
...
@@ -113,7 +126,10 @@ else
echo
"
$E393_ROOTFSDIR
exists"
echo
"
$E393_ROOTFSDIR
exists"
fi
fi
cd
$E393_ROOTFSDIR
cd
$E393_ROOTFSDIR
#Clone some projects
#Clone user space applications
for
elem
in
$(
seq
0 4
$((${
APPS_ARRAY
[@]
}
-
1
)))
;
do
cloneandcheckout
${
APPS_ARRAY
[
$elem
]
}
${
APPS_ARRAY
[
$elem
+1]
}
${
APPS_ARRAY
[
$elem
+2]
}
${
APPS_ARRAY
[
$elem
+3]
}
done
cd
..
cd
..
...
...
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