From 1ae682b2f7d554d06b2cd85e4196955064892e64 Mon Sep 17 00:00:00 2001 From: Sandra Tobajas Date: Tue, 11 Dec 2018 20:06:23 -0500 Subject: [PATCH] u-boot-gateworks-imx: fix recipe building Add the git repository in the recipe in order to build u-boot for Gateworks imx6 boards. Signed-off-by: Sandra Tobajas --- recipes-bsp/u-boot/u-boot-gateworks-imx_2015.04.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-gateworks-imx_2015.04.bb b/recipes-bsp/u-boot/u-boot-gateworks-imx_2015.04.bb index c508326..7e04f24 100644 --- a/recipes-bsp/u-boot/u-boot-gateworks-imx_2015.04.bb +++ b/recipes-bsp/u-boot/u-boot-gateworks-imx_2015.04.bb @@ -10,5 +10,7 @@ PV = "v2015.04+git${SRCPV}" SRCREV = "040377aefd06c8eef41763868fc9c6df2cbf9b1c" SRC_URI = "git://github.com/Gateworks/u-boot-imx6.git;branch=gateworks_v2015.04" +S = ${WORKDIR}/git + PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "(ventana)"