[yocto] [layerindex-web][PATCH 0/2] Implement CSV export for layer recipes

Paul Eggleton paul.eggleton at linux.intel.com
Sun May 6 20:35:41 PDT 2018


Ross asked for the ability to export a layer's recipes in CSV format,
and here it is - as well as cleanup of some old cruft that was supposed
to do a similar thing but wasn't finished.


The following changes since commit 837359e6f18aac985c2967344d035d70c05e427a:

  detail: Fix layer description not wrapping properly (2018-05-04 23:52:51 +1200)

are available in the Git repository at:

  git://git.yoctoproject.org/layerindex-web paule/recipe-csv-export
  http://git.yoctoproject.org/cgit.cgi//log/?h=paule/recipe-csv-export

Paul Eggleton (2):
  Drop old raw recipe export code
  Add CSV export for layer recipes

 layerindex/urls.py                  |  8 +-------
 layerindex/urls_branch.py           |  5 ++++-
 layerindex/views.py                 | 29 ++++++++++++++++++++++-------
 templates/layerindex/detail.html    | 14 +++++++-------
 templates/layerindex/rawrecipes.txt |  2 --
 5 files changed, 34 insertions(+), 24 deletions(-)
 delete mode 100644 templates/layerindex/rawrecipes.txt

-- 
2.14.3



More information about the yocto mailing list