-
Notifications
You must be signed in to change notification settings - Fork 3
Getting started
yzatslinear edited this page Oct 25, 2014
·
2 revisions
The LTP5903 packages repository contains recipes for building ipkgs for the LTP5903.
In order to build packages for the ltp5903, you will need a Virtual Machine (VM) with the bitbake and OpenEmbedded build components.
In the VM, clone this repository, checkout the branch corresponding to your Manager version, and use bitbake to build the latest packages.
$ git clone https://github.com/dustcloud/ltp5903-packages.git
$ cd ltp5903-packages
$ git checkout 4.x-stable
$ . oe-setup.sh
$ bitbake bash
- See "Using bitbake" for additional information about bitbake and OpenEmbedded.
- See "Updating package recipes" for instructions on how to update packages.