[yocto] Yocto Pyro, bitbake, git pull for my recipe (Why not?)

Mauro Ziliani mauro at faresoftware.it
Mon Aug 5 01:47:15 PDT 2019


Hi all.

It seems that bitbake doesn't check the remote git repository of my 
application (terminal is the name of the recipe) every time I do


bitbake  terminal


The recipe is this

# ------------ the recipe ---------

SRCREV="${AUTOREV}"

SRC_URI = " \

     git://git@server/terminal.git;protocol=ssh;branch=master \

"


S := "${WORKDIR}/git"

inherit qmake5

# ------------ the end of recipe ---------


Any idea to force git pull?


Best regards,

   MZ



More information about the yocto mailing list