All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Ziliani <mauro@faresoftware.it>
To: yocto@yoctoproject.org
Subject: Re: Fetch from git every bitbake
Date: Fri, 18 Jan 2019 18:19:58 +0100	[thread overview]
Message-ID: <bd22d12c-c0d0-f58d-6658-9997e7059d10@faresoftware.it> (raw)
In-Reply-To: <e42136b2-26e6-3e19-e139-7da98c4f1856@faresoftware.it>

I try BB_SRCREV_POLICY in conf/local.conf

First I try

BB_SRCREV_POLICY := "clear"


Then I try

BB_SCREV_POLICY_pn-app := "clear"


app_1.0.bb is the recipe with


SRCREV="${AUTOREV}"

SRC_URI += " \

    file://git@sourcer/app.git \

"


I'm working with a mixed version of Krogoth/Jethro.


Any Idea?



Il 18/01/19 15:00, Mauro Ziliani ha scritto:
> I try AUTOREV in the recipe app_1.0.bb
>
>
> SRCREV := "${AUTOREV}"
>
> But it doesn't work.
>
> Which other variables could inhibit AUTOREV?
>
>
> MZ
>
> Il 17/01/19 15:09, Burton, Ross ha scritto:
>> Look up AUTOREV in the manual, that does exactly what you want.
>>
>> Ross
>>
>> On Thu, 17 Jan 2019 at 14:08, Mauro Ziliani <mauro@faresoftware.it> wrote:
>>> Hi all.
>>>
>>> How can I force the pull from git repository of my app every time I do
>>>
>>> bitbake app
>>>
>>>
>>> Best regards,
>>>
>>>    MZ
>>>
>>> --
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto


  reply	other threads:[~2019-01-18 17:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-17 14:06 Fetch from git every bitbake Mauro Ziliani
2019-01-17 14:09 ` Burton, Ross
2019-01-18 14:00   ` Mauro Ziliani
2019-01-18 17:19     ` Mauro Ziliani [this message]
2019-01-26 15:54 ` Mauro Ziliani
2019-01-27 11:02   ` Robert Berger
2019-01-18 14:25 Lukasz Zemla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bd22d12c-c0d0-f58d-6658-9997e7059d10@faresoftware.it \
    --to=mauro@faresoftware.it \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.