mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
linux: adjust BR2_LINUX_KERNEL_IMAGE_NAME help text
The help text of BR2_LINUX_KERNEL_IMAGE_NAME is somewhat incomplete, in the sense that it assumes just a filename can be passed, while it can be a relative path, such as 'compressed/vmlinux.bin.z'. So make it clear that such paths are relative to arch/ARCH/boot/. Also, drop the part about this being only useful for Xtensa as this is not true: on MIPS it might be needed as well for some specific image types. Reported-by: Paul Cercueil <paul@crapouillou.net> Cc: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
19be97d497
commit
ea044ee20c
@ -338,10 +338,10 @@ config BR2_LINUX_KERNEL_IMAGE_NAME
|
|||||||
string "Kernel image name"
|
string "Kernel image name"
|
||||||
depends on BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM
|
depends on BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM
|
||||||
help
|
help
|
||||||
The filename of the kernel image, if it is different from the
|
The filename of the kernel image, if it is different from
|
||||||
make target (above). Only Xtensa uses a filename different
|
the make target (above). Defaults to
|
||||||
from the make target. Defaults to
|
BR2_LINUX_KERNEL_IMAGE_TARGET_NAME. If specified, the
|
||||||
BR2_LINUX_KERNEL_IMAGE_TARGET_NAME.
|
filename is relative to arch/ARCH/boot/.
|
||||||
|
|
||||||
If unsure, leave it empty.
|
If unsure, leave it empty.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user