imx6q-dms-ba16: Fix build error and update linux-advantech

Old recipe had construction error due to virtual / kernel and updated linux 4.9 -> 5.4

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Change-Id: I8d37a7766749421b41124ee5147fc3df65358edc
This commit is contained in:
Domarys Correa 2020-06-09 11:04:13 -03:00 committed by Otavio Salvador
parent 596502a9eb
commit ccb7065f94
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ include conf/machine/include/tune-cortexa9.inc
UBOOT_MACHINE = "dms-ba16_defconfig"
PREFERRED_PROVIDER_virtual/kernel = "linux-advantech"
PREFERRED_PROVIDER_virtual/kernel_use-nxp-bsp = "linux-advantech"
PREFERRED_PROVIDER_kernel = "linux-advantech"
KERNEL_DEVICETREE = "imx6q-dms-ba16.dtb"
KERNEL_IMAGETYPE = "uImage"

View File

@ -4,8 +4,8 @@
include recipes-kernel/linux/linux-imx.inc
DEPENDS += "lzop-native bc-native"
SRCBRANCH = "4.9-1.0.x-imx"
SRCREV = "0e674a64b86e2bb00ab43f56104d3ea85dda0066"
SRCBRANCH = "imx_5.4.3_2.0.0"
SRCREV = "6ea635c2f9b08dc75ffef7d6262a2c6df7afa4e1"
LOCALVERSION = "-${SRCBRANCH}-dms-ba16"
SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${SRCBRANCH} \