Hi Karan,
I changed the sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx_2015.04.bb to access the correct repository as below.
SRCBRANCH = "rel_imx_4.1.15_1.0.0_ga"
UBOOT_SRC ?= "git://source.codeaurora.org/external/imx/uboot-imx;protocol=git"
SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
SRCREV = "${AUTOREV}"
But, still I am getting the below errors.
ERROR: Fetcher failure: Unable to find revision 384e1c1f527d732a863cef360f5da419a728b1d5 in branch rel_imx_4.1.15_1.0.0_ga even from upstream
ERROR: Function failed: Fetcher failure for URL: 'git://source.codeaurora.org/external/imx/uboot-imx;protocol=git;branch=rel_imx_4.1.15_1.0.0_ga'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/sikumar3/jethro_new/build/tmp/work/imx6uloib-poky-linux-gnueabi/u-boot-imx/2015.04-r0/temp/log.do_fetch.498
ERROR: Task 200 (/home/sikumar3/jethro_new/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx_2015.04.bb, do_fetch) failed with exit code '1'
Let me know whether i can download the uboot-imx.tar.gz file from somewhere?