Rename to imx7s-warp in order to align with the upstream kernel naming. It also change the dts file used for the board, it's needed since:
https://github.com/Freescale/linux-fslc/commit/51bca3b53d536600334cb63a67da514e86068cd2 Signed-off-by: Daiane Angolini <[email protected]> --- conf/machine/{imx7d-warp7.conf => imx7s-warp.conf} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename conf/machine/{imx7d-warp7.conf => imx7s-warp.conf} (92%) diff --git a/conf/machine/imx7d-warp7.conf b/conf/machine/imx7s-warp.conf similarity index 92% rename from conf/machine/imx7d-warp7.conf rename to conf/machine/imx7s-warp.conf index cd066ac..18a5954 100644 --- a/conf/machine/imx7d-warp7.conf +++ b/conf/machine/imx7s-warp.conf @@ -11,7 +11,7 @@ MACHINE_FEATURES += " wifi bluetooth" SOC_FAMILY = "mx7:mx7d" -KERNEL_DEVICETREE = "imx7d-warp.dtb" +KERNEL_DEVICETREE = "imx7s-warp.dtb" PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc-imx" -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
