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".
14 lines
524 B
TOML
14 lines
524 B
TOML
name = "muntsos_dev_raspberrypi2"
|
|
description = "MuntsOS Embedded Linux RaspberryPi2 ARMv7 cross-toolchain metapackage"
|
|
tags = ["muntsos", "embedded", "linux", "arm", "raspberrypi2"]
|
|
website = "https://github.com/pmunts/muntsos"
|
|
|
|
maintainers = ["Philip Munts <phil@munts.net>"]
|
|
maintainers-logins = ["pmunts"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
hint = "Install from the Munts Technologies Debian Package Repository at http://repo.munts.com/debian11"
|
|
[external.origin."case(distribution)"]
|
|
"debian" = ["muntsos-dev-raspberrypi2"]
|