diff options
| author | Jaewon Lee <jaewon.lee@xilinx.com> | 2021-02-02 09:51:42 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-02-17 15:00:47 -0800 |
| commit | 6a6e10cb244f26888f2323d964a957c75a36d6f6 (patch) | |
| tree | 106be639d90067faa9465433906e4c090c67907a | |
| parent | 28b7fe81c0068f04c7d53ddcdbf368f52a7a6a18 (diff) | |
| download | meta-xilinx-6a6e10cb244f26888f2323d964a957c75a36d6f6.tar.gz | |
layer.conf: adding xxd as a host tool
Adding xxd as a host tool as it's a dependent tool when uboot is
configured to use a default environment file
Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/layer.conf b/meta-xilinx-bsp/conf/layer.conf index e680b51c..505097d2 100644 --- a/meta-xilinx-bsp/conf/layer.conf +++ b/meta-xilinx-bsp/conf/layer.conf | |||
| @@ -16,3 +16,5 @@ LAYERSERIES_COMPAT_xilinx = "dunfell gatesgarth" | |||
| 16 | BB_DANGLINGAPPENDS_WARNONLY ?= "1" | 16 | BB_DANGLINGAPPENDS_WARNONLY ?= "1" |
| 17 | 17 | ||
| 18 | XILINX_RELEASE_VERSION = "v2020.2" | 18 | XILINX_RELEASE_VERSION = "v2020.2" |
| 19 | |||
| 20 | HOSTTOOLS += "xxd" | ||
