/sveyret-buildroot

UNMAINTAINED - A buildroot overlay

Primary LanguageMakefile

My Buildroot overlay

🇺🇸 🇬🇧

This overlay contains packages that I need but which are not in the Buildroot official repository.

🇫🇷

Cette surcouche au dépôt officiel de Buildroot contient les paquets dont j'ai besoin et qui ne se trouvent pas dans le dépôt officiel.

Usage

🇺🇸 🇬🇧

In order to use this overlay:

  • clone this repository (out of the Buildroot directory): git clone https://github.com/sveyret/sveyret-buildroot.git /path/to/workspace;
  • declare the overlay in your Buildroot working directory: make BR2_EXTERNAL=/path/to/workspace/sveyret-buildroot menuconfig;
  • the packages will be in the External options menu.

For more information on using external overlays, refer to the Buildroot manual.

Note that some packages requires that you install patchs to the main Buildroot repository. When this is the case, the patchs to install are identified by the 💊 icon in this document, in the package related paragraph.

The patchs are located in the root of the overlay (e.g. /path/to/workspace/sveyret-buildroot/*.patch). To install a patch, go to the main Buildroot directory and type patch -p1 -i /path/to/workspace/sveyret-buildroot/patch-to-install.patch.

🇫🇷

Pour utiliser cette surcouche :

  • clonez ce dépôt (en dehors du répertoire de Buildroot) : git clone https://github.com/sveyret/sveyret-buildroot.git /path/to/workspace ;
  • déclarez la surcouche dans votre espace de travail de Buildroot : make BR2_EXTERNAL=/path/to/workspace/sveyret-buildroot menuconfig ;
  • les paquets seront dans le menu External options.

Pour plus d'information sur l'utilisation de surcouches externes, référez-vous au manuel de Buildroot.

Notez que certains paquets nécessitent d'installer des correctifs sur le dépôt principal de Buildroot. Lorsque c'est le cas, les correctifs à installer sont identifiés par l'icône 💊 dans ce document, dans le paragraphe concernant le paquet.

Ces correctifs se trouvent à la racine de cette surcouche (par exemple /path/to/workspace/sveyret-buildroot/*.patch). Pour installer un patch, allez dans le répertoire principal de Buildroot et tapez patch -p1 -i /path/to/workspace/sveyret-buildroot/patch-a-installer.patch.

Packages

duniter

🎫 Duniter server

💬 Crypto-currency software to manage libre currency.

🔗 https://duniter.org/

💊 Warning: requires rust-update.patch.

gecogvidanto

🎫 ĞecoĞvidanto

💬 A tool to help game masters of the Ğeconomicus game.

🔗 https://git.duniter.org/gecogvidanto/gecogvidanto

incron

🎫 incron

💬 Cron-like daemon which handles filesystem events.

🔗 https://github.com/ar-/incron

init-rootfs-rotate

🎫 Root FS rotation initramfs

💬 An initramfs which can replace the root FS if a new one is provided.

nullmailer

🎫 nullmailer

💬 Simple relay-only mail transport agent.

🔗 http://untroubled.org/nullmailer/

pam-krb5

🎫 Kerberos V PAM

💬 Pluggable authentication module (PAM) for Kerberos V.

🔗 https://www.eyrie.org/~eagle/software/pam-krb5/