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
885 B
TOML
34 lines
885 B
TOML
name = "muntsos_beaglebone"
|
|
description = "MuntsOS Embedded Linux support for BeagleBone targets"
|
|
tags = ["muntsos", "embedded", "linux", "arm", "beaglebone"]
|
|
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_beaglebone = "*"
|
|
|
|
[[actions]]
|
|
type = "post-fetch"
|
|
command = ["sh", "-c", "./postfetch"]
|
|
|
|
[origin]
|
|
hashes = [
|
|
"sha256:053848d0f38fcbbb0149e897697288b5bb2b6573b95a83842fe2f8c6b85114c4",
|
|
"sha512:6e5f85e23df95b67d002a682417cb19ff8803db9830faec0d9f00d216f8262573dc3a3b7f9c55510e0efa0e33b0ca07accfbd8682185d5afff6d9daca088b8a4",
|
|
]
|
|
url = "http://repo.munts.com/alire/muntsos_beaglebone-9.1.0.tbz2"
|
|
|