From 2028d8ca88546fc453747d0e2daf0140c8855fe1 Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Wed, 10 Oct 2018 13:51:23 +0200 Subject: [PATCH] u-boot: move am335x recipes to 2016.05 branch U-Boot is in fact based on 2016.05 release from Denx and not as shown in the branch name 2016.04 ... BugzID: 53615 Signed-off-by: Patrick Zysset --- recipes-bsp/u-boot/u-boot-am335x-nbhw16-v1_git.bb | 2 +- recipes-bsp/u-boot/u-boot-am335x-nrhw20-v1_git.bb | 2 +- recipes-bsp/u-boot/u-boot-am335x-vcu-v1_git.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-am335x-nbhw16-v1_git.bb b/recipes-bsp/u-boot/u-boot-am335x-nbhw16-v1_git.bb index 603e9c2..8c8417a 100644 --- a/recipes-bsp/u-boot/u-boot-am335x-nbhw16-v1_git.bb +++ b/recipes-bsp/u-boot/u-boot-am335x-nbhw16-v1_git.bb @@ -4,7 +4,7 @@ UBOOT_MACHINE = "am335x_nbhw16_defconfig" require u-boot-nm.inc # Be aware github/netmodule git -SRC_URI = "git://github.com/netmodule/u-boot.git;protocol=https;branch=2016.04-am335x-netmodule" +SRC_URI = "git://github.com/netmodule/u-boot.git;protocol=https;branch=2016.05-am335x-netmodule" # Should be updated when a new U-Boot Version is available SRCREV ?= "a6f157c6dbd048b452c7e2640215c55be658780c" diff --git a/recipes-bsp/u-boot/u-boot-am335x-nrhw20-v1_git.bb b/recipes-bsp/u-boot/u-boot-am335x-nrhw20-v1_git.bb index 3d33a64..a665e53 100644 --- a/recipes-bsp/u-boot/u-boot-am335x-nrhw20-v1_git.bb +++ b/recipes-bsp/u-boot/u-boot-am335x-nrhw20-v1_git.bb @@ -4,7 +4,7 @@ require u-boot-nm.inc UBOOT_MACHINE = "am335x_nrhw20_defconfig" # Be aware github/netmodule git -SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2016.04-am335x-netmodule" +SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2016.05-am335x-netmodule" # Should be updated when a new U-Boot Version is available SRCREV ?= "297c60c69942e7d377925181b29a1f8e9515284d" diff --git a/recipes-bsp/u-boot/u-boot-am335x-vcu-v1_git.bb b/recipes-bsp/u-boot/u-boot-am335x-vcu-v1_git.bb index 7f0db13..29af38c 100644 --- a/recipes-bsp/u-boot/u-boot-am335x-vcu-v1_git.bb +++ b/recipes-bsp/u-boot/u-boot-am335x-vcu-v1_git.bb @@ -4,7 +4,7 @@ require u-boot-nm.inc UBOOT_MACHINE = "am335x_vcu_defconfig" # Be aware github/netmodule git -SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2016.04-am335x-netmodule" +SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2016.05-am335x-netmodule" # Should be updated when a new U-Boot Version is available SRCREV ?= "${AUTOREV}"