All of lore.kernel.org
 help / color / mirror / Atom feed
* bitbake-setup: sync layers to branch HEAD
@ 2026-06-17 12:01 Christian Schaefer
  2026-06-17 12:37 ` [bitbake-devel] " Alexander Kanavin
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Schaefer @ 2026-06-17 12:01 UTC (permalink / raw)
  To: bitbake-devel@lists.openembedded.org

Hi, I have a question regarding bitbake-setup.

In a *.conf.json file, I can configure bitbake-setup to use the latest commit
on a branch by setting `rev` to the same value as `branch`. For example:

"sources": {
    "openembedded-core": {
        "git-remote": {
            "uri": "https://git.openembedded.org/openembedded-core",
            "branch": "wrynose",
            "rev": "wrynose"
        }
    },
    ...
}

Over time, new commits are pushed to the upstream branch (wrynose). Is there a
way to sync my local checkout to the updated upstream branch without running
`git pull` manually for each layer? Originally, I assumed this would be done by
running `bitbake-setup update`, but no changes are detected, as the *.conf.json
file is still the same.

Regards, Christian


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-17 15:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-17 12:01 bitbake-setup: sync layers to branch HEAD Christian Schaefer
2026-06-17 12:37 ` [bitbake-devel] " Alexander Kanavin
2026-06-17 15:33   ` Christian Schaefer

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.