mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
recipes-kernel: linux-dummy: provide dummy vmlinux package
oprofile package depends on kernel-vmlinux package through RRECOMMENDS dependency. Thus provide it here to satisfy dependencies. (From OE-Core rev: d96e3ab2a344c40f9b132673923b191ce912d9a4) Signed-off-by: Ruslan Bilovol <rbilovol@cisco.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5ec91f9a32
commit
03eb3b4670
@@ -13,10 +13,14 @@ PACKAGES_DYNAMIC += "^kernel-module-.*"
|
||||
PACKAGES_DYNAMIC += "^kernel-image-.*"
|
||||
PACKAGES_DYNAMIC += "^kernel-firmware-.*"
|
||||
|
||||
PACKAGES += "kernel-modules"
|
||||
PACKAGES += "kernel-modules kernel-vmlinux"
|
||||
FILES_kernel-modules = ""
|
||||
ALLOW_EMPTY_kernel-modules = "1"
|
||||
DESCRIPTION_kernel-modules = "Kernel modules meta package"
|
||||
FILES_kernel-vmlinux = ""
|
||||
ALLOW_EMPTY_kernel-vmlinux = "1"
|
||||
DESCRIPTION_kernel-vmlinux = "Kernel vmlinux meta package"
|
||||
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user