meta-digi-dey: busybox: remove default landing web page for ccimx6ulsbc

The ConnectCore Demo web page will be the new default landing page for all products,
so remove the default landing page that was created for the ccimx6ulsbc platform.

Signed-off-by: David Escalona <david.escalona@digi.com>
This commit is contained in:
David Escalona 2022-07-14 11:07:24 +02:00
parent cce6b23957
commit dc84be34bf
3 changed files with 0 additions and 43 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -1,30 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Digi International Inc. - Welcome!</title>
<style type="text/css">
html, body, #wrapper {
height:100%;
width: 100%;
margin: 0;
text-align: center;
vertical-align: middle;
}
</style>
</head>
<body>
<table id="wrapper">
<tr>
<td align="center" valign="middle">
<a href="http://www.digiembedded.com" target="_self">
<img src="digi-logo.png" alt="Digi International Inc." border="0">
</a>
</td>
</tr>
</table>
</body>
</html>

View File

@ -18,10 +18,6 @@ SRC_URI += "file://standby \
", "", d)} \
"
SRC_URI:append:ccimx6ul = " file://index.html \
file://digi-logo.png \
"
HAS_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}"
HAS_MCA = "${@bb.utils.contains('MACHINE_FEATURES', 'mca', 'true', 'false', d)}"
@ -103,13 +99,4 @@ do_install:append() {
fi
}
do_install:append:ccimx6ul() {
install -d ${D}/srv/www
if grep "CONFIG_HTTPD=y" ${WORKDIR}/defconfig; then
install -m 0644 ${WORKDIR}/index.html ${D}/srv/www/
install -m 0644 ${WORKDIR}/digi-logo.png ${D}/srv/www/
fi
}
PACKAGE_ARCH = "${MACHINE_ARCH}"