BrightSign Source Code Corresponding to brightsign-v4.0.3.3 (6e8fd9c210ef309114703003e62ccb7657206fca) 2012-04-20 * Introduction Parts of the firmware for this BrightSign product make use of "Open Source" software under various different licenses. Under the terms of some of these licenses we are required to provide the source code used to generate the binaries we distribute. This file describes the components and where the source code can be found. Note that the firmware also contains many other proprietary parts from BrightSign and third parties. The source code for these parts is not provided. * Build System The BrightSign firmware is based on the OpenEmbedded build framework (http://www.openembedded.org) which in turn uses bitbake (http://bitbake.berlios.de) The brightsign-4.0.3.3-src-oe.tar.xz file contains Bitbake, OpenEmbedded and the Brightsign-specific recipes and configuration files necessary to build the open source components used by the BrightSign firmware. The brightsign-4.0.3.3-src-dl.tar.xz file contains the actual source package tarballs. You should be able to build the toolchain and the components included in the BrightSign firmware by running the following: tar xaf brightsign-4.0.3.3-src-oe.tar.gz tar xaf brightsign-4.0.3.3-src-dl.tar.gz cd brightsign-oe/build-bcm7425 MACHINE=panther ./bsbb