Giter Club home page Giter Club logo

gentoo-b2-overlay's Introduction

gentoo-b2-overlay

Gentoo overlay for the Excito B2 miniserver.

List of ebuilds

Excito B2, aka Bubba|TWO

  • sys-kernel/gentoo-b2-sources patch
  • Provides a full set of Linux kernel sources, with both Gentoo and Excito B2 patches applied.
  • sys-kernel/buildkernel-b2 source
  • Provides a script (buildkernel-b2(8)) to build a bootable Gentoo Linux kernel for the Excito B2, targeting either HDD or USB deployment. Can be used on the B2 directly, or on a Gentoo PC (when cross-compiling via crossdev). A manpage is included.
  • sys-apps/b2-init-scripts source
  • Provides a set of simple init scripts for the B2 (to turn on the LED on boot, copy across network settings when booting etc.).
  • media-libs/libjpeg-turbo upstream
  • Provides libjpeg-turbo-1.5.0.ebuild and libjpeg-turbo-1.5.1.ebuild with --disable-simd explicitly set; build fails on the B2 otherwise.
  • net-wireless/hostapd upstream
  • Provides hostapd-2.0-r1.ebuild; this has been removed from the Gentoo tree, but newer versions require (patent-protected) EC from the openssl library, which is incompatible with the bindist USE flag.

Installation

As of version >= 2.2.16 of Portage, gentoo-b2-overlay is best installed (on Gentoo) via the new plug-in sync system. It will supply a repository named gentoo-b2

The following are short form instructions. If you haven't already installed git(1), do so first:

# emerge --ask --verbose dev-vcs/git 

Next, create a custom /etc/portage/repos.conf entry for the gentoo-b2 overlay, so Portage knows what to do. Make sure that /etc/portage/repos.conf exists, and is a directory. Then, fire up your favourite editor:

# nano -w /etc/portage/repos.conf/gentoo-b2.conf

and put the following text in the file:

[gentoo-b2]

# Gentoo overlay for the Excito B2 miniserver
# Maintainer: sakaki ([email protected])
 
location = /usr/local/portage/gentoo-b2
sync-type = git
sync-uri = https://github.com/sakaki-/gentoo-b2-overlay.git
priority = 50
auto-sync = yes

Then run:

# emaint sync --repo gentoo-b2

If you are running on the stable branch by default, allow ~ppc keyword files from this repository. Make sure that /etc/portage/package.accept_keywords exists, and is a directory. Then issue:

# echo "*/*::gentoo-b2 ~ppc" >> /etc/portage/package.accept_keywords/gentoo-b2-repo

Now you can install packages from the overlay. For example:

# emerge --ask --verbose =sys-kernel/gentoo-b2-sources-3.18.2

Maintainers

gentoo-b2-overlay's People

Contributors

sakaki- avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.