isar - Integration System for Automated Root filesystem generation
Isar is a set of scripts for building software packages and repeatable generation of Debian-based root filesystems with customizations.
Install and configure sudo (see TODO):
# apt-get install sudo
# visudo
In the editor, allow the current user to run sudo without a password, e.g.:
<user> ALL=NOPASSWD: ALL
Replace <user> with your user name. Use the tab character between and parameters.
Initialize the build directory, e.g.:
$ cd isar
$ . isar-init-build-env ../build
Build the root filesystem image:
$ bitbake core-image-base
Created image is in
tmp/deploy/images/core-image-base-zynq.sdimg
Test the image with qemu:
start_armhf_vm