From 675f3f79e39be402065fb6c9fcfba2a9f5693a0a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 18:49:37 +0200 Subject: virtio-loopback: Update upstream to epsilon branches These is the prerequisite work to enable support for feature vhost-devices on the adapter (gpu, sound, gpio) v2: Add sound support on virtio-loopback-adapter v2: Update recipe names of adapter and loopbackdriver with virtio- prefixes v2: Update recipes URI location to AGL-gerrit servers Change-Id: I15b45d37f0726864629749e8cb77dd6cf6d03628 Signed-off-by: Angelos Mouzakitis --- .../kernel-module-virtio-loopback/loopbackdriver.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-egvirt/recipes-kernel/kernel-module-virtio-loopback/loopbackdriver.bb (limited to 'meta-egvirt/recipes-kernel/kernel-module-virtio-loopback/loopbackdriver.bb') diff --git a/meta-egvirt/recipes-kernel/kernel-module-virtio-loopback/loopbackdriver.bb b/meta-egvirt/recipes-kernel/kernel-module-virtio-loopback/loopbackdriver.bb deleted file mode 100644 index d5c13a21..00000000 --- a/meta-egvirt/recipes-kernel/kernel-module-virtio-loopback/loopbackdriver.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Virtio-loopback driver" -DESCRIPTION = "Virtio-Loopback kernel driver" -LICENSE = "GPL" -LIC_FILES_CHKSUM = "file://README.md;md5=c912e5645ed908bc9570ba05c92b3723" - -inherit module - -SRC_URI = "git://git.virtualopensystems.com/virtio-loopback/loopback_driver.git;protocol=https;rev=02c2bb2980bf307aa654d908f3d54ce2c01d2d92;branch=beta-release" - -S = "${WORKDIR}/git" - -MAKE_TARGETS = "-C ${STAGING_KERNEL_DIR} M=${WORKDIR}/git MODULE_GIT_REPOSITORY_DIR=${METADIR}/meta-agl-devel" -MODULES_INSTALL_TARGET = "-C ${STAGING_KERNEL_DIR} M=${WORKDIR}/git modules_install" - -- cgit 1.2.3-korg