From: Fabio Berton Date: Wed, 25 Jan 2017 13:44:35 +0000 (-0200) Subject: linux-imx: Remove i.MX 6UL specific metadata X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=92e53216e298359a2327a918c831f5ff76aa6631;p=meta-freescale.git 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 --- 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)"