diff options
author | Paul Barker <pbarker@toganlabs.com> | 2018-04-16 16:24:44 +0000 |
---|---|---|
committer | Paul Barker <pbarker@toganlabs.com> | 2018-04-20 17:40:24 +0000 |
commit | 63a8915c8c7143ac36849f8bc7b3af688d636434 (patch) | |
tree | 2b9c040640031a25b161e7e657209b6dcf586ef5 | |
parent | ac0ace1c8916d295d78aa660f15408f3446ba9cd (diff) | |
download | meta-raspberrypi-63a8915c8c7143ac36849f8bc7b3af688d636434.tar.gz |
linux-raspberrypi: Drop support for CMDLINE_NFSROOT_USB
This is obsolete, undocumented and won't work anyway since we force the kernel
command line to ${CMDLINE} via the cmdline.txt file.
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 00f2df5..4fd623a 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
@@ -109,20 +109,6 @@ do_configure_prepend() { | |||
109 | # Localversion | 109 | # Localversion |
110 | kernel_configure_variable LOCALVERSION "\"\"" | 110 | kernel_configure_variable LOCALVERSION "\"\"" |
111 | 111 | ||
112 | # root-over-nfs-over-usb-eth support. Limited, but should cover some cases | ||
113 | # Enable this by setting a proper CMDLINE_NFSROOT_USB. | ||
114 | if [ ! -z "${CMDLINE_NFSROOT_USB}" ]; then | ||
115 | oenote "Configuring the kernel for root-over-nfs-over-usb-eth with CMDLINE ${CMDLINE_NFSROOT_USB}" | ||
116 | kernel_configure_variable INET y | ||
117 | kernel_configure_variable IP_PNP y | ||
118 | kernel_configure_variable USB_GADGET y | ||
119 | kernel_configure_variable USB_GADGET_SELECTED y | ||
120 | kernel_configure_variable USB_ETH y | ||
121 | kernel_configure_variable NFS_FS y | ||
122 | kernel_configure_variable ROOT_NFS y | ||
123 | kernel_configure_variable ROOT_NFS y | ||
124 | kernel_configure_variable CMDLINE "\"${CMDLINE_NFSROOT_USB}\"" | ||
125 | fi | ||
126 | if [ ! -z "${KERNEL_INITRAMFS}" ]; then | 112 | if [ ! -z "${KERNEL_INITRAMFS}" ]; then |
127 | kernel_configure_variable OVERLAY_FS y | 113 | kernel_configure_variable OVERLAY_FS y |
128 | kernel_configure_variable SQUASHFS y | 114 | kernel_configure_variable SQUASHFS y |