mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
kernel-dev: harmonize example with ref-manual
(From yocto-docs rev: 02e8a7e25eda462a5e244bd2bfb557554c1155fb) 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:
parent
197a6f6fbb
commit
ff3624bb07
|
|
@ -651,10 +651,10 @@ form::
|
|||
|
||||
KBUILD_DEFCONFIG:<machine> ?= "defconfig_file"
|
||||
|
||||
Here is an example
|
||||
that assigns the :term:`KBUILD_DEFCONFIG` variable based on "raspberrypi2"
|
||||
and provides the path to the "in-tree" ``defconfig`` file to be used for
|
||||
a Raspberry Pi 2, which is based on the Broadcom 2708/2709 chipset::
|
||||
Here is an example that assigns the :term:`KBUILD_DEFCONFIG` variable utilizing
|
||||
an override for the "raspberrypi2" :term:`MACHINE` and provides the path to the
|
||||
"in-tree" ``defconfig`` file to be used for a Raspberry Pi 2, which is based on
|
||||
the Broadcom 2708/2709 chipset::
|
||||
|
||||
KBUILD_DEFCONFIG:raspberrypi2 ?= "bcm2709_defconfig"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user