diff options
| author | Andrej Valek <andrej.valek@siemens.com> | 2020-11-29 08:49:20 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-18 14:20:19 +0000 |
| commit | 2967a43e6eeccd67e47f8f14473945dcefd4c601 (patch) | |
| tree | fd8832f69715d953907cf4045990a776fa4840c6 /meta | |
| parent | 483d5eacd640242b4f27aa2dea6d3a94236f1880 (diff) | |
| download | poky-2967a43e6eeccd67e47f8f14473945dcefd4c601.tar.gz | |
kernel-dummy: fix executing unexpected tasks
- correctly save files into sstate
- fix: ERROR: Task linux-dummy.do_fetch attempted to execute unexpectedly
(From OE-Core rev: 09418489c550dc47c045c220e650afb198986676)
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 16f6833ccd732de9f3db82ac5b0a18eea5298ceb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-kernel/linux/linux-dummy.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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." | |||
| 5 | SECTION = "kernel" | 5 | SECTION = "kernel" |
| 6 | 6 | ||
| 7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
| 8 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 8 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
| 9 | 9 | ||
| 10 | PROVIDES += "virtual/kernel" | 10 | PROVIDES += "virtual/kernel" |
| 11 | 11 | ||
| 12 | inherit deploy | ||
| 13 | |||
| 12 | PACKAGES_DYNAMIC += "^kernel-module-.*" | 14 | PACKAGES_DYNAMIC += "^kernel-module-.*" |
| 13 | PACKAGES_DYNAMIC += "^kernel-image-.*" | 15 | PACKAGES_DYNAMIC += "^kernel-image-.*" |
| 14 | PACKAGES_DYNAMIC += "^kernel-firmware-.*" | 16 | PACKAGES_DYNAMIC += "^kernel-firmware-.*" |
