u-boot-boundary: bump version to 2020.10

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
This commit is contained in:
Gary Bisson 2020-12-21 10:33:39 +01:00 committed by Otavio Salvador
parent 94c2a1152d
commit ef8a3f468b
3 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
DESCRIPTION = "U-Boot for Boundary Devices boards"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
PV = "v2018.07+git${SRCPV}"
PV = "v2020.10+git${SRCPV}"
SRCREV = "a4aac9a3fbdc9c3afd97f2151f6a0526686f7bf5"
SRCBRANCH = "boundary-v2018.07"
SRCREV = "475d7e6b91375fe207ca37927b6e096aa1a4a360"
SRCBRANCH = "boundary-v2020.10"
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
S = "${WORKDIR}/git"