From ae35a1a95068877d7f46b3fccc953a83b6b5a6c5 Mon Sep 17 00:00:00 2001 From: Tobias Poganiuch <tobias.poganiuch@garz-fricke.com> Date: Thu, 7 Jul 2022 15:27:50 +0200 Subject: [PATCH] machine: Clean-up of i.MX8MM machine Also small changes to the Kernel include file. (cherry picked from commit 49cec4414dda982596e32c16a9ee0cba908856cc) --- conf/machine/imx8mguf.conf | 2 +- recipes-kernel/linux/linux-seconorth.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/machine/imx8mguf.conf b/conf/machine/imx8mguf.conf index 841b30bf..fb200ad7 100644 --- a/conf/machine/imx8mguf.conf +++ b/conf/machine/imx8mguf.conf @@ -1,7 +1,7 @@ #@TYPE: Machine #@NAME: SECO North i.MX8M Mini #@SOC: i.MX8M Mini -#@DESCRIPTION: Machine configuration for SECO North i.MX8MM platforms +#@DESCRIPTION: Machine configuration for SECO Northern Europe i.MX8MM platforms require include/imx8guf.inc diff --git a/recipes-kernel/linux/linux-seconorth.inc b/recipes-kernel/linux/linux-seconorth.inc index 9c871da8..467509ec 100644 --- a/recipes-kernel/linux/linux-seconorth.inc +++ b/recipes-kernel/linux/linux-seconorth.inc @@ -4,11 +4,11 @@ SECTION = "kernel" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM ?= "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -inherit kernel +inherit kernel kernel-devicetree DEPENDS += " openssl-native util-linux-native lzop-native " -EXTRA_OEMAKE += " 'DTC_FLAGS=-@' " +KERNEL_DTC_FLAGS += " -@ " # Remove ${PKGE}- from file names, as PE is always unset, # it generates the -- in the name -- GitLab