diff options
| author | James Minor <james.minor@ni.com> | 2017-01-25 18:13:32 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-31 14:43:01 +0000 |
| commit | 1f7c9094f703c234c9bef6090b958dbe28ec7374 (patch) | |
| tree | 55a52db3174bc8f560a6bf50d632ddaf22921014 /meta/recipes-kernel/kmod/kmod.inc | |
| parent | 50c885e165ac095332cacd010476d013567c4040 (diff) | |
| download | poky-1f7c9094f703c234c9bef6090b958dbe28ec7374.tar.gz | |
kmod: Fix handling of quotes in kernel command line
If a module parameter on the command line contains quotes, any
spaces inside those quotes should be included as part of the
parameter.
Upstream-Status: Accepted
(From OE-Core rev: a54be23887cdc24a9b128be0913029fc8e63973d)
Signed-off-by: James Minor <james.minor@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod.inc')
| -rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index a59c30586e..cfa409dbb3 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
| @@ -22,6 +22,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | |||
| 22 | file://depmod-search.conf \ | 22 | file://depmod-search.conf \ |
| 23 | file://avoid_parallel_tests.patch \ | 23 | file://avoid_parallel_tests.patch \ |
| 24 | file://fix-O_CLOEXEC.patch \ | 24 | file://fix-O_CLOEXEC.patch \ |
| 25 | file://kcmdline_quotes.patch \ | ||
| 25 | " | 26 | " |
| 26 | 27 | ||
| 27 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |
