diff options
| -rw-r--r-- | meta/recipes-kernel/linux/linux-dummy.bb | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb index bab1ac1c0c..5d29f5cc12 100644 --- a/meta/recipes-kernel/linux/linux-dummy.bb +++ b/meta/recipes-kernel/linux/linux-dummy.bb | |||
| @@ -1,16 +1,22 @@ | |||
| 1 | SECTION = "kernel" | ||
| 2 | SUMMARY = "Dummy Linux kernel" | 1 | SUMMARY = "Dummy Linux kernel" |
| 3 | DESCRIPTION = "Dummy Linux kernel, to be selected as the preferred \ | 2 | DESCRIPTION = "Dummy Linux kernel, to be selected as the preferred \ |
| 4 | provider for virtual/kernel to satisfy dependencies for situations \ | 3 | provider for virtual/kernel to satisfy dependencies for situations \ |
| 5 | where you wish to build the kernel externally from the build system." | 4 | where you wish to build the kernel externally from the build system." |
| 6 | LICENSE = "GPLv2" | 5 | SECTION = "kernel" |
| 7 | 6 | ||
| 7 | LICENSE = "GPLv2" | ||
| 8 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 8 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
| 9 | 9 | ||
| 10 | PROVIDES += "virtual/kernel" | 10 | PROVIDES += "virtual/kernel" |
| 11 | 11 | ||
| 12 | PACKAGES_DYNAMIC += "^kernel-module-.*" | 12 | PACKAGES_DYNAMIC += "^kernel-module-.*" |
| 13 | PACKAGES_DYNAMIC += "^kernel-image-.*" | 13 | PACKAGES_DYNAMIC += "^kernel-image-.*" |
| 14 | PACKAGES_DYNAMIC += "^kernel-firmware-.*" | ||
| 15 | |||
| 16 | PACKAGES += "kernel-modules" | ||
| 17 | FILES_kernel-modules = "" | ||
| 18 | ALLOW_EMPTY_kernel-modules = "1" | ||
| 19 | DESCRIPTION_kernel-modules = "Kernel modules meta package" | ||
| 14 | 20 | ||
| 15 | #COMPATIBLE_MACHINE = "your_machine" | 21 | #COMPATIBLE_MACHINE = "your_machine" |
| 16 | 22 | ||
| @@ -20,19 +26,19 @@ SRC_URI = "file://COPYING.GPL" | |||
| 20 | S = "${WORKDIR}" | 26 | S = "${WORKDIR}" |
| 21 | 27 | ||
| 22 | do_configure() { | 28 | do_configure() { |
| 23 | : | 29 | : |
| 24 | } | 30 | } |
| 25 | 31 | ||
| 26 | do_compile () { | 32 | do_compile () { |
| 27 | : | 33 | : |
| 28 | } | 34 | } |
| 29 | 35 | ||
| 30 | do_install() { | 36 | do_install() { |
| 31 | : | 37 | : |
| 32 | } | 38 | } |
| 33 | 39 | ||
| 34 | do_bundle_initramfs() { | 40 | do_bundle_initramfs() { |
| 35 | : | 41 | : |
| 36 | } | 42 | } |
| 37 | 43 | ||
| 38 | do_deploy() { | 44 | do_deploy() { |
