From 7115db73c1b54ab13565eaf3d6d569bd81269a75 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 2 Nov 2014 15:55:21 +0000 Subject: [PATCH] u_boot_tools: allow build on x86_64. --- dev-embedded/u_boot_tools/u_boot_tools-2012.10.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/u_boot_tools/u_boot_tools-2012.10.recipe b/dev-embedded/u_boot_tools/u_boot_tools-2012.10.recipe index 466e9bb5f..505bfd9ac 100644 --- a/dev-embedded/u_boot_tools/u_boot_tools-2012.10.recipe +++ b/dev-embedded/u_boot_tools/u_boot_tools-2012.10.recipe @@ -3,7 +3,7 @@ DESCRIPTION="This package includes the mkimage program, which allows generation of U-Boot images in various formats." HOMEPAGE="http://www.denx.de/wiki/U-Boot/Documentation" REVISION="1" -ARCHITECTURES="x86_gcc2" +ARCHITECTURES="x86_gcc2 x86_64" SRC_URI="http://ftp.denx.de/pub/u-boot/u-boot-2012.10.tar.bz2" SOURCE_DIR="u-boot-$portVersion"