summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-06-17 10:36:24 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:04:52 +0200
commit96ac0e8680695e7f2b81c66585167738c4ce9ee3 (patch)
tree8fae60296967bdf90dd86461d9d1262bc65c5a10
parent4747cc6540ac653dc52c2f147735ce221e1c6976 (diff)
downloadptxdist-96ac0e8680695e7f2b81c66585167738c4ce9ee3.tar.gz
ptxdist-96ac0e8680695e7f2b81c66585167738c4ce9ee3.tar.xz
Mention more supported package templates
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
-rw-r--r--doc/dev_manual.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst
index c3e9a8ded..dfc950f46 100644
--- a/doc/dev_manual.rst
+++ b/doc/dev_manual.rst
@@ -212,6 +212,21 @@ handle:
kernel driver. It also creates a driver template to give the
developer an easy point to start.
+- **kernel**: PTXdist comes with the ability to handle one kernel in its
+ platform. This type of package enables us to handle more than one kernel in
+ the project.
+
+- **barebox**: PTXdist comes with the ability to handle one bootloader in its
+ platform. This type of package enables us to handle more than one bootloader
+ in the project.
+
+- **image-genimage**: This kind of package can handle all kind of image
+ generation for almost every target independent of its complexity.
+
+- **blspec-entry**: PTXdist comes with the ability to handle one bootspec in its
+ platform. This type of package enables us to handle more than one bootspec
+ in the project.
+
.. _foo_example:
Rule File Creation