aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2014-08-11 15:40:36 +0100
committerSenthil Kumaran S <senthil.kumaran@linaro.org>2014-08-13 14:53:06 +0530
commit3bfb56c76cfed3fbfee08ff92246663bd2458bfc (patch)
treea96c90139d63dc85c92e47b6c562d2923e4db348 /MANIFEST.in
parentf717b8f2b7047969bac9a0adfeff4b614d6c8a9d (diff)
Outline of a new Device class
Migrate to YAML for Device configuration which allows devices and device types to specify a list of deployment styles and boot methods which can be supported. Change-Id: Icdeb1d9c4228cf36ee1c4fe3e7e551d7ecf28462
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c04e69acb..52cf2831a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,6 +5,8 @@ include .testr.conf
include .gitreview
include COPYING
include lava_dispatcher/default-config/lava-dispatcher/README
+recursive-include lava_dispatcher/pipeline/devices *.conf
+recursive-include lava_dispatcher/pipeline/device_types *.conf
include lava_dispatcher/pipeline/test/sample_jobs/*
include lava_dispatcher/tests/test-config/bin/*
include lava_dispatcher/tests/test-config/devices/*