17 lines
374 B
Plaintext
Executable File
17 lines
374 B
Plaintext
Executable File
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=-@
|
|
}
|