https://github.com/tprrt/exiguous-manifest
Repo tool manifests used to setup a build environment for Exiguous (deprecated)
https://github.com/tprrt/exiguous-manifest
deprecated git-repo manifests
Last synced: 4 months ago
JSON representation
Repo tool manifests used to setup a build environment for Exiguous (deprecated)
- Host: GitHub
- URL: https://github.com/tprrt/exiguous-manifest
- Owner: tprrt
- Created: 2015-07-27T08:10:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T08:54:34.000Z (over 9 years ago)
- Last Synced: 2025-06-29T04:38:09.350Z (12 months ago)
- Topics: deprecated, git-repo, manifests
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
..
.. -*- coding: utf-8; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
Exiguous manifest
-----------------
To get the runtime's source, you need to have `repo` installed and use it as:
Install the `repo` utility:
::
$ mkdir ~/bin
$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
*Note: make sure ~/bin exists and it is part of your PATH*
Download the runtime source:
::
$ PATH=${PATH}:~/bin
$ mkdir Exiguous
$ cd Exiguous
$ repo init -u git@github.com:tprrt/exiguous-manifest.git -b -m
$ repo sync
At the end of the commands you have every metadata you need to start work with.
To start a runtime image build:
::
$ . exiguous-build-env
$ bitbake exiguous-image
Maintainer: `Thomas Perrot `_