From 68fac41942e33cc71049435a8f432e081dbd524b Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Mon, 30 May 2022 20:23:19 +0300 Subject: [PATCH] initramfs-firmware-nexus-image: remove extra dependency on the kernel Employ new KERNEL_DEPLOY_DEPEND to remove unused dependency on the virtual/kernel's do_deploy task. Signed-off-by: Dmitry Baryshkov --- recipes-test/images/initramfs-firmware-nexus-image.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-test/images/initramfs-firmware-nexus-image.bb b/recipes-test/images/initramfs-firmware-nexus-image.bb index 5cababb..dba23df 100644 --- a/recipes-test/images/initramfs-firmware-nexus-image.bb +++ b/recipes-test/images/initramfs-firmware-nexus-image.bb @@ -3,6 +3,7 @@ DESCRIPTION = "Tiny ramdisk image with all Nexus and Pixel devices firmware file # We do not use kernel image or kernel modules in the image, so remove the # dependency on the kernel KERNELDEPMODDEPEND = "" +KERNEL_DEPLOY_DEPEND = "" # Firmware support for newer Nexus and Pixel devices depends on simg2img, which # is provided by the meta-oe only. So they are split into the bbappend in