From 2a7e69d862f661075b98bab19e58d958c28a9af8 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 22 Oct 2019 14:49:05 -0700 Subject: rfnoc: image_builder: Fix -I, allow devices/targets to bet set in YAML - The -I switch now allows pointing to an OOT - The image core file may now contain keys 'device' and 'default_target', which the image builder can use as default values. Command line switches --device and --target are still honoured. --- host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json b/host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json index 65ef2dd76..2d76643be 100644 --- a/host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json +++ b/host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json @@ -5,7 +5,8 @@ "copyright": { "type": "string" }, "version": { "type": "number" }, "license": { "type": "string" }, - "device_desc": { "type": "string" }, + "device": { "type": "string" }, + "default_target": { "type": "string" }, "rfnoc_version": { "type": "number" }, "chdr_width": { "enum": [64, 256] }, -- cgit v1.2.3