-
Jonas Höppner authored37408f71
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
linux-seconorth_5.15.bb 864 B
require linux-seconorth.inc
KERNEL_CONFIG_COMMAND = "oe_runmake_call -C ${S} CC="${KERNEL_CC}" O=${B} olddefconfig"
COMPATIBLE_MACHINE = "(seco-mx6|seco-mx6ull)"
LINUX_VERSION = "5.15"
LINUX_VERSION_EXTENSION = "-seconorth"
FILESEXTRAPATHS:prepend := "${THISDIR}/linux-seconorth-${LINUX_VERSION}:"
S = "${WORKDIR}/git"
PV = "5.15.29"
SRCREV = "${AUTOREV}"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
# 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.seco.com/seco-ne/kernel/linux-guf.git;protocol=https;branch=linux-${PV}-guf;nobranch=1 \
file://defconfig \
"