diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2015-03-31 19:14:39 +0200 |
---|---|---|
committer | Max Krummenacher <max.oss.09@gmail.com> | 2015-08-07 16:18:34 +0200 |
commit | 8455cf7bed39c593281cb17505adbb6b16ef9c3d (patch) | |
tree | cdbec40a5977fc5f575041429f3fdcc262cf7289 /recipes-bsp/u-boot | |
parent | 0535d7332419e38ad5bee81a80129bd40a67974b (diff) |
u-boot: remove obsolete overrides
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex_git.bb | 9 |
1 files changed, 4 insertions, 5 deletions
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}" |