Denys Dmytriyenko
2018-10-02 17:31:47 UTC
It used to be built-in, now it's a module. It's required for ETH-over-USB.
Signed-off-by: Denys Dmytriyenko <***@ti.com>
---
.../recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb b/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb
index 260236e1..c774af0a 100644
--- a/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb
+++ b/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb
@@ -3,10 +3,12 @@ DESCRIPTION = "Small image capable of mounting a newtwork root filesystem (NFS)"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+PR = "r1"
+
inherit core-image image_types
#by default include the kernel modules necessary to use a ASIX USB/Ethernet adapter
-NETBOOT_KERNEL_MODULES ?= "dwc3 dwc3-omap asix xhci-plat-hcd extcon-usb-gpio"
+NETBOOT_KERNEL_MODULES ?= "dwc3 dwc3-omap asix xhci-plat-hcd extcon-usb-gpio phy-omap-usb2"
export IMAGE_BASENAME = "netboot-initramfs"
Signed-off-by: Denys Dmytriyenko <***@ti.com>
---
.../recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb b/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb
index 260236e1..c774af0a 100644
--- a/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb
+++ b/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb
@@ -3,10 +3,12 @@ DESCRIPTION = "Small image capable of mounting a newtwork root filesystem (NFS)"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+PR = "r1"
+
inherit core-image image_types
#by default include the kernel modules necessary to use a ASIX USB/Ethernet adapter
-NETBOOT_KERNEL_MODULES ?= "dwc3 dwc3-omap asix xhci-plat-hcd extcon-usb-gpio"
+NETBOOT_KERNEL_MODULES ?= "dwc3 dwc3-omap asix xhci-plat-hcd extcon-usb-gpio phy-omap-usb2"
export IMAGE_BASENAME = "netboot-initramfs"
--
2.17.1
2.17.1