Commit dfa46bb5 authored by Andrey Filippov's avatar Andrey Filippov
Browse files

moved FPGA files installation to separate projects converted to Makefiles

parent e31c3b34
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 \ 
+0 −8
Original line number Diff line number Diff line
@@ -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
}