summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-ast2500/recipes-kernel/linux/linux-aspeed_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibs/meta-ast2500/recipes-kernel/linux/linux-aspeed_%.bbappend')
-rw-r--r--meta-ibs/meta-ast2500/recipes-kernel/linux/linux-aspeed_%.bbappend22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-ibs/meta-ast2500/recipes-kernel/linux/linux-aspeed_%.bbappend b/meta-ibs/meta-ast2500/recipes-kernel/linux/linux-aspeed_%.bbappend
new file mode 100644
index 0000000000..7ced02fda2
--- /dev/null
+++ b/meta-ibs/meta-ast2500/recipes-kernel/linux/linux-aspeed_%.bbappend
@@ -0,0 +1,22 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+
+#################################################################################
+LINUX_VERSION = "5.15.24"
+
+KBRANCH = "dev-5.15-intel"
+KSRC = "git://github.com/Intel-BMC/linux;protocol=ssh;branch=${KBRANCH}"
+# Include this as a comment only for downstream auto-bump
+# SRC_URI = "git://github.com/Intel-BMC/linux;protocol=ssh;branch=dev-5.15-intel"
+SRCREV = "6eca78d14f7aef61a149d9f4d3a3ec818b98f18e"
+
+do_compile:prepend(){
+ # device tree compiler flags
+ export DTC_FLAGS=-@
+}
+#################################################################################
+
+SRC_URI += " \
+ file://sila.cfg \
+ file://aspeed-bmc-sila-cp2-5422.dts;subdir=git/arch/arm/boot/dts \
+ file://openbmc-flash-layout-32MB.dtsi;subdir=git/arch/arm/boot/dts \
+ "