Merge "adding Minnow eth driver to allow network boot"
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 20 Feb 2018 23:40:49 +0000 (23:40 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Tue, 20 Feb 2018 23:40:49 +0000 (23:40 +0000)
meta-agl-bsp/meta-intel/recipes-kernel/linux/files/net-devices.cfg [new file with mode: 0644]
meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.9%.bbappend

diff --git a/meta-agl-bsp/meta-intel/recipes-kernel/linux/files/net-devices.cfg b/meta-agl-bsp/meta-intel/recipes-kernel/linux/files/net-devices.cfg
new file mode 100644 (file)
index 0000000..9d5329a
--- /dev/null
@@ -0,0 +1 @@
+CONFIG_IGB=y
index 361abad..7f249f2 100644 (file)
@@ -10,6 +10,10 @@ KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/usb-devices.cfg"
 SRC_URI_append = " file://extra-graphic-devices.cfg"
 KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/extra-graphic-devices.cfg"
 
+# adding internal network in kernel for network boot
+SRC_URI_append = " file://net-devices.cfg"
+KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/net-devices.cfg"
+
 # Ensure we have a startup.nsh file
 SRC_URI_append = " file://startup.nsh"