mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
kernel-dev,ref-manual: fix old override syntax
Additionally use more common syntax to indicate that an actual machine name is supposed to be filled in for a concrete use case as has been suggested by Peter Kjellerstedt (and particularly no KMACHINE). Furthermore add missing quotes in the reference manual. Suggested-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> (From yocto-docs rev: b66c035970f860b65cf712285f2d5a023620e6c3) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
584a913d75
commit
eff66f126c
@@ -649,7 +649,7 @@ append files, you can direct the OpenEmbedded build system to use a
|
||||
To specify an "in-tree" ``defconfig`` file, use the following statement
|
||||
form::
|
||||
|
||||
KBUILD_DEFCONFIG_KMACHINE ?= "defconfig_file"
|
||||
KBUILD_DEFCONFIG:<machine> ?= "defconfig_file"
|
||||
|
||||
Here is an example
|
||||
that assigns the :term:`KBUILD_DEFCONFIG` variable based on "raspberrypi2"
|
||||
|
||||
Reference in New Issue
Block a user