[oe-commits] [meta-openembedded] 12/12: can-isotp, bpftool: Add to Blacklist

git at git.openembedded.org git at git.openembedded.org
Sat Sep 7 18:29:27 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit d929cbb3a9876095c5cad135f7a76d5a58af9f63
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Sep 7 11:26:52 2019 -0700

    can-isotp,bpftool: Add to Blacklist
    
    They need forward porting to kernel 5.2+
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/socketcan/can-isotp_git.bb | 2 ++
 meta-oe/recipes-kernel/bpftool/bpftool.bb           | 1 +
 2 files changed, 3 insertions(+)

diff --git a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
index 5df44f2..e40e1cd 100644
--- a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
+++ b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
@@ -10,3 +10,5 @@ S = "${WORKDIR}/git"
 inherit module
 
 EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}"
+
+PNBLACKLIST[can-isotp] = "Kernel module Needs forward porting to kernel 5.2+"
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb
index e58bdd4..6683ecc 100644
--- a/meta-oe/recipes-kernel/bpftool/bpftool.bb
+++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb
@@ -32,3 +32,4 @@ python do_package_prepend() {
 }
 
 B = "${WORKDIR}/${BPN}-${PV}"
+PNBLACKLIST[bpftool] = "Needs forward porting to kernel 5.2+"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list