forked from Angstrom-distribution/setup-scripts
-
Notifications
You must be signed in to change notification settings - Fork 3
Helper scripts for setting an Angstrom development environment
openpandora/setup-scripts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
These are the setup scripts for the Angstrom buildsystem. If you want to (re)build packages or images for Angstrom, this is the thing to use. The Angstrom buildsystem is using various components from the Yocto Project, most importantly the Openembedded buildsystem, the bitbake task executor and various application and BSP layers. This Angstrom release (v2013.06) is officially Yocto Project Compatible with the Yocto Project release 1.4 ("Dylan"). To configure the scripts and download the build metadata, do: $ MACHINE=beagleboard ./oebb.sh config beagleboard You can change the 'beagleboard' in the commandline above into the machine you are targeting. To start a build of the kernel, source the environment file and do: $ . environment-angstrom environment-angstrom-v2013.06 $ MACHINE=beagleboard bitbake virtual/kernel For an example workflow for dealing with kernels please read http://www.slimlogic.co.uk/2011/05/openembeddedangstrom-kernel-workflow/ To update the metadata, do: $ git pull $ ./oebb.sh update The oebb.sh script tries hard to keep your local changes while at the same time keeping close to the original config. Please keep the following in mind: * it will reset the origin URI based on layers.txt, so update layers.txt when changing a repo * it will do a 'git reset --hard <ref>' on locked down repos, so please create a new branch for your changes If you find any bugs please report them here: https://github.com/angstrom-distribution/setup-scripts/issues If you have questions or feedback, please subscribe to http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel Angstrom Distribution maintainers: Koen Kooi <[email protected]> Khem Raj <[email protected]>
About
Helper scripts for setting an Angstrom development environment
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Shell 99.4%
- Awk 0.6%