summaryrefslogtreecommitdiffstats
path: root/meta-egvirt/recipes-kernel/kernel-module-virtio-video/kernel-module-virtio-video.bb
blob: 6d023d2eded363840578aeaaca6448fa17a784cb (plain)
1
2
3
4
5

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k {
SUMMARY = "VIRTIO video device driver"

LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://virtio_video.h;endline=17;md5=3a04f9e12610bad07c6ec369a8077ba6"

inherit module

SRC_URI = "file://."

S = "${WORKDIR}"

KERNEL_MODULE_AUTOLOAD = "virtio_video"