summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2018-07-17 09:02:00 -0700
committerKhem Raj <raj.khem@gmail.com>2018-07-18 17:55:09 -0700
commit82064c0e54f900e3830bfd88afea5130fcc781d8 (patch)
tree6fcbd8e3c711103ac9272a194c355b033ad329f3 /recipes-kernel
parent714da3a941dc96306f311fb66df3a8c41a22ca1a (diff)
downloadmeta-altera-82064c0e54f900e3830bfd88afea5130fcc781d8.tar.gz
Update kernel recipes
-> Remove 4.15 which is no longer supported -> Update default defconfig for S10 to defconfig -> set S10 defconfig to use old stratix10 defconfig name Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-altera-configs.inc2
-rw-r--r--recipes-kernel/linux/linux-altera_4.16.bb2
-rw-r--r--recipes-kernel/linux/linux-altera_4.17.bb (renamed from recipes-kernel/linux/linux-altera_4.15.bb)4
3 files changed, 5 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-altera-configs.inc b/recipes-kernel/linux/linux-altera-configs.inc
index eced6d1..d97217c 100644
--- a/recipes-kernel/linux/linux-altera-configs.inc
+++ b/recipes-kernel/linux/linux-altera-configs.inc
@@ -1,7 +1,7 @@
1 1
2KBUILD_DEFCONFIG ?= "socfpga_defconfig" 2KBUILD_DEFCONFIG ?= "socfpga_defconfig"
3KBUILD_DEFCONFIG_stratix10swvp ?= "defconfig" 3KBUILD_DEFCONFIG_stratix10swvp ?= "defconfig"
4KBUILD_DEFCONFIG_stratix10 ?= "s10_devkit_defconfig" 4KBUILD_DEFCONFIG_stratix10 ?= "defconfig"
5KBUILD_DEFCONFIG_10m50 ?= "10m50_defconfig" 5KBUILD_DEFCONFIG_10m50 ?= "10m50_defconfig"
6 6
7KCONFIG_MODE ?= "--alldefconfig" 7KCONFIG_MODE ?= "--alldefconfig"
diff --git a/recipes-kernel/linux/linux-altera_4.16.bb b/recipes-kernel/linux/linux-altera_4.16.bb
index 73748af..93b042b 100644
--- a/recipes-kernel/linux/linux-altera_4.16.bb
+++ b/recipes-kernel/linux/linux-altera_4.16.bb
@@ -2,6 +2,8 @@ LINUX_VERSION = "4.16"
2 2
3SRCREV = "0fbcbded57c6ad7f4e83c7023e64825670223d3f" 3SRCREV = "0fbcbded57c6ad7f4e83c7023e64825670223d3f"
4 4
5KBUILD_DEFCONFIG_stratix10 := "s10_devkit_defconfig"
6
5include linux-altera.inc 7include linux-altera.inc
6 8
7KERNEL_DEVICETREE_arria10_append ?= " socfpga_arria10_socdk_nand.dtb" 9KERNEL_DEVICETREE_arria10_append ?= " socfpga_arria10_socdk_nand.dtb"
diff --git a/recipes-kernel/linux/linux-altera_4.15.bb b/recipes-kernel/linux/linux-altera_4.17.bb
index d01b182..d783cb0 100644
--- a/recipes-kernel/linux/linux-altera_4.15.bb
+++ b/recipes-kernel/linux/linux-altera_4.17.bb
@@ -1,6 +1,6 @@
1LINUX_VERSION = "4.15" 1LINUX_VERSION = "4.17"
2 2
3SRCREV = "990acaf14261901a67c96f2effab389556d87c60" 3SRCREV = "103d053ac5948f43806a85c2b991270fa749ec11"
4 4
5include linux-altera.inc 5include linux-altera.inc
6 6