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
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 = "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_raspberrypi2 = "*"
|
|
|
|
[[actions]]
|
|
type = "post-fetch"
|
|
command = ["sh", "-c", "./postfetch"]
|
|
|
|
[origin]
|
|
hashes = [
|
|
"sha256:ea4b24a2b4840992f781271781752f4995f8f4dd4951ce3ce9646fbb5f77cd58",
|
|
"sha512:0d52bfe785aad2638f2895310cbd28cb55c7aec55a2d74ba2d7ff303fc6afe9e483b25d21edb92857b62b853b815035e4d4642a5a67d3e27f3b41d97ec3d8200",
|
|
]
|
|
url = "http://repo.munts.com/alire/muntsos_raspberrypi2-2.0.0.tbz2"
|
|
|