aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layerindex/rawrecipes.txt
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-07 11:53:11 +1200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-07 12:01:12 +1200
commit15d1253f79e081c1f6223d8e95ccc50acff27734 (patch)
tree93805805899b4df9a93927c9d915d1ce186fbd03 /templates/layerindex/rawrecipes.txt
parentfd0079d5c92beeb00cb1654dc8b7674a9aadbe88 (diff)
downloadopenembedded-core-contrib-15d1253f79e081c1f6223d8e95ccc50acff27734.tar.gz
Drop old raw recipe export code
We're about to replace this with a proper CSV export function, so we don't need this dead code hanging around anymore. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'templates/layerindex/rawrecipes.txt')
-rw-r--r--templates/layerindex/rawrecipes.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/layerindex/rawrecipes.txt b/templates/layerindex/rawrecipes.txt
deleted file mode 100644
index c1911c9c97..0000000000
--- a/templates/layerindex/rawrecipes.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-{% for recipe in recipe_list %}{{ recipe.layerbranch.layer.name }} {{ recipe.pn }} {{ recipe.pv }} {{ recipe.full_path }}
-{% endfor %}