meta-freescale-3rdparty/recipes-kernel/kernel-module-mcc-toradex/kernel-module-mcc-toradex_1.06+toradex2.bb
Max Krummenacher 7a86916296 kernel-module-mcc-toradex: cope with changes to kernel module build
oe-core changed to install modules in nonarch_base_libdir which dropped
the setting of INSTALL_MOD_PATH.
However the Makefile makes use of INSTALL_MOD_PATH to set DESTDIR for
other files. Set DESTDIR in the build env.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2022-06-23 11:03:45 +02:00

23 lines
650 B
BlitzBasic

# Copyright (C) 2015 Toradex AG
# Copyright (C) 2013 Timesys Corporation
SUMMARY = "Multicore communication kernel module for linux-toradex kernel"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c8959abcbbe4d6676c58eab9354019e6"
PROVIDES = "virtual/kernel-module-mcc"
RPROVIDES:${PN} = "virtual/kernel-module-mcc"
RPROVIDES:${PN}-dev = "virtual/kernel-module-mcc-dev"
inherit module
export DESTDIR = "${D}"
SRC_URI = "git://github.com/toradex/mcc-kmod.git;protocol=https;branch=${SRCBRANCH}"
SRCBRANCH = "master"
SRCREV = "083388fa5cce79c239988d61543322d91996aa8d"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "(vf-generic-bsp)"