diff options
author | Paul Barker <pbarker@toganlabs.com> | 2018-04-16 16:24:50 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-04-23 14:08:04 +0100 |
commit | d2ead7c039629eeb5f7513f5ef17e23c5d8ea685 (patch) | |
tree | 967300f986f977a872b01786a9dda91d8dbd33db /recipes-kernel | |
parent | 66103edbb86d0237d75d080661ab1a931604e384 (diff) | |
download | meta-raspberrypi-d2ead7c039629eeb5f7513f5ef17e23c5d8ea685.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>
Diffstat (limited to 'recipes-kernel')
-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 | ||