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
895 B
TOML
34 lines
895 B
TOML
name = "muntsos_raspberrypi2"
|
|
description = "MuntsOS Embedded Linux support for RaspberryPi2 targets"
|
|
tags = ["muntsos", "embedded", "linux", "arm", "raspberrypi2"]
|
|
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_raspberrypi2 = "*"
|
|
|
|
[[actions]]
|
|
type = "post-fetch"
|
|
command = ["sh", "-c", "./postfetch"]
|
|
|
|
[origin]
|
|
hashes = [
|
|
"sha256:adf9b8c8d2bf8e70804a1471bf5b37c94c48772b91d35ba0899b115db1792fcf",
|
|
"sha512:0360d5045e139f311d65291e6bcb056944fa0c130c37b3d7cf9d30ea259ef611ba2664b395a6aa313cc1a737dc1f075675d679511c04fb2275ecaa905558d10b",
|
|
]
|
|
url = "http://repo.munts.com/alire/muntsos_raspberrypi2-9.1.0.tbz2"
|
|
|