mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +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:
committed by
Richard Purdie
parent
197a6f6fbb
commit
ff3624bb07
@@ -651,10 +651,10 @@ form::
|
|||||||
|
|
||||||
KBUILD_DEFCONFIG:<machine> ?= "defconfig_file"
|
KBUILD_DEFCONFIG:<machine> ?= "defconfig_file"
|
||||||
|
|
||||||
Here is an example
|
Here is an example that assigns the :term:`KBUILD_DEFCONFIG` variable utilizing
|
||||||
that assigns the :term:`KBUILD_DEFCONFIG` variable based on "raspberrypi2"
|
an override for the "raspberrypi2" :term:`MACHINE` and provides the path to the
|
||||||
and provides the path to the "in-tree" ``defconfig`` file to be used for
|
"in-tree" ``defconfig`` file to be used for a Raspberry Pi 2, which is based on
|
||||||
a Raspberry Pi 2, which is based on the Broadcom 2708/2709 chipset::
|
the Broadcom 2708/2709 chipset::
|
||||||
|
|
||||||
KBUILD_DEFCONFIG:raspberrypi2 ?= "bcm2709_defconfig"
|
KBUILD_DEFCONFIG:raspberrypi2 ?= "bcm2709_defconfig"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user