diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2017-05-01 11:10:52 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-05-01 11:11:21 -0400 |
commit | 3927abca048ef8e7d6979b5b359968d78ccbecb1 (patch) | |
tree | 12fae773bab780bb2ef5fd0006667c70bc0f0689 /meta-networking | |
parent | e7ad92decb7025d76e2e8b2bc15349d548c8ad14 (diff) | |
download | meta-openembedded-3927abca048ef8e7d6979b5b359968d78ccbecb1.tar.gz |
wireguard: blacklist
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-kernel/wireguard/wireguard-module_0.0.20170421.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-kernel/wireguard/wireguard-module_0.0.20170421.bb b/meta-networking/recipes-kernel/wireguard/wireguard-module_0.0.20170421.bb index 0f59c86e2..e3d4210db 100644 --- a/meta-networking/recipes-kernel/wireguard/wireguard-module_0.0.20170421.bb +++ b/meta-networking/recipes-kernel/wireguard/wireguard-module_0.0.20170421.bb | |||
@@ -19,3 +19,5 @@ MAKE_TARGETS = "module" | |||
19 | MODULES_INSTALL_TARGET = "module-install" | 19 | MODULES_INSTALL_TARGET = "module-install" |
20 | 20 | ||
21 | RRECOMMENDS_${PN} = "kernel-module-xt-hashlimit" | 21 | RRECOMMENDS_${PN} = "kernel-module-xt-hashlimit" |
22 | |||
23 | PNBLACKLIST[wireguard-module] ?= "BROKEN: Kernel configuration invalid (http://errors.yoctoproject.org/Errors/Details/141421/) - the recipe will be removed on 2017-07-01 unless the issue is fixed" | ||