meta-digi-dey: update Digi logo used by webservers

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2015-11-06 16:20:35 +01:00
parent 89f6265803
commit 59cc4b79c7
8 changed files with 6 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -19,7 +19,7 @@
<tr> <tr>
<td align="center" valign="middle"> <td align="center" valign="middle">
<a href="http://www.digiembedded.com" target="_self"> <a href="http://www.digiembedded.com" target="_self">
<img src="digi.gif" alt="Digi International Inc." border="0"> <img src="digi-logo.png" alt="Digi International Inc." border="0">
</a> </a>
</td> </td>
</tr> </tr>

View File

@ -5,7 +5,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
SRC_URI += " \ SRC_URI += " \
file://cherokee.conf \ file://cherokee.conf \
file://cherokee.pem \ file://cherokee.pem \
file://digi.gif \ file://digi-logo.png \
file://index.html \ file://index.html \
" "
@ -14,7 +14,7 @@ do_install_append() {
install -m 0644 ${WORKDIR}/cherokee.conf ${D}${sysconfdir}/cherokee/ install -m 0644 ${WORKDIR}/cherokee.conf ${D}${sysconfdir}/cherokee/
install -m 0644 ${WORKDIR}/cherokee.pem ${D}${sysconfdir}/cherokee/ssl/ install -m 0644 ${WORKDIR}/cherokee.pem ${D}${sysconfdir}/cherokee/ssl/
install -m 0644 ${WORKDIR}/index.html ${D}/srv/www/ install -m 0644 ${WORKDIR}/index.html ${D}/srv/www/
install -m 0644 ${WORKDIR}/digi.gif ${D}/srv/www/ install -m 0644 ${WORKDIR}/digi-logo.png ${D}/srv/www/
} }
FILES_${PN} += "/srv/www" FILES_${PN} += "/srv/www"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -19,7 +19,7 @@
<tr> <tr>
<td align="center" valign="middle"> <td align="center" valign="middle">
<a href="http://www.digiembedded.com" target="_self"> <a href="http://www.digiembedded.com" target="_self">
<img src="digi.gif" alt="Digi International Inc." border="0"> <img src="digi-logo.png" alt="Digi International Inc." border="0">
</a> </a>
</td> </td>
</tr> </tr>

View File

@ -10,7 +10,7 @@ SRC_URI += "file://0001-del-baudrates.patch \
file://suspend \ file://suspend \
file://busybox-ntpd \ file://busybox-ntpd \
file://index.html \ file://index.html \
file://digi.gif \ file://digi-logo.png \
file://busybox-acpid \ file://busybox-acpid \
file://acpid.map \ file://acpid.map \
file://pswitch-press \ file://pswitch-press \
@ -51,7 +51,7 @@ do_install_append() {
fi fi
if grep "CONFIG_HTTPD=y" ${WORKDIR}/defconfig; then if grep "CONFIG_HTTPD=y" ${WORKDIR}/defconfig; then
install -m 0644 ${WORKDIR}/index.html ${D}/srv/www/ install -m 0644 ${WORKDIR}/index.html ${D}/srv/www/
install -m 0644 ${WORKDIR}/digi.gif ${D}/srv/www/ install -m 0644 ${WORKDIR}/digi-logo.png ${D}/srv/www/
fi fi
# Install 'suspend' script # Install 'suspend' script
install -m 0755 ${WORKDIR}/suspend ${D}${base_bindir} install -m 0755 ${WORKDIR}/suspend ${D}${base_bindir}