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 <patrick.zysset@netmodule.com>
This commit is contained in:
Patrick Zysset 2018-10-10 13:51:23 +02:00
parent 0e73ef5206
commit 2028d8ca88
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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}"