summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-11-27 10:14:51 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-11-29 17:48:18 +0100
commit10ef6699e156c6bb4ddf76456e1f414d2be4241f (patch)
treecd7dd5127bc38bbb5028f1b8699f402eebf42ad4 /recipes-bsp/u-boot
parentcb0e3087308711972997529b30323e9e96a7115c (diff)
u-boot-toradex: move binary, image and symlink to machine configuration
Move UBOOT_BINARY, UBOOT_IMAGE and UBOOT_SYMLINK definitions to machine configuration re-used by the Toradex Easy Installer U-Boot recipe. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_git.bb5
1 files changed, 0 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 b8f1928..b86430f 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_git.bb
@@ -37,11 +37,6 @@ SRC_URI_append_apalis-tk1-mainline = " \
PV = "2016.11"
PR = "${TDX_VER_INT}+gitr${SRCPV}"
-# 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}"
-
PACKAGE_ARCH = "${MACHINE_ARCH}"
do_deploy_append_apalis-tk1() {