yocto .bb file SRC_URI

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

yocto .bb file SRC_URI

2,189件の閲覧回数
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 返信

813件の閲覧回数
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 件の賞賛