d48fe227a3
* muntsos_beaglebone release 2.0.0 Change a project to cross-compiled by copying default.gpr to the project directory, instead of adding "for Target use" to the project file. * muntsos_raspberrypi1 release 2.0.0 Change a project to cross-compiled by copying default.gpr to the project directory, instead of adding "for Target use" to the project file. * muntsos_raspberrypi2 release 2.0.0 Change a project to cross-compiled by copying default.gpr to the project directory, instead of adding "for Target use" to the project file. * muntsos_raspberrypi3 release 2.0.0 Change a project to cross-compiled by copying default.gpr to the project directory, instead of adding "for Target use" to the project file. * muntsos_raspberrypi4 release 2.0.0 Change a project to cross-compiled by copying default.gpr to the project directory, instead of adding "for Target use" to the project file.
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 = "2.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:5dd2364998b4cae54c5ad5c315bb9d9bd708368603f186350967a09801ab5fd5",
|
|
"sha512:66c3cabda92690dd44c1b29172f9d02d17d44d1ef5d5b8025069b0e8d7e86f372a2ec5ffeafbf7e09fa13a92aa7ef34c48d4e592b072183969aeca258f2b3a1f",
|
|
]
|
|
url = "http://repo.munts.com/alire/muntsos_beaglebone-2.0.0.tbz2"
|
|
|