mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
NETBASE: Add raspberrypi hosts and interfaces.
* Just basic ones for now.
This commit is contained in:
parent
579c8e9650
commit
4a369c92a8
2
recipes-core/netbase/netbase-4.47/raspberrypi/hosts
Normal file
2
recipes-core/netbase/netbase-4.47/raspberrypi/hosts
Normal file
|
@ -0,0 +1,2 @@
|
|||
127.0.0.1 localhost.localdomain localhost raspberrypi rpi
|
||||
|
15
recipes-core/netbase/netbase-4.47/raspberrypi/interfaces
Normal file
15
recipes-core/netbase/netbase-4.47/raspberrypi/interfaces
Normal file
|
@ -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
|
3
recipes-core/netbase/netbase_4.47.bbappend
Normal file
3
recipes-core/netbase/netbase_4.47.bbappend
Normal file
|
@ -0,0 +1,3 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
# Don't forget to bump PRINC if you update the extra files.
|
||||
PRINC = "1"
|
Loading…
Reference in New Issue
Block a user