Commit dfa46bb5 authored by Andrey Filippov's avatar Andrey Filippov

moved FPGA files installation to separate projects converted to Makefiles

parent e31c3b34
......@@ -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 \
......
......@@ -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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment