From d908ddb13890e58da9ee6c32739696b22899f585 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Tue, 1 Oct 2013 11:04:44 +0200 Subject: [PATCH] meta-digi-arm: Update imx-bootlets with new stash URL. Signed-off-by: Alex Gonzalez (cherry picked from commit 6773644fb3b6a4d6e80c82b305e39cf8ded0f50b) --- .../recipes-bsp/imx-bootlets-dey/imx-bootlets-dey_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/imx-bootlets-dey/imx-bootlets-dey_git.bb b/meta-digi-arm/recipes-bsp/imx-bootlets-dey/imx-bootlets-dey_git.bb index f02f760da..c1afc8b5e 100644 --- a/meta-digi-arm/recipes-bsp/imx-bootlets-dey/imx-bootlets-dey_git.bb +++ b/meta-digi-arm/recipes-bsp/imx-bootlets-dey/imx-bootlets-dey_git.bb @@ -12,7 +12,7 @@ SRCREV_internal = "d7573ef42237c078c7e7d646fced6243b53aee77" SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" SRC_URI_external = "${DIGI_GITHUB_GIT}/imx-bootlets.git;protocol=git" -SRC_URI_internal = "${DIGI_MTK_GIT}del/imx-bootlets.git;protocol=git" +SRC_URI_internal = "${DIGI_MTK_GIT}/linux/imx-bootlets.git;protocol=ssh" SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}" S = "${WORKDIR}/git"