adding Minnow eth driver to allow network boot 43/13443/1
authorDominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
Wed, 14 Feb 2018 13:56:05 +0000 (14:56 +0100)
committerDominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
Wed, 14 Feb 2018 13:56:05 +0000 (14:56 +0100)
Change-Id: I86a0ff336d16be399fc50ca81cd687cbaa4a68fa
Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
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"