summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto-dev.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-yocto-dev.bbappend')
-rw-r--r--recipes-kernel/linux/linux-yocto-dev.bbappend6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-yocto-dev.bbappend b/recipes-kernel/linux/linux-yocto-dev.bbappend
index 0e924c7d..239ea7cf 100644
--- a/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,8 +1,8 @@
1 1
2require linux-machine-common.inc 2require linux-machine-common.inc
3 3
4# Use the 3.10 defconfigs
5MACHINE_KCONFIG_LINUX_VERSION = "3.10"
6
4COMPATIBLE_MACHINE_zynq = "zynq" 7COMPATIBLE_MACHINE_zynq = "zynq"
5COMPATIBLE_MACHINE_microblaze = "microblaze" 8COMPATIBLE_MACHINE_microblaze = "microblaze"
6
7MACHINE_KCONFIG_append_zynq += "common/linux/zynq/defconfig_3.10.cfg"
8MACHINE_KCONFIG_append_microblaze += "common/linux/microblaze/defconfig_3.10.cfg"