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:
parent
0e73ef5206
commit
2028d8ca88
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue