Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
linux-imx-kuk_5.4.bb 841 B
require linux-guf.inc

KERNEL_CONFIG_COMMAND = "oe_runmake_call -C ${S} CC="${KERNEL_CC}" O=${B} olddefconfig"

COMPATIBLE_MACHINE = "(imx8mguf)"

LINUX_VERSION = "5.4"
LINUX_VERSION_EXTENSION = "-guf"

FILESEXTRAPATHS:prepend := "${THISDIR}/linux-guf-${LINUX_VERSION}:"

S = "${WORKDIR}/git"

PV = "5.4.24"
SRCREV = "${AUTOREV}"

# branch= combined with nobranch=1 looks weird, but the branch is used for the
# AUTOREV, the nobranch tells the fetcher to not check the SHA validation for the branch
# This way the SRCREV can be specified to a specific revision also outside that branch
# with SRCREV:pn-linux-guf =
SRC_URI = " \
    git://git@git.seco.com:4444/seco-ne/kernel/linux-imx-kuk.git;protocol=ssh;branch=linux-${PV}-guf;nobranch=1 \
    file://defconfig \
    file://use-pkg-config-native-to-find-host-lcrypto-in-sysroot.patch \
"