mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-07 04:58:12 +00:00
NETBASE: Add raspberrypi hosts and interfaces.
* Just basic ones for now.
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
127.0.0.1 localhost.localdomain localhost raspberrypi rpi
|
||||||
|
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
# /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
|
||||||
|
|
||||||
|
# Bluetooth networking
|
||||||
|
iface bnep0 inet dhcp
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
# Don't forget to bump PRINC if you update the extra files.
|
||||||
|
PRINC = "1"
|
||||||
Reference in New Issue
Block a user