aboutsummaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-yocto_5%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-yocto_5%.bbappend')
-rw-r--r--recipes-kernel/linux/linux-yocto_5%.bbappend38
1 files changed, 38 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_5%.bbappend b/recipes-kernel/linux/linux-yocto_5%.bbappend
new file mode 100644
index 0000000..a67ffc4
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto_5%.bbappend
@@ -0,0 +1,38 @@
+PR = "r0"
+
+KBUILD_DEFCONFIG ?= "socfpga_defconfig"
+KBUILD_DEFCONFIG_stratix10swvp ?= "defconfig"
+KBUILD_DEFCONFIG_stratix10 ?= "defconfig"
+KBUILD_DEFCONFIG_10m50 ?= "10m50_defconfig"
+
+KCONFIG_MODE ?= "--alldefconfig"
+KBUILD_DEFCONFIG ?= "socfpga_defconfig"
+
+COMPATIBLE_MACHINE_de10-nano = "de10-nano"
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/config:"
+
+SRC_URI_append_de0-nano += " \
+ file://socfpga-4.1-ltsi/cfg/configfs.cfg \
+ file://socfpga-4.1-ltsi/cfg/gpio-keys.cfg \
+ file://socfpga-4.1-ltsi/cfg/input_misc.cfg \
+ file://socfpga-4.1-ltsi/cfg/led-triggers.cfg \
+ file://socfpga-4.1-ltsi/cfg/usb_gadget.cfg \
+ file://socfpga-4.1-ltsi/cfg/usb_vid.cfg \
+ file://socfpga-4.1-ltsi/cfg/bluetooth.cfg \
+ file://socfpga-4.1-ltsi/cfg/wireless.cfg \
+ file://socfpga-4.1-ltsi/patches/0001-Add-DE10-Nano-devicetree.patch \
+ "
+SRC_URI_append_de10-nano += " \
+ file://socfpga-4.1-ltsi/cfg/configfs.cfg \
+ file://socfpga-4.1-ltsi/cfg/gpio-keys.cfg \
+ file://socfpga-4.1-ltsi/cfg/input_misc.cfg \
+ file://socfpga-4.1-ltsi/cfg/led-triggers.cfg \
+ file://socfpga-4.1-ltsi/cfg/usb_gadget.cfg \
+ file://socfpga-4.1-ltsi/cfg/framebuffer.cfg \
+ file://socfpga-4.1-ltsi/cfg/framebuffer-console.cfg \
+ file://socfpga-4.1-ltsi/cfg/usb_vid.cfg \
+ file://socfpga-4.1-ltsi/cfg/bluetooth.cfg \
+ file://socfpga-4.1-ltsi/cfg/wireless.cfg \
+ file://socfpga-4.1-ltsi/patches/0001-Add-DE10-Nano-devicetree.patch \
+ "