From f2c76a71521b53b10547ae0bf8ac712baae912e5 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 31 Mar 2015 19:14:39 +0200 Subject: u-boot: remove obsolete overrides --- recipes-bsp/u-boot/u-boot-toradex_git.bb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/u-boot/u-boot-toradex_git.bb b/recipes-bsp/u-boot/u-boot-toradex_git.bb index 7e7b79e..3d4d48c 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_git.bb @@ -20,15 +20,14 @@ SRCREV = "06ee8db6422e02337242e43b8573359443db59ea" PV = "${PR}+gitr${SRCREV}" -# override the solution passed in from u-boot.inc as we want to set additional flags -EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" +# apalis/colibri-t30: require u-boot-dtb-tegra.bin to be used +UBOOT_IMAGE_tegra3 = "u-boot-dtb-tegra-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" +UBOOT_BINARY_tegra3 = "u-boot-dtb-tegra.${UBOOT_SUFFIX}" +UBOOT_SYMLINK_tegra3 = "u-boot-dtb-tegra-${MACHINE}.${UBOOT_SUFFIX}" # require u-boot-dtb-tegra.bin to be used UBOOT_IMAGE = "u-boot-dtb-tegra-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" UBOOT_BINARY = "u-boot-dtb-tegra.${UBOOT_SUFFIX}" UBOOT_SYMLINK = "u-boot-dtb-tegra-${MACHINE}.${UBOOT_SUFFIX}" -#do_install_append() { -#} - PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit v1.2.3