Commit 0cea9b9b authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

moving network setup to network/interfaces

parent 5d60d2dd
......@@ -35,6 +35,9 @@ ELPHEL393_MKNOD = "mknod"
INITSTRING ??= "somescript.sh"
REMOTE_NETMASK ??= "255.255.255.0"
REMOTE_GATEWAY ??= "192.168.0.15"
EXTRA_OEMAKE = " \
INSTALL=${ELPHEL393_INSTALL} \
MKNOD=${ELPHEL393_MKNOD} \
......@@ -45,6 +48,8 @@ EXTRA_OEMAKE = " \
USERADD='${ELPHEL393_USERADD}' \
REMOTE_USER=${REMOTE_USER} \
REMOTE_IP=${REMOTE_IP} \
REMOTE_NETMASK=${REMOTE_NETMASK} \
REMOTE_GATEWAY=${REMOTE_GATEWAY} \
SRCREV=${SRCREV} \
VERSION='${PE}.${PV}.${PR}' \
INITSTRING='${INITSTRING}' \
......
# This is a simple dummy config file. The real file is to be generated by
# init-elphel393 yocto poky recipe.
# "init" yocto poky recipe.
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
......
FILESEXTRAPATHS_prepend_elphel393 := "${THISDIR}/files:"
do_install_append () {
rm -rf ${D}/etc/network/interfaces
}
\ No newline at end of file
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