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

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

parent 06f2151f
......@@ -56,7 +56,6 @@ IMAGE_INSTALL_append += " \
init \
overlay-sync \
init-tempmon \
ahci-blacklist \
udev-rules \
e2fsprogs \
gstreamer1.0 \
......
......@@ -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
}
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