# Update the git repos
git submodule init
git submodule update
# Show where to find bitbake
export BITBAKEDIR=`pwd`/bitbake
# Set up the build environment
source openembedded-core/oe-init-build-env
# Add the layers
bitbake-layers add-layer ../meta-raspberrypi \
../meta-oe/meta-oe \
../meta-oe/meta-python \
../meta-oe/meta-filesystems \
../meta-oe/meta-networking \
../meta-go \
../meta-virtualization \
../meta-swupdate \
../meta-titania
# Select Titania distro
echo 'DISTRO = "titania"' >> conf/local.conf
# Compile the thing
MACHINE=raspberrypi3 bitbake rpi-titania-image
or
MACHINE=qemux86-64 bitbake x86-titania-image
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Titania is a Linux distribution for Raspberry Pi that makes it easy to install decentralized web-based applications.
License
Internet-of-People/titania-os
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Titania is a Linux distribution for Raspberry Pi that makes it easy to install decentralized web-based applications.
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published