Raspberry Pi Sensor Dashboard
| conf | ||
| recipes-core | ||
| recipes-kernel/linux | ||
| COPYING.MIT | ||
| project.conf.json | ||
| README | ||
This README file contains information on the contents of the meta-sensdash layer. Please see the corresponding sections below for details. Dependencies ============ URI: https://git.openembedded.org/openembedded-core branch: wrynose URI: https://git.openembedded.org/meta-openembedded branch: wrynose URI: https://git.yoctoproject.org/meta-raspberrypi branch: wrynose Patches ======= Please submit any patches against the meta-sensdash layer and cc: the maintainer: Maintainer: Thomas Irgang <thomas@irgang.eu> Table of Contents ================= I. Adding the meta-sensdash layer to your build II. Misc I. Adding the meta-sensdash layer to your build ================================================= Run 'bitbake-layers add-layer meta-sensdash' II. Misc ======== Setup with bitbake-setup: `./bitbake/bin/bitbake-setup init ./project.conf.json` Build the image: `bitbake sensdash-image` Flash the image: `sudo bmaptool copy tmp/deploy/images/sensdash-rpi/sensdash-image-sensdash-rpi.rootfs.wic.bz2 /dev/sdX`