Commit 662d5bd8 authored by Mikhail Karpenko's avatar Mikhail Karpenko
Browse files

Copy files to /usr/local/verilog, remove ahci-blacklist

parent 06f2151f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@ IMAGE_INSTALL_append += " \
                         init \
                         overlay-sync \
                         init-tempmon \
                         ahci-blacklist \
                         udev-rules \
                         e2fsprogs \
                         gstreamer1.0 \
+11 −1
Original line number Diff line number Diff line
@@ -15,9 +15,19 @@ inherit elphel-dev
do_configure[noexec] = "1"
#do_compile[noexec] = "1"

FILES_${PN} += " ${base_prefix}/etc/* ${base_prefix}/etc/init.d/*"
FILES_${PN} += " ${base_prefix}/etc/* ${base_prefix}/etc/init.d/* ${base_prefix}/usr/* ${base_prefix}/www/pages/*"

INITSCRIPT_NAME = "init_elphel393"
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
}