From bdaa820bfe35b829856ec47b3bcde44434556c0c Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 25 Jan 2017 11:44:35 -0200 Subject: [PATCH] linux-imx: Remove i.MX 6UL specific metadata The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-imx_4.1.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-imx_4.1.15.bb b/recipes-kernel/linux/linux-imx_4.1.15.bb index 62652f6c..8bd4f1f1 100644 --- a/recipes-kernel/linux/linux-imx_4.1.15.bb +++ b/recipes-kernel/linux/linux-imx_4.1.15.bb @@ -16,4 +16,4 @@ SRCREV = "b63f3f52cb393e3287352cf63f0caef31a33ab63" DEFAULT_PREFERENCE = "1" -COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" +COMPATIBLE_MACHINE = "(mx6|mx7)" -- 2.40.1