From a41a805500cab281fba15bd8e5d3e60b88d0d4be Mon Sep 17 00:00:00 2001 From: Timo Mueller Date: Fri, 8 Feb 2013 09:16:33 -0600 Subject: documentation: Part 1 of 2 updates to integrating docs to Eclipse help. Hi, the generation of eclipse help files has been merged from the timo branch to the master. Since the creation of the timo branch there have been some changes to the master branch (e.g. new documentation, renamed documentation). This patch set does some cleanup for the renamed documentation and adds eclipse help generation support to the new documentation. 01: Removes the 'the' from the document titles 02..04: Cleanup obsolete artifacts resulting from the merge 05..08: Add eclipse help generation for ref-manual 09..13: Add eclipse help generation for kernel-dev 14..18: Add eclipse help generation for profile-manual Best regards, Timo This patch set originally contained 18 patches. I (Scott Rifenbark) had to push these changes as two parts. This is the first part. It does not include creation of the three cusomization files. (From yocto-docs rev: 9b1889f6e31ee70dae704fa08763fb9196616dad) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../html/poky-ref-manual/ref-features-image.html | 73 ---------------------- 1 file changed, 73 deletions(-) delete mode 100644 documentation/ref-manual/eclipse/html/poky-ref-manual/ref-features-image.html (limited to 'documentation/ref-manual/eclipse/html/poky-ref-manual/ref-features-image.html') diff --git a/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-features-image.html b/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-features-image.html deleted file mode 100644 index e705a2922f..0000000000 --- a/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-features-image.html +++ /dev/null @@ -1,73 +0,0 @@ - - - -9.3. Images - - - - - - - -
-

-9.3. Images

-

- The contents of images generated by the OpenEmbedded build system can be controlled by the - IMAGE_FEATURES - and EXTRA_IMAGE_FEATURES - variables that you typically configure in your image recipes. - Through these variables you can add several different - predefined packages such as development utilities or packages with debug - information needed to investigate application problems or profile applications. -

-

- Current list of - IMAGE_FEATURES contains the following: -

-
    -
  • splash: Enables showing a splash screen during boot. - By default, this screen is provided by psplash, which does - allow customization. - If you prefer to use an alternative splash screen package, you can do so by - setting the SPLASH variable - to a different package name (or names) within the image recipe or at the distro - configuration level.

  • -
  • ssh-server-dropbear: Installs the Dropbear minimal - SSH server. -

  • -
  • ssh-server-openssh: Installs the OpenSSH SSH server, - which is more full-featured than Dropbear. - Note that if both the OpenSSH SSH server and the Dropbear minimal SSH server - are present in IMAGE_FEATURES, then OpenSSH will take - precedence and Dropbear will not be installed.

  • -
  • x11: Installs the X server

  • -
  • x11-base: Installs the X server with a - minimal environment.

  • -
  • x11-sato: Installs the OpenedHand Sato environment. -

  • -
  • tools-sdk: Installs a full SDK that runs on the device. -

  • -
  • tools-debug: Installs debugging tools such as - strace and gdb. -

  • -
  • tools-profile: Installs profiling tools such as - oprofile, exmap, and - LTTng.

  • -
  • tools-testapps: Installs device testing tools (e.g. - touchscreen debugging).

  • -
  • nfs-server: Installs an NFS server.

  • -
  • dev-pkgs: Installs development packages (headers and - extra library links) for all packages installed in a given image.

  • -
  • staticdev-pkgs: Installs static development - packages (i.e. static libraries containing *.a files) for all - packages installed in a given image.

  • -
  • dbg-pkgs: Installs debug symbol packages for all packages - installed in a given image.

  • -
  • doc-pkgs: Installs documentation packages for all packages - installed in a given image.

  • -
-

-

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