aboutsummaryrefslogtreecommitdiff
path: root/meta-aarch64
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2014-03-24 15:02:44 +0200
committerRiku Voipio <riku.voipio@linaro.org>2014-03-24 15:04:42 +0200
commit3492884cc431be5c098c9db8f8202779b53ee589 (patch)
tree17d77eeca373b03ff3c630af806e5276ed371154 /meta-aarch64
parent6636e8965878950d1d4c43b8a58f0f8ff114ba44 (diff)
Remove netbase bbappend
The generic interfaces file is just good enough for foundation and aem models - proven by the fact that the /etc/network/interfaces is in 14.02 release is already the oe-core provided one, not from our layer ;) WARNING: Use of PRINC 1 was detected in the recipe netbase_5.2.bb (or one of its .bbappends) Use of PRINC is deprecated. The PR server should be used to automatically increment the PR. See: Change-Id: I6d75b2ab985cfe6efe7c7d8e14ddfd56f9f7904a Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'meta-aarch64')
-rw-r--r--meta-aarch64/recipes-core/netbase/files/genericarmv8/interfaces34
-rw-r--r--meta-aarch64/recipes-core/netbase/netbase_5.2.bbappend3
2 files changed, 0 insertions, 37 deletions
diff --git a/meta-aarch64/recipes-core/netbase/files/genericarmv8/interfaces b/meta-aarch64/recipes-core/netbase/files/genericarmv8/interfaces
deleted file mode 100644
index 95989579..00000000
--- a/meta-aarch64/recipes-core/netbase/files/genericarmv8/interfaces
+++ /dev/null
@@ -1,34 +0,0 @@
-# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
-
-# The loopback interface
-auto lo
-iface lo inet loopback
-
-# Wireless interfaces
-iface wlan0 inet dhcp
- wireless_mode managed
- wireless_essid any
- wpa-driver wext
- wpa-conf /etc/wpa_supplicant.conf
-
-iface atml0 inet dhcp
-
-# Wired or wireless interfaces
-auto eth0
-iface eth0 inet static
- address 192.168.168.2
- netmask 255.255.255.0
- network 192.168.168.0
- gateway 192.168.168.1
-
-# Ethernet/RNDIS gadget (g_ether)
-# ... or on host side, usbnet and random hwaddr
-iface usb0 inet static
- address 192.168.7.2
- netmask 255.255.255.0
- network 192.168.7.0
- gateway 192.168.7.1
-
-# Bluetooth networking
-iface bnep0 inet dhcp
-
diff --git a/meta-aarch64/recipes-core/netbase/netbase_5.2.bbappend b/meta-aarch64/recipes-core/netbase/netbase_5.2.bbappend
deleted file mode 100644
index 13abdad8..00000000
--- a/meta-aarch64/recipes-core/netbase/netbase_5.2.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-
-PRINC = "1"