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

moving network setup to network/interfaces

parent 5d60d2dd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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}' \
+1 −1
Original line number Diff line number Diff line
# 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)

+4 −0
Original line number Diff line number Diff line
FILESEXTRAPATHS_prepend_elphel393 := "${THISDIR}/files:"

do_install_append () {
  rm -rf ${D}/etc/network/interfaces
}
 No newline at end of file
+1 −1

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.