diff options
| author | Manuel Traut <manut@linutronix.de> | 2015-07-01 16:12:36 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2015-07-01 16:12:36 +0200 |
| commit | 1d13e674d7be4bf9aa69139deac6737bf60af17b (patch) | |
| tree | 5cacf42d37efa861d2487efa4585e4eb3b99d7ae /distribution/elbe-adk/mini.xml | |
| parent | 6723cb895ae583ed95724a5d3d7acab756340263 (diff) | |
rework elbe training stuff to match current elbe
also delete presentations that are completely outdated
and rename presentations to better identify their content
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'distribution/elbe-adk/mini.xml')
| -rw-r--r-- | distribution/elbe-adk/mini.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/distribution/elbe-adk/mini.xml b/distribution/elbe-adk/mini.xml new file mode 100644 index 0000000..956ffc9 --- /dev/null +++ b/distribution/elbe-adk/mini.xml @@ -0,0 +1,27 @@ +<ns0:RootFileSystem xmlns:ns0="https://www.linutronix.de/projects/Elbe" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" created="2009-05-20T08:50:56" revision="6" xsi:schemaLocation="https://www.linutronix.de/projects/Elbe dbsfed.xsd"> + <project> + <name>mini xml</name> + <version>1</version> + <description> + optimal to use as buildenv + </description> + <buildtype>armhf</buildtype> + <mirror> + <primary_host>ftp.debian.org</primary_host> + <primary_path>/debian</primary_path> + <primary_proto>http</primary_proto> + </mirror> + <suite>wheezy</suite> + </project> + <target> + <hostname>mini</hostname> + <domain>linutronix</domain> + <passwd>foo</passwd> + <finetuning> + </finetuning> + <pkg-list> + <pkg>bash</pkg> + </pkg-list> + </target> +</ns0:RootFileSystem> |
