From a1e135d1749090bf39d566ce34adb6809969eddb Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 7 Dec 2015 17:36:53 +0100 Subject: Apalis iMX6: U-Boot: change name for IT modules Change the name form u-boot-it.imx to u-boot.imx-it. This prepares for the upcomming move of the i.MX 6 based modules BSP to meta-fsl-arm-extra. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb index 119c3df..aa04728 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb @@ -22,14 +22,14 @@ DEFAULT_PREFERENCE_apalis-imx6 = "1" DEFAULT_PREFERENCE_colibri-imx6 = "1" # apalis-imx6: build additionally a u-boot binary for the IT variant -SPL_BINARY_apalis-imx6 = "u-boot-it.imx" -SPL_IMAGE_apalis-imx6 = "u-boot-it-${MACHINE}-${PV}-${PR}.imx" -SPL_SYMLINK_apalis-imx6 = "u-boot-it-${MACHINE}.imx" +SPL_BINARY_apalis-imx6 = "u-boot.imx-it" +SPL_IMAGE_apalis-imx6 = "u-boot-${MACHINE}-${PV}-${PR}.imx-it" +SPL_SYMLINK_apalis-imx6 = "u-boot-${MACHINE}.imx-it" do_compile_append_apalis-imx6() { # keep u-boot with standard timings mv u-boot.imx u-boot-std.imx oe_runmake apalis_imx6_it_defconfig oe_runmake ${UBOOT_MAKE_TARGET} - mv u-boot.imx u-boot-it.imx + mv u-boot.imx ${SPL_BINARY} mv u-boot-std.imx u-boot.imx } -- cgit v1.2.3