[Buildroot] [PATCH 3/3] altera: update use of BR2_TARGET_UBOOT_PATCH_DIR

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Apr 18 13:55:41 UTC 2015


Dear Frank Hunleth,

On Fri, 17 Apr 2015 16:26:15 -0400, Frank Hunleth wrote:
> Use BR2_TARGET_UBOOT_PATCHES now that BR2_TARGET_UBOOT_PATCH_DIR is
> deprecated.
> 
> Signed-off-by: Frank Hunleth <fhunleth at troodon-software.com>
> ---
>  configs/altera_sockit_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/altera_sockit_defconfig b/configs/altera_sockit_defconfig
> index d27b96b..f9249ca 100644
> --- a/configs/altera_sockit_defconfig
> +++ b/configs/altera_sockit_defconfig
> @@ -31,7 +31,7 @@ BR2_TARGET_UBOOT_BOARDNAME="socfpga_cyclone5"
>  BR2_TARGET_UBOOT_CUSTOM_GIT=y
>  BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.rocketboards.org/u-boot-socfpga.git"
>  BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_acds13.0sp1"
> -BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR="board/altera/sockit"
> +BR2_TARGET_UBOOT_CUSTOM_PATCHES="board/altera/sockit/uboot-sockit-preloader-sample-design.patch"

Did you actually tested this? It will end up with:

UBOOT_PATCH = board/altera/sockit/uboot-sockit-preloader-sample-design.patch

which means that the package infra will try to download:

   ftp://ftp.denx.de/pub/u-boot/board/altera/sockit/uboot-sockit-preloader-sample-design.patch

No?

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list