This repository combines the Arago Distribution and Yocto Project sources with the Sancloud Board Support Package (BSP) for the BeagleBone Enhanced (BBE). This is one of our two main test platforms for the Sancloud BSP, the other being Automotive Grade Linux (AGL).
To build an Arago distribution image for the Sancloud BBE you simply need to fetch this repository and all submodules, then run the build script.
git clone --recurse-submodules -b thud https://github.com/SanCloudLtd/sancloud-arago.git
cd sancloud-arago
./scripts/build.sh
The images will be placed in a top level images-bbe
directory.