summaryrefslogtreecommitdiffstats
path: root/meta-egvirt/recipes-extended/vhost-device-console/vhost-device-console_0.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-egvirt/recipes-extended/vhost-device-console/vhost-device-console_0.1.0.bb')
-rw-r--r--meta-egvirt/recipes-extended/vhost-device-console/vhost-device-console_0.1.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-egvirt/recipes-extended/vhost-device-console/vhost-device-console_0.1.0.bb b/meta-egvirt/recipes-extended/vhost-device-console/vhost-device-console_0.1.0.bb
new file mode 100644
index 00000000..e02133bd
--- /dev/null
+++ b/meta-egvirt/recipes-extended/vhost-device-console/vhost-device-console_0.1.0.bb
@@ -0,0 +1,21 @@
+SUMMARY = "vhost Console backend device"
+DESCRIPTION = "A vhost-user backend that emulates a VirtIO console device"
+HOMEPAGE = "https://gerrit.automotivelinux.org"
+
+FILESEXTRAPATHS:prepend := "${THISDIR}:"
+EXTRAPATHS:prepend := "${THISDIR}:"
+
+SRC_URI = " file://. "
+
+LICENSE = "Apache-2.0"
+LICENSE = "BSD-3-Clause"
+
+LIC_FILES_CHKSUM = "\
+ file://LICENSE-APACHE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
+ file://LICENSE-BSD-3-Clause;md5=2489db1359f496fff34bd393df63947e \
+"
+
+inherit cargo
+inherit pkgconfig
+
+include vhost-device-console-crates.inc