From 64e2de92f5e0bc23af3894b3d7a96e7a1687407d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 16 Jul 2021 09:21:01 -0700 Subject: 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 --- meta-oe/recipes-extended/socketcan/can-isotp_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3-54-g00ecf