From: Josep Orga Date: Fri, 12 Feb 2021 09:01:07 +0000 (+0100) Subject: meta-somdevices: Updated recipe u-boot-somdevices_2019.04.bb to somdevices repository. X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=d20101a18dd738ecba481288276a3b34fda290ef;p=meta-somdevices.git meta-somdevices: Updated recipe u-boot-somdevices_2019.04.bb to somdevices repository. Signed-off-by: Josep Orga --- diff --git a/recipes-bsp/u-boot/u-boot-somdevices_2019.04.bb b/recipes-bsp/u-boot/u-boot-somdevices_2019.04.bb index 3e6d6f2..d11d212 100644 --- a/recipes-bsp/u-boot/u-boot-somdevices_2019.04.bb +++ b/recipes-bsp/u-boot/u-boot-somdevices_2019.04.bb @@ -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"