diff options
author | Paul Barker <pbarker@toganlabs.com> | 2018-04-16 16:24:50 +0000 |
---|---|---|
committer | Paul Barker <pbarker@toganlabs.com> | 2018-04-20 17:40:24 +0000 |
commit | 9d1ff0bc4683c4f65f696290a82dd4e1172bc286 (patch) | |
tree | 967300f986f977a872b01786a9dda91d8dbd33db | |
parent | 63a8915c8c7143ac36849f8bc7b3af688d636434 (diff) | |
download | meta-raspberrypi-9d1ff0bc4683c4f65f696290a82dd4e1172bc286.tar.gz |
linux-raspberrypi: Don't set CONFIG_CMDLINE
We force the command line at runtime via cmdline.txt anyway.
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 4fd623a..5872b64 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
@@ -103,9 +103,6 @@ do_configure_prepend() { | |||
103 | kernel_configure_variable OABI_COMPAT y | 103 | kernel_configure_variable OABI_COMPAT y |
104 | fi | 104 | fi |
105 | 105 | ||
106 | # Set cmdline | ||
107 | kernel_configure_variable CMDLINE "\"${CMDLINE}\"" | ||
108 | |||
109 | # Localversion | 106 | # Localversion |
110 | kernel_configure_variable LOCALVERSION "\"\"" | 107 | kernel_configure_variable LOCALVERSION "\"\"" |
111 | 108 | ||