odroid-c1-overlay/README.md

29 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2015-01-22 22:57:20 +00:00
Odroid-C1 Gentoo Overlay
========================
This overlay includes ebuilds for the following packages:
2015-01-27 04:10:45 +00:00
2015-06-22 17:59:20 +00:00
* `app-misc/odroidc1-remote`: Odroid C1 remote control setup (https://github.com/mdrjr/c1_irremote)
2015-01-27 04:10:45 +00:00
* `dev-embedded/u-boot-tools-odroidc1`: Odroid C1 U-Boot (https://github.com/hardkernel/u-boot)
* `media-libs/aml-odroidc1`: Odroid C1 Amlogic Libraries (https://github.com/mdrjr/c1_aml_libs)
2015-01-27 04:10:45 +00:00
* `sys-kernel/odroidc1-sources`: Linux source for Odroid devices (https://github.com/hardkernel/linux)
2015-06-18 22:03:12 +00:00
* `x11-drivers/xf86-video-odroidc1`: Xorg DDX driver for Odroid-C1 (https://github.com/mdrjr/c1_mali_ddx)
2015-06-17 21:47:02 +00:00
* `x11-libs/odroidc1-mali`: Closed source drivers for Mali (https://github.com/mdrjr/c1_mali_libs)
2015-06-20 15:36:41 +00:00
Usage with Layman
-----------------
```
$ wget "https://raw.githubusercontent.com/nemunaire/odroidc1-overlay/master/overlays.xml" -O /etc/layman/overlays/odroidc1.xml
$ layman -f -a odroidc1
```
Usage with Portage
------------------
```
mkdir /usr/local/portage
git clone git://github.com:nemunaire/odroidc1-overlay.git /usr/local/portage
echo 'PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage/"' >> /etc/portage/make.conf
```