From 22623e3448431f5e2b6720bb74043173b0fb718f Mon Sep 17 00:00:00 2001 From: Miruna Paun Date: Thu, 26 May 2016 15:38:23 +0200 Subject: Doc add host pkg to relinfo Added prerequisites with host packages Might later be moved to readme files, possibly verified later by test team Signed-off-by: Miruna Paun --- doc/book-enea-linux-release-info/doc/book.xml | 1 + .../doc/prerequisites.xml | 75 ++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 doc/book-enea-linux-release-info/doc/prerequisites.xml (limited to 'doc/book-enea-linux-release-info') diff --git a/doc/book-enea-linux-release-info/doc/book.xml b/doc/book-enea-linux-release-info/doc/book.xml index cf0f578..cc5788f 100644 --- a/doc/book-enea-linux-release-info/doc/book.xml +++ b/doc/book-enea-linux-release-info/doc/book.xml @@ -9,6 +9,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" /> + diff --git a/doc/book-enea-linux-release-info/doc/prerequisites.xml b/doc/book-enea-linux-release-info/doc/prerequisites.xml new file mode 100644 index 0000000..7241ed1 --- /dev/null +++ b/doc/book-enea-linux-release-info/doc/prerequisites.xml @@ -0,0 +1,75 @@ + + + + Prerequisites and Getting Enea Linux + +
+ Install Host Packages + + Building Enea Linux or compiling applications requires some packages + to be installed on your Linux development host. See the list of Required + Packages for Host Development System, found in the Yocto 2.1 document: + https://www.yoctoproject.org/docs/2.1/ref-manual/ref-manual.html#required-packages-for-the-host-development-system. + If needed, replace 2.1 with the actual Yocto version in your Enea Linux + distribution.Sorry by the list in the Yocto document do not seem + to be enough at all at least for platform building! Therefore we need to + add a complete list here, and we actually have a bigger list than we + needed, but it's better to have more and not be needed than to lack + information. + + Install Host Packages + + + The list below is generic and might contain packages that are not + necessary. Additional packages might be required to build for some + targets. See the Enea Linux Release Information if more packages are + needed and which hosts have been tested by Enea for this Enea Linux + release.QUEST: Are the lists below ok? The lists below try to + cover ALL normal use cases for both ApplGuide and PlatfGuide, incl. + Eclipse, instead of limiting to some use case. Easier to keep + updated. + + +
+ Ubuntu or Debian + + Ensure the system is up-to-date: + + $ sudo apt-get update + + For a supported Ubuntu + Ubuntu + and Debian + Debian + distributions you need the following packages: + + # sudo apt-get install sed wget subversion git-core +coreutils unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk +python-pysqlite2 diffstat make gcc build-essential xsltproc g++ +desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake +groff libtool xterm libxml-parser-perl +
+
+ +
+ Getting Enea Linux + + For platform developers, an Enea Linux release is available for + cloning from git.enea.com. Releases are available in distribution-specific + repositories on git.enea.com, for cloning using the repo tool in the local + workstation. For more information on this topic, see the Enea Linux Platforms + Development Guide on http://portal.enea.com. + + Application developers will download pre-complied images from the + Enea Portal or will receive prebuilt images from the platform developers. + For further information on this see Enea Linux Application + Development Guide. +
+
\ No newline at end of file -- cgit v1.2.3-54-g00ecf