summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod.inc
diff options
context:
space:
mode:
authorJames Minor <james.minor@ni.com>2017-01-25 18:13:32 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-31 14:43:01 +0000
commit1f7c9094f703c234c9bef6090b958dbe28ec7374 (patch)
tree55a52db3174bc8f560a6bf50d632ddaf22921014 /meta/recipes-kernel/kmod/kmod.inc
parent50c885e165ac095332cacd010476d013567c4040 (diff)
downloadopenembedded-core-contrib-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.inc1
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 \
file://depmod-search.conf \
file://avoid_parallel_tests.patch \
file://fix-O_CLOEXEC.patch \
+ file://kcmdline_quotes.patch \
"
S = "${WORKDIR}/git"