Initial commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
SUMMARY = "Qemu helper scripts"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
RDEPENDS:${PN} = "nativesdk-qemu nativesdk-unfs3 nativesdk-pseudo \
|
||||
nativesdk-python3-shell nativesdk-python3-fcntl nativesdk-python3-logging \
|
||||
"
|
||||
|
||||
PR = "r9"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/scripts/runqemu;beginline=5;endline=10;md5=ac2b489a58739c7628a2604698db5e7f"
|
||||
|
||||
|
||||
SRC_URI = "file://${COREBASE}/scripts/runqemu \
|
||||
file://${COREBASE}/scripts/runqemu-addptable2image \
|
||||
file://${COREBASE}/scripts/runqemu-gen-tapdevs \
|
||||
file://${COREBASE}/scripts/runqemu-ifup \
|
||||
file://${COREBASE}/scripts/runqemu-ifdown \
|
||||
file://${COREBASE}/scripts/oe-find-native-sysroot \
|
||||
file://${COREBASE}/scripts/runqemu-extract-sdk \
|
||||
file://${COREBASE}/scripts/runqemu-export-rootfs \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
inherit nativesdk
|
||||
|
||||
do_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${WORKDIR}${COREBASE}/scripts/oe-* ${D}${bindir}/
|
||||
install -m 0755 ${WORKDIR}${COREBASE}/scripts/runqemu* ${D}${bindir}/
|
||||
}
|
||||
Reference in New Issue
Block a user