aboutsummaryrefslogtreecommitdiff

RockPi Cuttlefish Build Scripts

This repo hosts the scripts for building rockpi cuttlefish image locally.

Before running the scripts, please run git clone https://git.linaro.org/ci/job/configs.git

We use build scrpits from the CI's job and we setting necessary environment locally in our scripts.

Downloading the image.

Run ./download_everything.sh

It will download everything in ./build directory.

Building the image.

Run ./build_rockpi_image.sh

The image will be in build/output/

Setting up docker.

You can run the above scripts directly. Or run it inside a docker. To create a docker locally please refer ./create_docker.sh.

After the container created, please add an user account and "su -l" to the user.

Then run the download and build scripts inside the container.