aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-07-16 09:21:01 -0700
committerKhem Raj <raj.khem@gmail.com>2021-07-16 09:23:03 -0700
commit64e2de92f5e0bc23af3894b3d7a96e7a1687407d (patch)
treef79dbe4324e10e51f2424dfd95f08e37e4e687db /meta-oe/recipes-extended
parentbb9be0af4abbea8805181f5ee151725cd7bd69f9 (diff)
downloadmeta-openembedded-contrib-64e2de92f5e0bc23af3894b3d7a96e7a1687407d.tar.gz
can-isotp: Ignore in world builds
This now included in kernels 5.10+ so on master and linux-yocto we really do not need this recipe, but there still might be older kernels interfaced with meta-oe master, so they can still use it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/socketcan/can-isotp_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
index 72d6757804..0278b53380 100644
--- a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
+++ b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
@@ -15,3 +15,5 @@ EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}"
do_install_append() {
install -Dm 644 ${S}/include/uapi/linux/can/isotp.h ${D}${includedir}/linux/can/isotp.h
}
+
+EXCLUDE_FROM_WORLD = "1"