summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorJens Rehsack <rehsack@gmail.com>2020-07-17 12:12:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-19 16:20:53 +0100
commit400e63bd830934c93788ca793315cbad4008f025 (patch)
tree19383fa60fdd402bfa900e1638f85d7843944169 /meta/recipes-kernel
parentf5731d48a595aba8704b5f5e8602024b49bb71ee (diff)
downloadpoky-400e63bd830934c93788ca793315cbad4008f025.tar.gz
kmod: add packageconfig for xz and ssl
Add the opportunity for kmod (and depmod etc.) to deal with Xz-compressed kernel modules and handle PKCS7 signatures, if desired. (From OE-Core rev: 37a62924755761a4df410cbf7c177292249ecdc2) Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/kmod/kmod.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index b7c5cbef12..edff191700 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -31,5 +31,7 @@ EXTRA_OECONF +=" --enable-tools --with-zlib"
31PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" 31PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
32PACKAGECONFIG[logging] = " --enable-logging,--disable-logging" 32PACKAGECONFIG[logging] = " --enable-logging,--disable-logging"
33PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native" 33PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native"
34PACKAGECONFIG[xz] = "--with-xz,--without-xz,xz"
35PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl"
34 36
35GTKDOC_DOCDIR = "${S}/libkmod/docs" 37GTKDOC_DOCDIR = "${S}/libkmod/docs"