184006bea9
* External crates for MuntsOS Embedded Linux cross-toolchain metapackages. * muntsos_beaglebone release 1.0.0 You can prepare an Alire program project to target MuntsOS Embedded Linux on a BeagleBone board with just "alr with muntsos_beaglebone". * muntsos_raspberrypi1 release 1.0.0 You can prepare an Alire program project to target MuntsOS Embedded Linux on a Raspberry Pi 1 board with just "alr with muntsos_raspberrypi1". * muntsos_raspberrypi2 release 1.0.0 You can prepare an Alire program project to target MuntsOS Embedded Linux on a Raspberry Pi 2 board with just "alr with muntsos_raspberrypi2". * muntsos_raspberrypi3 release 1.0.0 You can prepare an Alire program project to target MuntsOS Embedded Linux on a Raspberry Pi 3 board with just "alr with muntsos_raspberrypi3". * muntsos_raspberrypi4 release 1.0.0 You can prepare an Alire program project to target MuntsOS Embedded Linux on a Raspberry Pi 4 board with just "alr with muntsos_raspberrypi4".
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 = "1.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:95b62b2b35dfdee2f60cd97dec636b56bcfeab950eb0f41c449a8ce032769682",
|
|
"sha512:802d605a9a0dfc887e3f69b25b9b3838c6b2fd2aa69433467ca333dfd1ac24eca233fd55277023b1bde00444c9364c4e4f45150f73adb85e2a94353bfba5f9c6",
|
|
]
|
|
url = "http://repo.munts.com/alire/muntsos_raspberrypi2-1.0.0.tbz2"
|
|
|