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
dc180fcc
Commit
dc180fcc
authored
Apr 05, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a recipe to update all sources
parent
83b9753a
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1538 additions
and
0 deletions
+1538
-0
LICENSE
recipes-help/update393/files/LICENSE
+1499
-0
update393_1.0.bb
recipes-help/update393/update393_1.0.bb
+39
-0
No files found.
recipes-help/update393/files/LICENSE
0 → 100644
View file @
dc180fcc
This diff is collapsed.
Click to expand it.
recipes-help/update393/update393_1.0.bb
0 → 100644
View file @
dc180fcc
SUMMARY = "helper script"
DESCRIPTION = "update all"
AUTHOR = "Elphel Inc."
HOMEPAGE = "http://www3.elphel.com/"
PRIORITY = "optional"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;beginline=21;endline=699;md5=ccd2fef7dee090f3b211c6677c3e34cc"
SRCDATE = "20160405"
PV = "${SRCDATE}"
PR = "r0"
SRC_URI = "file://LICENSE"
S = "${WORKDIR}/"
DEV_DIR = "${TOPDIR}/.."
R0 = "meta-elphel393"
R1 = "meta-ezynq"
R2 = "linux-elphel"
R3 = "../x393"
R4 = "../x393_sata"
addtask pull
do_pull(){
for REP in ${R0} ${R1} ${R2} ${R3} ${R4}
do
echo "${REP}"
if [ -d ${DEV_DIR}/${REP} ]; then
echo "updating ${REP}"
cd ${DEV_DIR}/${REP}; git pull
fi
done
}
\ No newline at end of file
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