summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-imx_6.1.bb')
-rw-r--r--recipes-kernel/linux/linux-imx_6.1.bb12
1 files changed, 5 insertions, 7 deletions
diff --git a/recipes-kernel/linux/linux-imx_6.1.bb b/recipes-kernel/linux/linux-imx_6.1.bb
index f979c146..490e2171 100644
--- a/recipes-kernel/linux/linux-imx_6.1.bb
+++ b/recipes-kernel/linux/linux-imx_6.1.bb
@@ -14,13 +14,6 @@ require recipes-kernel/linux/linux-imx.inc
14 14
15DEPENDS += "lzop-native bc-native" 15DEPENDS += "lzop-native bc-native"
16 16
17# UPGRADE NOTE:
18# The linux-imx kernel build uses a defconfig maintained in the layer. That
19# defconfig is a copy of a defconfig maintained by NXP in the source.
20# | SOURCE | LAYER |
21# | arch/arm/configs/imx_v7_defconfig | linux-imx/imx-nxp-bsp/defconfig |
22# | arch/arm64/configs/imx_v8_defconfig | linux-imx/mx8-nxp-bsp/defconfig |
23# | arch/arm64/configs/imx_v8_defconfig | linux-imx/mx9-nxp-bsp/defconfig |
24SRCBRANCH = "lf-6.1.y" 17SRCBRANCH = "lf-6.1.y"
25LOCALVERSION = "-6.1.1-1.0.0" 18LOCALVERSION = "-6.1.1-1.0.0"
26SRCREV = "29549c7073bf72cfb2c4614d37de45ec36b60475" 19SRCREV = "29549c7073bf72cfb2c4614d37de45ec36b60475"
@@ -32,6 +25,11 @@ SRCREV = "29549c7073bf72cfb2c4614d37de45ec36b60475"
32# should be updated once patchlevel is merged. 25# should be updated once patchlevel is merged.
33LINUX_VERSION = "6.1.1" 26LINUX_VERSION = "6.1.1"
34 27
28KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig"
29KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig"
30KBUILD_DEFCONFIG:mx8-generic-bsp = "imx_v8_defconfig"
31KBUILD_DEFCONFIG:mx9-generic-bsp = "imx_v8_defconfig"
32
35DEFAULT_PREFERENCE = "1" 33DEFAULT_PREFERENCE = "1"
36 34
37COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 35COMPATIBLE_MACHINE = "(imx-nxp-bsp)"