muntsos_* 9.0.0 (#965)
* muntsos_beaglebone release 9.0.0 Updated to use either old Debian 11 toolchain packages or new Debian 12 toolchain packages. * muntsos_raspberrypi1 release 9.0.0 Updated to use either old Debian 11 toolchain packages or new Debian 12 toolchain packages. * muntsos_raspberrypi2 release 9.0.0 Updated to use either old Debian 11 toolchain packages or new Debian 12 toolchain packages. * muntsos_raspberrypi3 release 9.0.0 Updated to use either old Debian 11 toolchain packages or new Debian 12 toolchain packages. * muntsos_raspberrypi4 release 9.0.0 Updated to use either old Debian 11 toolchain packages or new Debian 12 toolchain packages. * muntsos_raspberrypi5 release 9.0.0 Updated to use either old Debian 11 toolchain packages or new Debian 12 toolchain packages.
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
name = "muntsos_beaglebone"
|
||||
description = "MuntsOS Embedded Linux support for BeagleBone targets"
|
||||
tags = ["muntsos", "embedded", "linux", "arm", "beaglebone"]
|
||||
version = "9.0.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_beaglebone = "*"
|
||||
|
||||
[[actions]]
|
||||
type = "post-fetch"
|
||||
command = ["sh", "-c", "./postfetch"]
|
||||
|
||||
[origin]
|
||||
hashes = [
|
||||
"sha256:a7e477c210a8b7faf8e57e991d4b81a50f2f230dbd9c96f1ac4b760876b8679f",
|
||||
"sha512:725af1a145e9e396e8307d498f26f8d58e9a27611c3093a3a4b97095b66380d6a6d42c6dd3dbce3fb53f4a4105e9d0a501ee1f1bde0deaf90b77e1d4e3bebd46",
|
||||
]
|
||||
url = "http://repo.munts.com/alire/muntsos_beaglebone-9.0.0.tbz2"
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
name = "muntsos_raspberrypi1"
|
||||
description = "MuntsOS Embedded Linux support for RaspberryPi1 targets"
|
||||
tags = ["muntsos", "embedded", "linux", "arm", "raspberrypi1"]
|
||||
version = "9.0.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_raspberrypi1 = "*"
|
||||
|
||||
[[actions]]
|
||||
type = "post-fetch"
|
||||
command = ["sh", "-c", "./postfetch"]
|
||||
|
||||
[origin]
|
||||
hashes = [
|
||||
"sha256:7b5c723c232570bb3bf97a8dc2bfef2aba842e7c1032a3a6de71210b7aa023c7",
|
||||
"sha512:ea20c3fa84c5a8be5a69b6ae3c5568a1928a6509f5a1c08f86b58b2c1918bd5a710e34c7b894491d87354ea3cf5b337c3e29ad93bb07811f5e52af6176f4b5ac",
|
||||
]
|
||||
url = "http://repo.munts.com/alire/muntsos_raspberrypi1-9.0.0.tbz2"
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
name = "muntsos_raspberrypi2"
|
||||
description = "MuntsOS Embedded Linux support for RaspberryPi2 targets"
|
||||
tags = ["muntsos", "embedded", "linux", "arm", "raspberrypi2"]
|
||||
version = "9.0.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:8114d678f98099827ef1d21ac3586a44178f241d289c2671f70c099369e8bdca",
|
||||
"sha512:f017d2eb05b4d99c0e35a14745e95883b925712293207c81dfdbae472950c174954ce5a4262601dd82ee32114c02b37c27808e5757d113adb82bd383ae1b903e",
|
||||
]
|
||||
url = "http://repo.munts.com/alire/muntsos_raspberrypi2-9.0.0.tbz2"
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
name = "muntsos_raspberrypi3"
|
||||
description = "MuntsOS Embedded Linux support for RaspberryPi3 targets"
|
||||
tags = ["muntsos", "embedded", "linux", "arm64", "raspberrypi3"]
|
||||
version = "9.0.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:a9baf5be893ea803115d38181a00058e5c48889a0d8da44c7b0f907dea229107",
|
||||
"sha512:7124442e75208cf570cac93905256ba2912ae267073623c0aa521fdaf8710089b3e690486347dd342ac139f3d34dc40b7608bb2740195ec9eb2d916b6594b484",
|
||||
]
|
||||
url = "http://repo.munts.com/alire/muntsos_raspberrypi3-9.0.0.tbz2"
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
name = "muntsos_raspberrypi4"
|
||||
description = "MuntsOS Embedded Linux support for RaspberryPi4 targets"
|
||||
tags = ["muntsos", "embedded", "linux", "arm64", "raspberrypi4"]
|
||||
version = "9.0.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:34be4ec04a6ebaba442c6c4745da10a641cf53cc4ce042ba12c42be51c4c8724",
|
||||
"sha512:6c61bea5fba1cd6da4576e86a07fb39a7b22dbc296df961684df85dc6687207a520d6cd7c883a91fa60cc865a1fc3243db93074d609f91f97cbc39e9859d2126",
|
||||
]
|
||||
url = "http://repo.munts.com/alire/muntsos_raspberrypi4-9.0.0.tbz2"
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
name = "muntsos_raspberrypi5"
|
||||
description = "MuntsOS Embedded Linux support for RaspberryPi5 targets"
|
||||
tags = ["muntsos", "embedded", "linux", "arm64", "raspberrypi5"]
|
||||
version = "9.0.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:5994e7a9a643dc4b0ba184ee74c907113dca9fde088bc14724175d9c266e09e9",
|
||||
"sha512:c40b10eec499c6e90177e8df60d8f511e4f1aebcb2300add92afd497e5ee06c8ad03b1c6f85340609e4aeb59c4f32769604fe6a31ffe1f74abc181e2c252ab7e",
|
||||
]
|
||||
url = "http://repo.munts.com/alire/muntsos_raspberrypi5-9.0.0.tbz2"
|
||||
|
||||
Reference in New Issue
Block a user