diff options
author | Jens Rehsack <rehsack@gmail.com> | 2020-07-17 12:12:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-19 16:20:53 +0100 |
commit | 400e63bd830934c93788ca793315cbad4008f025 (patch) | |
tree | 19383fa60fdd402bfa900e1638f85d7843944169 /meta/recipes-kernel/kmod | |
parent | f5731d48a595aba8704b5f5e8602024b49bb71ee (diff) | |
download | poky-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/kmod')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 2 |
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" | |||
31 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" | 31 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" |
32 | PACKAGECONFIG[logging] = " --enable-logging,--disable-logging" | 32 | PACKAGECONFIG[logging] = " --enable-logging,--disable-logging" |
33 | PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native" | 33 | PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native" |
34 | PACKAGECONFIG[xz] = "--with-xz,--without-xz,xz" | ||
35 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl" | ||
34 | 36 | ||
35 | GTKDOC_DOCDIR = "${S}/libkmod/docs" | 37 | GTKDOC_DOCDIR = "${S}/libkmod/docs" |