summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_8.1.0.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-11-21 14:47:49 -0600
committerMark Hatle <mark.hatle@amd.com>2024-11-21 14:47:51 -0600
commitab07add28ff4c8acf68157de49ff29f59238e4e0 (patch)
treeccb8ed3fd1092b8015c1bec5d4d41e7713a34a05 /meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_8.1.0.bb
parent1241013c7bce4262a6128eb4ccb3db410831746d (diff)
downloadmeta-xilinx-ab07add28ff4c8acf68157de49ff29f59238e4e0.tar.gz
various: Fix variable usage
Remove most direct references to WORKDIR. S = "${WORKDIR}" is no longer allowed, adjust this to refer to UNPACKDIR ${WORKDIR}/package is also incorrect, adjust to ${PKGD}. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_8.1.0.bb')
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_8.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_8.1.0.bb b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_8.1.0.bb
index 4a801810..1e626ffe 100644
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_8.1.0.bb
+++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_8.1.0.bb
@@ -20,7 +20,7 @@ PACKAGECONFIG ??= "fdt alsa kvm pie slirp png gcrypt \
20PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" 20PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}"
21 21
22do_install:append() { 22do_install:append() {
23 install -Dm 0755 ${WORKDIR}/powerpc_rom.bin ${D}${datadir}/qemu-xilinx 23 install -Dm 0755 ${UNPACKDIR}/powerpc_rom.bin ${D}${datadir}/qemu-xilinx
24 24
25 # The following is also installed by qemu-native 25 # The following is also installed by qemu-native
26 rm -f ${D}${datadir}/qemu-xilinx/trace-events-all 26 rm -f ${D}${datadir}/qemu-xilinx/trace-events-all