From 3e37e12ae4e6ec0c2e4896e77165e816dd4a571c Mon Sep 17 00:00:00 2001 From: Tejas Bhumkar Date: Thu, 6 Oct 2022 16:57:21 +0530 Subject: Move ultra96 bsp related components from plnx_bsp_overlay repo Moved ultra96 bsp related component as we are removing that from plnx_bsp_overlay repo. Signed-off-by: Tejas Bhumkar Signed-off-by: Mark Hatle --- .../recipes-core/init-ifupdown/files/interfaces | 32 ++++++++++++++++++++++ .../init-ifupdown/init-ifupdown_%.bbappend | 1 + 2 files changed, 33 insertions(+) create mode 100644 meta-xilinx-vendor/recipes-core/init-ifupdown/files/interfaces create mode 100644 meta-xilinx-vendor/recipes-core/init-ifupdown/init-ifupdown_%.bbappend (limited to 'meta-xilinx-vendor') diff --git a/meta-xilinx-vendor/recipes-core/init-ifupdown/files/interfaces b/meta-xilinx-vendor/recipes-core/init-ifupdown/files/interfaces new file mode 100644 index 00000000..8daba016 --- /dev/null +++ b/meta-xilinx-vendor/recipes-core/init-ifupdown/files/interfaces @@ -0,0 +1,32 @@ +# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) + +# The loopback interface +auto lo +iface lo inet loopback + +# Wireless interfaces +auto wlan0 +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 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-xilinx-vendor/recipes-core/init-ifupdown/init-ifupdown_%.bbappend b/meta-xilinx-vendor/recipes-core/init-ifupdown/init-ifupdown_%.bbappend new file mode 100644 index 00000000..2638026c --- /dev/null +++ b/meta-xilinx-vendor/recipes-core/init-ifupdown/init-ifupdown_%.bbappend @@ -0,0 +1 @@ +FILESEXTRAPATHS:prepend:ultra96 := "${THISDIR}/files:" -- cgit v1.2.3-54-g00ecf