HELLO ALL
I use yocto project in my imx6 broad,and I build local git server.However, I encountered a problem:
in yocto .bb file such as u-boot-imx_2015.04.bb file
UBOOT_SRC ?= "git://git.freescale.com/imx/uboot-imx.git;protocol=git"
SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
but in my local git server use
git clone [email protected].xxx:u-boot.git
now how can I Write to this address to SRC_URI
Does anyone know please help me?
thank you very much!