Commit c9a7e532 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

path to bitstreams corrected

parent 5eb0db07
...@@ -31,11 +31,11 @@ FILES_${PN} = "\ ...@@ -31,11 +31,11 @@ FILES_${PN} = "\
inherit update-rc.d inherit update-rc.d
do_install_append() { do_install_append() {
if [ -f ${TOPDIR}/../../x393/install.sh ]; then if [ -f ${TOPDIR}/../../fpga-elphel/x393/install.sh ]; then
${TOPDIR}/../../x393/install.sh ${D} ${TOPDIR}/../../fpga-elphel/x393/install.sh ${D}
fi fi
if [ -f ${TOPDIR}/../../x393_sata/install.sh ]; then if [ -f ${TOPDIR}/../../fpga-elphel/x393_sata/install.sh ]; then
${TOPDIR}/../../x393_sata/install.sh ${D} ${TOPDIR}/../../fpga-elphel/x393_sata/install.sh ${D}
fi fi
install -d ${D}${sysconfdir}/init.d install -d ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/init_elphel393 ${D}${sysconfdir}/init.d install -m 0755 ${WORKDIR}/init_elphel393 ${D}${sysconfdir}/init.d
......
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