From 09f629b997da1e52b1cb93d36566e04908e0517c Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 7 May 2018 12:04:38 +1200 Subject: Add CSV export for layer recipes Add the ability to export the recipe listing for a layer to a CSV file for importing into external tools. At the moment we include name, version and license, but there is a parameter that lets you specify the fields to include in the URL if desired. Implements [YOCTO #12722]. Signed-off-by: Paul Eggleton --- templates/layerindex/detail.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'templates') diff --git a/templates/layerindex/detail.html b/templates/layerindex/detail.html index 97363d591f..b68234f12b 100644 --- a/templates/layerindex/detail.html +++ b/templates/layerindex/detail.html @@ -210,13 +210,13 @@ -- cgit 1.2.3-korg