dev-embedded/rauc: Lightweight update client (new package)

RAUC is a lightweight update client that runs on your Embedded Linux device and
reliably controls the procedure of updating your device with a new firmware
revision. RAUC is also the tool on your host system that lets you create,
inspect and modify update artifacts for your device.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach
2020-05-01 11:13:49 +02:00
parent 339d88a47c
commit ca254ff646
3 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>kurt@kmk-computers.de</email>
<name>Kurt Kanzenbach</name>
</maintainer>
<longdescription lang="en">
RAUC is a lightweight update client that runs on your Embedded Linux device
and reliably controls the procedure of updating your device with a new
firmware revision. RAUC is also the tool on your host system that lets you
create, inspect and modify update artifacts for your device.
</longdescription>
<use>
<flag name="json">
Add JSON support
</flag>
<flag name="network">
Add network update support
</flag>
<flag name="service">
Add dbus service
</flag>
</use>
<upstream>
<remote-id type="github">rauc/rauc</remote-id>
</upstream>
</pkgmetadata>