mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 17:32:06 +00:00
4fa5ae827777f03617452f11494764d31be4b64e
The bundled protobuf dependency pins SRCREV
74211c0dfc2777318ab53c2cd2c317a2ef9012de ("Updating version.json and
repo version numbers to: 31.1", i.e. protobuf v31.1), but the SRC_URI
specified branch=main. That commit lives on the 31.x maintenance
branch and is not an ancestor of main, so do_fetch fails:
ERROR: perfetto-57.2-r0 do_fetch: Fetcher failure: Unable to find
revision 74211c0dfc2777318ab53c2cd2c317a2ef9012de in branch main
even from upstream
Point the protobuf SRC_URI at branch=31.x, which contains the pinned
commit.
Verified via `bitbake -c fetch perfetto`: all sub-fetches, including
protobuf, now succeed.
AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Collection of layers for the OE-core universe
Main layer maintainer: Khem Raj raj.khem@gmail.com
This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Description
Languages
BitBake
86.2%
Shell
5.9%
C
2.8%
Roff
1.9%
NASL
1.7%
Other
1.3%