From d73290298bb065e67f2b2e0d873e12c1f30ef76c Mon Sep 17 00:00:00 2001 From: Chris Dimich Date: Thu, 25 Feb 2021 21:01:11 -0800 Subject: [PATCH] linux-boundary: make nitrogen8mp COMPATIBLE_MACHINE Signed-off-by: Chris Dimich --- recipes-kernel/linux/linux-boundary_5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-boundary_5.4.bb b/recipes-kernel/linux/linux-boundary_5.4.bb index a14925b..c8489c8 100644 --- a/recipes-kernel/linux/linux-boundary_5.4.bb +++ b/recipes-kernel/linux/linux-boundary_5.4.bb @@ -17,7 +17,7 @@ LOCALVERSION = "-2.2.0+yocto" SRCBRANCH = "boundary-imx_5.4.x_2.2.0" SRCREV = "308e5c5d64bae27028be98036a7b21ce1b89c6e8" DEPENDS += "lzop-native bc-native" -COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx|nitrogen7|nitrogen8m|nitrogen8mm|nitrogen8mn)" +COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx|nitrogen7|nitrogen8m|nitrogen8mm|nitrogen8mn|nitrogen8mp)" KBUILD_DEFCONFIG ?= "boundary_defconfig"