Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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=-@
|
||||
}
|
||||
Reference in New Issue
Block a user