From: Andrej Valek Date: Sun, 29 Nov 2020 07:49:20 +0000 (+0100) Subject: kernel-dummy: fix executing unexpected tasks X-Git-Tag: 2020-04.5-dunfell~89 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=09418489c550dc47c045c220e650afb198986676;p=openembedded-core.git kernel-dummy: fix executing unexpected tasks - correctly save files into sstate - fix: ERROR: Task linux-dummy.do_fetch attempted to execute unexpectedly Signed-off-by: Andrej Valek Signed-off-by: Richard Purdie (cherry picked from commit 16f6833ccd732de9f3db82ac5b0a18eea5298ceb) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb index 62cf6f5ea6..649fc04dd1 100644 --- a/meta/recipes-kernel/linux/linux-dummy.bb +++ b/meta/recipes-kernel/linux/linux-dummy.bb @@ -5,10 +5,12 @@ where you wish to build the kernel externally from the build system." SECTION = "kernel" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" +LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" PROVIDES += "virtual/kernel" +inherit deploy + PACKAGES_DYNAMIC += "^kernel-module-.*" PACKAGES_DYNAMIC += "^kernel-image-.*" PACKAGES_DYNAMIC += "^kernel-firmware-.*"