summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools
diff options
context:
space:
mode:
authorRaju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com>2022-06-01 17:04:21 +0530
committerMark Hatle <mhatle@xilinx.com>2022-06-07 15:54:52 -0700
commit76df3276b0d75611f0e673e27f82f15f5f62e114 (patch)
tree6357bbdffd9250c8901082767b97082972d4db4c /meta-xilinx-core/recipes-devtools
parentb0482fdaf31e6da66d152e5c0b93dcc6070c4ab1 (diff)
downloadmeta-xilinx-76df3276b0d75611f0e673e27f82f15f5f62e114.tar.gz
xilinx-qemu: Use addto_recipe_sysroot task
To populate the QEMU binaries into sysroot the populate_sysroot task isn't enough for qemu-xilinx-helper-native, we need to use addto_recipe_sysroot task. This patch will correct the mapping. u-boot-zynq-uenv failing to add DEPENDS when EXTRA_IMAGEDEPENDS has recipe:task. This patch will split the recipe name and add it to DEPENDS. Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> While unusual, the PR is updated, as the qemu and qemu helper need to have the same version/pr or the path logic doesn't work properly. Signed-off-by: Mark Hatle <mhatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core/recipes-devtools')
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb
index eb14c0c1..2450d275 100644
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb
+++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb
@@ -2,6 +2,7 @@ FILESEXTRAPATHS:prepend := "${COREBASE}/meta/recipes-devtools/qemu/qemu-helper:"
2 2
3# provide it, to replace the existing 3# provide it, to replace the existing
4PROVIDES = "qemu-helper-native" 4PROVIDES = "qemu-helper-native"
5PR = "r1"
5 6
6LICENSE = "GPLv2" 7LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999" 8LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999"
@@ -32,3 +33,4 @@ do_install() {
32 install tunctl ${STAGING_BINDIR_NATIVE} 33 install tunctl ${STAGING_BINDIR_NATIVE}
33 34
34} 35}
36addtask addto_recipe_sysroot after do_populate_sysroot before do_build