Files
meta-bsp-imx8mm/recipes-kernel/linux/linux-compulab.inc
T
Valentin Raevsky d483ac9060 recipes-kernel: Use the real build time in the version.
Make the do_compile use real build time regardless of the
BUILD_REPRODUCIBLE_BINARIES variable value.

Signed-off-by: Valentin Raevsky <valentin@compulab.co.il>
2021-01-21 14:14:17 +02:00

22 lines
558 B
PHP

FILESEXTRAPATHS_prepend := "${THISDIR}/compulab/imx8mm:"
include compulab/imx8mm.inc
do_configure_append () {
mkdir ${S}/firmware/brcm -p
cp ${WORKDIR}/recipe-sysroot/${base_libdir}/firmware/brcm/bcm4339/4339.hcd ${S}/firmware/brcm/BCM4335C0.hcd
oe_runmake ${MACHINE}_defconfig
}
do_compile_prepend() {
if [ ${BUILD_REPRODUCIBLE_BINARIES} -eq 1 ];then
export SOURCE_DATE_EPOCH=$(date +%s)
fi
}
KERNEL_MODULE_AUTOLOAD += "goodix"
COMPATIBLE_MACHINE = "(ucm-imx8m-mini|mcm-imx8m-mini|iot-gate-imx8)"
DEPENDS += "firmware-imx"