f52d985009
Incorporating: muntsos_aarch64 release 9.1.0 muntsos_beaglebone release 9.1.0 muntsos_raspberrypi1 release 9.1.0 muntsos_raspberrypi2 release 9.1.0 muntsos_raspberrypi3 release 9.1.0 muntsos_raspberrypi4 release 9.1.0 muntsos_raspberrypi5 release 9.1.0 Corrected invalid toolchain path wildcard for old Debian 11 / Crosstool-NG 1.25.0 / GCC 10.3.0 toolchains. Reworked the post fetch action script to be much more robust.
34 lines
892 B
TOML
34 lines
892 B
TOML
name = "muntsos_raspberrypi5"
|
|
description = "MuntsOS Embedded Linux support for RaspberryPi5 targets"
|
|
tags = ["muntsos", "embedded", "linux", "arm64", "raspberrypi5"]
|
|
version = "9.1.0"
|
|
website = "https://github.com/pmunts/muntsos"
|
|
|
|
authors = ["Philip Munts"]
|
|
maintainers = ["Philip Munts <phil@munts.net>"]
|
|
maintainers-logins = ["pmunts"]
|
|
|
|
project-files = ["aws.gpr", "libsimpleio.gpr"]
|
|
|
|
[available."case(os)"]
|
|
"linux" = true
|
|
"..." = false
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[[depends-on]]
|
|
muntsos_dev_aarch64 = "*"
|
|
|
|
[[actions]]
|
|
type = "post-fetch"
|
|
command = ["sh", "-c", "./postfetch"]
|
|
|
|
[origin]
|
|
hashes = [
|
|
"sha256:ceff29fe828d026f2eff340447c4a36579ef4d761e910215e36fe42f6f828bc7",
|
|
"sha512:59b11e1db2336fc51b9330e3f18eb4e5803a8b6314d7d461b133f0c269e0070fc400a23daa333bb12195ec3a0191a5b47fd62026f0601b9df84870241f0a62c6",
|
|
]
|
|
url = "http://repo.munts.com/alire/muntsos_raspberrypi5-9.1.0.tbz2"
|
|
|