mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Revert "hello-mod: Ensure the produced package name begins with kernel-module-"
[YOCTO #4286] The package runtime mapping rename issue is already fixed by commit0bc564af07, the "kernel-module-" workaround is not necessary anymore for out-of-tree module package, so revert that commit. This reverts commit71aafc214f. (From OE-Core rev: b0676d2ffceec3027aee8d2d450ae6318085341e) Signed-off-by: Yang Shi <yang.shi@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -13,11 +13,3 @@ SRC_URI = "file://Makefile \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
# Kernel module packages MUST begin with 'kernel-module-', otherwise
|
||||
# multilib image generation can fail.
|
||||
#
|
||||
# The following line is only necessary if the recipe name does not begin
|
||||
# with kernel-module-.
|
||||
#
|
||||
PKG_${PN} = "kernel-module-${PN}"
|
||||
|
||||
Reference in New Issue
Block a user