Difference between revisions of "JavaRecipeHowto"
From Openembedded.org
(→Overview) |
(→Prerequisites) |
||
Line 4: | Line 4: | ||
= Prerequisites = | = Prerequisites = | ||
+ | |||
+ | Before proceeding with this howto, you'll need to verify that your OpenEmbedded build environment is working properly. This falls into two categories, the core BitBake system and the OpenEmbedded recipes, and the Java tools that are built inside of OpenEmbedded. | ||
== General Open Embedded == | == General Open Embedded == |
Revision as of 15:34, 23 August 2008
Contents
Overview
This page describes how to create a recipe for a pre-existing Java project or library that is not currently available in OpenEmbedded or Jalimo. It assumes a basic working knowledge of OpenEmbedded and Java tools such as javac. An example library will be built from sources: Concierge, an OSGi framework.
Prerequisites
Before proceeding with this howto, you'll need to verify that your OpenEmbedded build environment is working properly. This falls into two categories, the core BitBake system and the OpenEmbedded recipes, and the Java tools that are built inside of OpenEmbedded.