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

Jussi Kukkonen jku at goto.fi
Tue Aug 6 01:19:34 PDT 2019


>From the AUTOREV documentation:

   If you use the previous statement to retrieve the latest version of
software, you need to be sure PV contains ${SRCPV}.

Typically this looks something like:
PV = "1.2+git${SRCPV}"

HTH,
  Jussi

On Mon, 5 Aug 2019 at 11:47, Mauro Ziliani <mauro at faresoftware.it> wrote:
>
> 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
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


More information about the yocto mailing list