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
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 = "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_beaglebone = "*"
|
|
|
|
[[actions]]
|
|
type = "post-fetch"
|
|
command = ["sh", "-c", "./postfetch"]
|
|
|
|
[origin]
|
|
hashes = [
|
|
"sha256:64e2009c383d63cd85383e8f435c9a5c44ef4f7a48dfbb87698798db75f605d1",
|
|
"sha512:6ad6de32f56c8fbe72c3d2b5e17b830f6c18f264f8d438e8714b1886e4448b20ae0df3d635308af7d0f3264daa5ff6aad1af490b01bc665c04c5676f06a5c03c",
|
|
]
|
|
url = "http://repo.munts.com/alire/muntsos_beaglebone-1.0.0.tbz2"
|
|
|