yocto .bb file SRC_URI

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

yocto .bb file SRC_URI

2,156 Views
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!

Labels (2)
Tags (1)
0 Kudos
1 Reply

780 Views
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 Kudos