添加了一些包

Alexander Smirnov 47fee3004c meta: Add licenses dir 8 years ago
bitbake ff22b2b1fa Add bitbake master 7c849be 9 years ago
meta 47fee3004c meta: Add licenses dir 8 years ago
meta-isar 2477154f76 meta: Update layers configs 8 years ago
scripts 65ff091571 Add initial implementation 9 years ago
.gitignore 65ff091571 Add initial implementation 9 years ago
.templateconf 65ff091571 Add initial implementation 9 years ago
LICENSE 47fee3004c meta: Add licenses dir 8 years ago
Makefile 65ff091571 Add initial implementation 9 years ago
README 65ff091571 Add initial implementation 9 years ago
README.md 65ff091571 Add initial implementation 9 years ago
TODO 65ff091571 Add initial implementation 9 years ago
isar-init-build-env 65ff091571 Add initial implementation 9 years ago

README

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.

Build

 1. 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.:

ALL=NOPASSWD: ALL

Replace with your user name. Use the tab character between and
parameters.

 2. Initialize the build directory, e.g.:

$ cd isar
$ . isar-init-build-env ../build

 3. Build the root filesystem image:

$ bitbake core-image-base

Created image is in

tmp/deploy/images/core-image-base-zynq.sdimg

Test

Test the image with qemu:

start_armhf_vm