Initial commit

This commit is contained in:
Your Name
2026-04-23 17:07:55 +08:00
commit b7e39e063b
16725 changed files with 1625565 additions and 0 deletions
@@ -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=-@
}