mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 17:20:13 +00:00
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>
This commit is contained in:
@@ -15,3 +15,5 @@ EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}"
|
|||||||
do_install_append() {
|
do_install_append() {
|
||||||
install -Dm 644 ${S}/include/uapi/linux/can/isotp.h ${D}${includedir}/linux/can/isotp.h
|
install -Dm 644 ${S}/include/uapi/linux/can/isotp.h ${D}${includedir}/linux/can/isotp.h
|
||||||
}
|
}
|
||||||
|
|
||||||
|
EXCLUDE_FROM_WORLD = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user