summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2022-03-16 14:41:37 -0700
committerMark Hatle <mark.hatle@xilinx.com>2022-03-28 13:59:50 -0700
commit6392dbbc91e5416cf72f327f93351f3b6e1f1f13 (patch)
treec23dc1ea208f79c19e3215a3a45500d561e41627
parentc7230cd3b897a79f81484f5a5f4df927bcc31bde (diff)
downloadmeta-xilinx-6392dbbc91e5416cf72f327f93351f3b6e1f1f13.tar.gz
u-boot-xlnx: oe-core now provides an xxd-native if required
Remove host-tool requirement, switch to using Yocto Project provided xxd-native, provided by vim-native. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-core/conf/layer.conf2
-rw-r--r--meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx.inc2
2 files changed, 1 insertions, 3 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index 8588b988..457853f7 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -43,5 +43,3 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
43" 43"
44 44
45XILINX_RELEASE_VERSION = "v2022.1" 45XILINX_RELEASE_VERSION = "v2022.1"
46
47HOSTTOOLS += "xxd"
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx.inc
index c41a4bad..d9113cc7 100644
--- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx.inc
+++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx.inc
@@ -1,6 +1,6 @@
1require recipes-bsp/u-boot/u-boot.inc 1require recipes-bsp/u-boot/u-boot.inc
2 2
3DEPENDS += "bc-native dtc-native bison-native" 3DEPENDS += "bc-native dtc-native bison-native xxd-native"
4 4
5XILINX_RELEASE_VERSION ?= "" 5XILINX_RELEASE_VERSION ?= ""
6UBOOT_VERSION_EXTENSION ?= "-xilinx-${XILINX_RELEASE_VERSION}" 6UBOOT_VERSION_EXTENSION ?= "-xilinx-${XILINX_RELEASE_VERSION}"