From fa843b5729a4c954c47d9052eea13f06c7545d0b Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Tue, 14 May 2019 09:40:36 +0200 Subject: [PATCH] imx8-mek: adjust u-boot source tree u-boot imx8-mek recipe is fetching from 2019.04/standard/imx8-mek branch. Signed-off-by: Patrick Zysset --- recipes-bsp/u-boot/u-boot-imx8-mek_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-imx8-mek_git.bb b/recipes-bsp/u-boot/u-boot-imx8-mek_git.bb index de25e18..b167877 100644 --- a/recipes-bsp/u-boot/u-boot-imx8-mek_git.bb +++ b/recipes-bsp/u-boot/u-boot-imx8-mek_git.bb @@ -6,7 +6,7 @@ DEPENDS += "bc-native coreutils-native dtc-native" UBOOT_MACHINE = "imx8qxp_mek_defconfig" # Be aware github/netmodule git -SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=develop/nmhw22-bringup" +SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2019.04/standard/imx8-mek" # License LICENSE = "GPLv2+"