netbase: Provide a custom interfaces for the odu

This commit is contained in:
Holger Hans Peter Freyther 2014-07-14 14:14:19 +02:00
parent a4b2ba6a02
commit 71a8ad1c4e
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,16 @@
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
auto lo eth0
# The loopback interface
iface lo inet loopback
# eth0
iface eth0 inet dhcp
# eth1
iface eth1 inet static
address 192.168.4.11
netmask 255.255.255.0

View File

@ -1,6 +1,6 @@
SYSMOCOM := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESEXTRAPATHS_prepend := "${SYSMOCOM}/${PN}-${PV}:${SYSMOCOM}/${PN}:"
PRINC = "17"
PRINC = "18"
# bug in poky meta/classes/base.bbclass