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
dfa46bb5
Commit
dfa46bb5
authored
Sep 28, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved FPGA files installation to separate projects converted to Makefiles
parent
e31c3b34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
core-image-elphel393.bb
recipes-core/images/core-image-elphel393.bb
+4
-0
init_1.0.bb
recipes-core/init/init_1.0.bb
+0
-8
No files found.
recipes-core/images/core-image-elphel393.bb
View file @
dfa46bb5
...
...
@@ -44,6 +44,7 @@ IMAGE_INSTALL_append += " \
apps-imgsrv \
apps-autocampars \
apps-autoexposure \
apps-editconf \
apps-histograms \
apps-tempmon \
web-393 \
...
...
@@ -59,6 +60,9 @@ IMAGE_INSTALL_append += " \
udev-rules \
e2fsprogs \
gstreamer1.0 \
fpga-x393 \
fpga-x393sata \
fpga-x359 \
"
# gstreamer1.0-plugins-base \
...
...
recipes-core/init/init_1.0.bb
View file @
dfa46bb5
...
...
@@ -23,11 +23,3 @@ INITSCRIPT_PARAMS = "defaults 94"
inherit update-rc.d
RDEPENDS_${PN} += "python-core"
do_install_append() {
if [ -f ${TOPDIR}/../../fpga-elphel/x393/install.sh ]; then
${TOPDIR}/../../fpga-elphel/x393/install.sh ${D}
fi
if [ -f ${TOPDIR}/../../fpga-elphel/x393_sata/install.sh ]; then
${TOPDIR}/../../fpga-elphel/x393_sata/install.sh ${D}
fi
}
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