meta-somdevices: Updated recipe u-boot-somdevices_2019.04.bb to somdevices repository.
authorJosep Orga <jorga@somdevices.com>
Fri, 12 Feb 2021 09:01:07 +0000 (10:01 +0100)
committerJosep Orga <jorga@somdevices.com>
Fri, 12 Feb 2021 09:01:07 +0000 (10:01 +0100)
Signed-off-by: Josep Orga <jorga@somdevices.com>
recipes-bsp/u-boot/u-boot-somdevices_2019.04.bb

index 3e6d6f2..d11d212 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "i.MX U-Boot suppporting SOMDEVICES boards."
 require u-boot-common.inc
-require u-boot.inc
+require recipes-bsp/u-boot/u-boot.inc
 inherit pythonnative
 
 PROVIDES += "u-boot"
@@ -9,10 +9,10 @@ DEPENDS_append = " python dtc-native"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-UBOOT_SRC ?= "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https"
-SRCBRANCH = "imx_v2019.04_4.19.35_1.1.0"
+UBOOT_SRC ?= "git://gitolite3@git.somdevices.com/u-boot.git;protocol=ssh"
+SRCBRANCH = "imx_v2019.04_4.19.35_1.1.0-somdevices.y"
 SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
-SRCREV = "4d377539a1190e838eae5d8b8a794dde0696d572"
+SRCREV = "f8c5db59db95017a74c591a7d78b2db0db7c949c"
 
 S = "${WORKDIR}/git"