linux: use proper version numbers for platforms still using v4.9

Even though our ccimx6 and ccimx6qp images were using Linux v4.9 sources
correctly, they were using the same recipe as our images with Linux v4.14.
Technically, both recipes are identical (save for the branch name), but each
Linux version should have its own recipe.

Also, make sure that ccimx6/ccimx6qp images are built with our version of the
linux-imx-headers recipe instead of the one in meta-freescale.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2019-05-31 17:01:36 +02:00
parent 0baf09f397
commit d2688a89ec
6 changed files with 19 additions and 1 deletions

View File

@ -18,6 +18,9 @@ KERNEL_DEFCONFIG ?= "arch/arm/configs/ccimx6sbc_defconfig"
# Wireless external module
WIRELESS_MODULE ?= ""
# Use our recipe of linux-imx-headers instead of the meta-freescale one
PREFERRED_VERSION_linux-imx-headers ?= "4.9"
# Firmware
MACHINE_FIRMWARE ?= "firmware-imx-sdma"
MACHINE_FIRMWARE_append_mx6q = " firmware-imx-vpu-imx6q"

View File

@ -2,4 +2,4 @@
require recipes-kernel/linux/linux-dey.inc
COMPATIBLE_MACHINE = "(ccimx6|ccimx6ul|ccimx8x)"
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8x)"

View File

@ -0,0 +1,5 @@
# Copyright (C) 2019 Digi International
require recipes-kernel/linux/linux-dey.inc
COMPATIBLE_MACHINE = "(ccimx6)"

View File

@ -0,0 +1,5 @@
# Copyright (C) 2019 Digi International
require recipes-kernel/linux/linux-imx-headers.inc
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8x)"

View File

@ -0,0 +1,5 @@
# Copyright (C) 2019 Digi International
require recipes-kernel/linux/linux-imx-headers.inc
COMPATIBLE_MACHINE = "(ccimx6)"