mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
meta-gem5: remove
The meta-gem5 layer is unmaintained and gem5 is incompatible with Python 3.11, so won't work with master without work that is still ongoing. Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
@@ -56,7 +56,7 @@ def get_url_for_patch(layer: str, localpath: pathlib.Path, d) -> str:
|
||||
# TODO: assumes default branch
|
||||
if layer == "core":
|
||||
return f"https://git.openembedded.org/openembedded-core/tree/meta/{relative}"
|
||||
elif layer in ("meta-arm", "meta-arm-bsp", "arm-toolchain", "meta-gem5"):
|
||||
elif layer in ("meta-arm", "meta-arm-bsp", "arm-toolchain"):
|
||||
return f"https://git.yoctoproject.org/meta-arm/tree/{layer}/{relative}"
|
||||
else:
|
||||
print(f"WARNING: Don't know web URL for layer {layer}", file=sys.stderr)
|
||||
|
||||
Reference in New Issue
Block a user