yocto .bb file SRC_URI

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

yocto .bb file SRC_URI

2,157 次查看
lixuhui112
Contributor I

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!

标签 (2)
标记 (1)
0 项奖励
1 回复

781 次查看
gusarambula
NXP TechSupport
NXP TechSupport

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,

0 项奖励