]> code.ossystems Code Review - openembedded-core.git/commitdiff
kmod: add packageconfig for xz and ssl
authorJens Rehsack <rehsack@gmail.com>
Fri, 17 Jul 2020 10:12:54 +0000 (12:12 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Jul 2020 15:20:50 +0000 (16:20 +0100)
Add the opportunity for kmod (and depmod etc.) to deal with Xz-compressed
kernel modules and handle PKCS7 signatures, if desired.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kmod/kmod.inc

index b7c5cbef1298b52a81d2b4febadb1f557f7af5a7..edff191700a47055c9221309e5d8bf9794194057 100644 (file)
@@ -31,5 +31,7 @@ EXTRA_OECONF +=" --enable-tools --with-zlib"
 PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
 PACKAGECONFIG[logging] = " --enable-logging,--disable-logging"
 PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native"
+PACKAGECONFIG[xz] = "--with-xz,--without-xz,xz"
+PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl"
 
 GTKDOC_DOCDIR = "${S}/libkmod/docs"