Difference between revisions of "Building Apps and Kernels"

From WebOS Internals
Jump to navigation Jump to search
Line 23: Line 23:
 
</pre>
 
</pre>
  
please see the notes if you already have the correct toolchain installed and do not what do download it again.
+
Please see the notes if you already have the correct toolchain installed and do not want to download it again.
  
 
== '''Apps''' ==
 
== '''Apps''' ==

Revision as of 08:13, 28 August 2011

If you are looking for instructions for building apps and kernels for WebOS, you have come to the right place. If you have not run through the WebOS Internals PDK wiki page, you should start there.

Setup

depending on what you're building you might need some of the prereq's from here. http://www.webos-internals.org/wiki/WebOS_Internals_PDK

Create the directory structure for the source:

sudo mkdir -p /srv/preware
cd /srv/preware
sudo chmod 777 .

Pull down the app source with git.

git clone git://git.webos-internals.org/preware/build.git

After you have the source, you need to build the toolchain — this can take some time or if you already have the toolchain installed, please see below

cd build
make toolchain

Please see the notes if you already have the correct toolchain installed and do not want to download it again.

Apps

Package up preware.

cd /srv/preware/build/apps/preware
make package

Kernels

Package up UberKernel.

cd /srv/preware/kernels/uber-kernel-touchpad
make package

Notes

if you already have the correct version of the toolchain installed for the device you are targeting you can symlink it to the proper location ie the touchpad needs the Sourcery G++ Lite 2009q1-203 toolchain. if it is already installed you can symlink it to

cd toolchain/cs09q1armel
mkdir build
cd build
ln -s <location of toolchain> arm-2009q1