diff options
author | David Schulz <david.schulz@theqtcompany.com> | 2016-03-07 08:16:11 +0100 |
---|---|---|
committer | David Schulz <david.schulz@theqtcompany.com> | 2016-03-08 07:23:34 +0000 |
commit | 7eba608a92ee934440a5468ed81237bbae90f12a (patch) | |
tree | 7840848db231e4ea0605eeedfaff33e60ce5f1b8 | |
parent | ad78ccfc7e6f9a311161cde3951ca37d7d3601b0 (diff) | |
download | meta-boot2qt-7eba608a92ee934440a5468ed81237bbae90f12a.tar.gz |
Disable ethernet over usb on beaglebone.
Otherwise the device isn't auto detected by adb on windows.
Change-Id: I147689233562c16b23353c67cf8646c14e5da378
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
-rw-r--r-- | meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend b/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend index 5d02ff6..a945ea8 100644 --- a/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend +++ b/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend | |||
@@ -33,5 +33,8 @@ KERNEL_IMAGETYPE = "zImage" | |||
33 | B = "${S}" | 33 | B = "${S}" |
34 | 34 | ||
35 | do_configure_prepend() { | 35 | do_configure_prepend() { |
36 | sed -e '/CONFIG_USB_FUNCTIONFS_ETH=/d' \ | ||
37 | -e '/CONFIG_USB_FUNCTIONFS_RNDIS=/d' \ | ||
38 | -i ${WORKDIR}/defconfig | ||
36 | echo "CONFIG_FHANDLE=y" >> ${WORKDIR}/defconfig | 39 | echo "CONFIG_FHANDLE=y" >> ${WORKDIR}/defconfig |
37 | } | 40 | } |