From 2000698b17011bbde1c3e5bb01a7d6763316db5a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Sep 2012 13:25:58 +0100 Subject: meta-yocto: Split into distro and bsp components Now we have settled on best practises and compliance criteria, bring meta-yocto into compliance by separating out the hardware support components into meta-yocto-bsp leaving policy configuration in meta-yocto. Also rename the meta-yocto scripts directory to OE-Core can be a clearly isolated component in poky. (From meta-yocto rev: eac90e27a032ea23d9a4f35c7eef8b1940c80e22) Signed-off-by: Richard Purdie --- .../netbase/netbase-5.0/beagleboard/interfaces | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 meta-yocto/recipes-core/netbase/netbase-5.0/beagleboard/interfaces (limited to 'meta-yocto/recipes-core/netbase/netbase-5.0/beagleboard/interfaces') diff --git a/meta-yocto/recipes-core/netbase/netbase-5.0/beagleboard/interfaces b/meta-yocto/recipes-core/netbase/netbase-5.0/beagleboard/interfaces deleted file mode 100644 index b6935c11af..0000000000 --- a/meta-yocto/recipes-core/netbase/netbase-5.0/beagleboard/interfaces +++ /dev/null @@ -1,27 +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 dhcp -iface eth1 inet dhcp - -# Ethernet/RNDIS gadget (g_ether) or LAN9514 on BeagleBoard xM -auto usb0 -iface usb0 inet dhcp - -# Bluetooth networking -iface bnep0 inet dhcp - -- cgit v1.2.3-54-g00ecf