Files

17 lines
374 B
Plaintext
Raw Permalink Normal View History

2026-04-23 17:07:55 +08:00
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
KBRANCH = "master"
LINUX_VERSION = "6.1.61"
KBUILD_DEFCONFIG = "intel_bmc_defconfig"
SRC_URI = "\
git://${THISDIR}/../../../meta-luxshare/source/${PN};branch=${KBRANCH} \
file://debug.cfg \
"
SRCREV="b3896e5dc826a3d88eb6dd11d99c60a64c7370a3"
do_compile:prepend(){
# device tree compiler flags
export DTC_FLAGS=-@
}