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 git@192.168.xx.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!
Hello Xuhui Li,
There are some examples you may find useful when working with local gits on the following link. Please note that this is outside our communities.
https://ao2.it/en/blog/2010/05/27/neat-compilerun-cycle-git-and-openembedded
Regards,