From ed0a240e1632682ec4c33341f3e24ad71773cdfc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 11 Dec 2012 12:07:58 -0600 Subject: documentation: Rename of poky-ref-manual folder to ref-manual. Changing the folder that holds the YP Reference Manual to be "ref-manual". This will help with confustion over the manual's intended purpose. (From yocto-docs rev: 1106442964b5080cb0b6b3bd3af32e9407c0f7c1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../html/poky-ref-manual/fedora-packages.html | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 documentation/ref-manual/eclipse/html/poky-ref-manual/fedora-packages.html (limited to 'documentation/ref-manual/eclipse/html/poky-ref-manual/fedora-packages.html') diff --git a/documentation/ref-manual/eclipse/html/poky-ref-manual/fedora-packages.html b/documentation/ref-manual/eclipse/html/poky-ref-manual/fedora-packages.html new file mode 100644 index 0000000000..d1dc7d1f33 --- /dev/null +++ b/documentation/ref-manual/eclipse/html/poky-ref-manual/fedora-packages.html @@ -0,0 +1,62 @@ + + + +1.3.2.2. Fedora Packages + + + + + + + +
+

+1.3.2.2. Fedora Packages

+

+ The following list shows the required packages by function + given a supported Fedora Linux distribution: +

+
    +
  • +

    Essentials: + Packages needed to build an image for a headless + system: +

    +
    +     $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \
    +     diffutils diffstat git cpp gcc gcc-c++ eglibc-devel texinfo chrpath \
    +     ccache
    +                        
    +
  • +
  • +

    Graphical Extras: + Packages recommended if the host system has graphics support: +

    +
    +     $ sudo yum install SDL-devel xterm
    +                        
    +
  • +
  • +

    Documentation: + Packages needed if you are going to build out the + Yocto Project documentation manuals: +

    +
    +     $ sudo yum install make docbook-style-dsssl docbook-style-xsl \
    +     docbook-dtds docbook-utils fop libxslt
    +                        
    +
  • +
  • +

    ADT Installer Extras: + Packages needed if you are going to be using the + Application Development Toolkit (ADT) Installer: +

    +
    +     $ sudo yum install autoconf automake libtool glib2-devel
    +                        
    +
  • +
+

+

+
+ -- cgit v1.2.3-54-g00ecf