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