Raspberry Pi Sensor Dashboard
Find a file
2026-08-07 17:38:08 +02:00
conf fix machineoverrides 2026-08-07 17:38:08 +02:00
recipes-core waveshare display overlay 2026-08-07 14:20:39 +02:00
recipes-kernel/linux fix source path 2026-08-07 14:30:12 +02:00
COPYING.MIT kernel config 2026-08-06 07:06:54 +02:00
project.conf.json fix PRi 2026-08-07 17:27:52 +02:00
README change to pi1 2026-08-07 17:23:50 +02:00

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`