meta-teapot
The meta-teapot distribution is a yocto/openembedded layer for serveral boards of different kind of platforms. The focus is on mainline kernels and bootloaders rather than using outdated or stucked vendor blobs. This layer also provides some small images for different use-cases.
Setup Instructions
Setup OE:
$ git clone git://git.openembedded.org/openembedded-core oe-core
$ cd oe-core
$ git clone git://git.openembedded.org/bitbake bitbake
$ git clone git://git.openembedded.org/meta-openembedded
Setup Teapot:
$ git clone https://github.com/shagu/meta-teapot.git
Prepare for the first build:
$ source ./oe-init-build-env
Configure local.conf (conf/local.conf):
DISTRO ?= "teapot"
Configure bblayers.conf (conf/bblayers.conf):
LCONF_VERSION = "5"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
${TOPDIR}/../meta \
${TOPDIR}/../meta-teapot \
${TOPDIR}/../meta-openembedded/meta-oe \
${TOPDIR}/../meta-openembedded/meta-python \
${TOPDIR}/../meta-openembedded/meta-networking \
"
BBLAYERS_NON_REMOVABLE ?= " \
${TOPDIR}/../meta \
"
First build:
$ MACHINE=bananapi bitbake base-image
Supported Hardware
MACHINE=orangepizero
SoC: Allwinner H2+
CPU: ARM Cortex-A7 Quad-core 1.2 GHz
Memory: 256MB
Storage: SD card
MACHINE=bananapi [not maintained]
SoC: Allwinner A20[2]
CPU: ARM Cortex-A7 Dual-core (ARMv7-A) 1 GHz
Memory: 1 GB
Storage: SD card & SATA 2.0
MACHINE=beaglebone [not maintained]
SoC: TI AM335x
CPU: ARM Cortex-A8 1GHz
Memory: 512MB DDR3 RAM
Storage: SD card & 4GB eMMC
MACHINE=cubox [not maintained]
SoC: Marvell Armada 510
CPU: PJ4 core 800MHz
Memory: 1GB
Storage: SD card
MACHINE=ecafe [not maintained]
SoC: Freescale i.MX51
CPU: ARM Cortex-A8 800MHz
Memory: 512 MB
Storage: 2x SD card, 20GB eMMC
MACHINE=pandaboard [not maintained]
SoC: TI OMAP4460
CPU: ARM Cortex-A9 1GHz
Memory: 1 GB
Storage: SD card
MACHINE=raspberrypi [not maintained]
SoC: Broadcom BCM2835
CPU: ARM11 700 MHz
Memory: 512 MB
Storage: SD card
MACHINE=wandboard [not maintained]
SoC: Freescale i.MX6
CPU: ARM Cortex-A9 1 GHz
Memory: 2 GB
Storage: SD card
Image Flavors
base-image
The default teapot image and the core of all other teapot flavors. It includes basic utilities and administration tools: * htop * vim * screen * ssh * ...
dvb-image
An image featuring tvheadend and firmware drivers for some dvb hardware * TeVii S660 DVB-S2 USB * Technisat SkyStar USB HD
nas-image
The nas image ships all the tools you might want to see on a NAS. It also includes script and daemons to automatically suspend unused drives. * rsync * mdadm * lvm2 * cryptsetup * samba * hdparm * ...
used hardware
* MACHINE=bananapi * Sharkoon 5Bay Raid Box * 5x 2TB Western Digital harddrives
power-image
A small image including tools to manage wireless sockets via rf-modules
used hardware
* MACHINE=raspberrypi * Wireless sockets * 434MHz RF Transmitter
sdk-image
A flavor which ships development tools and headers with the base image
sound-image
A webradio/music-player image which uses "mpd" for playback.