diff options
Diffstat (limited to 'recipes-devtools/qemu/qemu-xilinx-multiarch-helper-native_1.0.bb')
| -rw-r--r-- | recipes-devtools/qemu/qemu-xilinx-multiarch-helper-native_1.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-devtools/qemu/qemu-xilinx-multiarch-helper-native_1.0.bb b/recipes-devtools/qemu/qemu-xilinx-multiarch-helper-native_1.0.bb new file mode 100644 index 00000000..a9b11c6c --- /dev/null +++ b/recipes-devtools/qemu/qemu-xilinx-multiarch-helper-native_1.0.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Helper scripts for executing a multi-arch instance of Xilinx QEMU" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 4 | RDEPENDS_${PN} = "qemu-xilinx-native" | ||
| 5 | |||
| 6 | inherit native | ||
| 7 | |||
| 8 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
| 9 | |||
| 10 | SRC_URI = "file://qemu-system-aarch64-multiarch" | ||
| 11 | |||
| 12 | do_configure[noexec] = "1" | ||
| 13 | do_compile[noexec] = "1" | ||
| 14 | |||
| 15 | SYSROOT_DIRS += "${bindir}/qemu-xilinx" | ||
| 16 | |||
| 17 | do_install() { | ||
| 18 | install -Dm 0755 ${WORKDIR}/qemu-system-aarch64-multiarch ${D}${bindir}/qemu-xilinx/qemu-system-aarch64-multiarch | ||
| 19 | } | ||
| 20 | |||
