mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
ref-manual: update SDK_NAME variable documentation
Update for changes in nanbield. Note that I am documenting what is set by poky.conf here (since this is Yocto Project documentation), which is slightly different from what is done in meta/conf/bitbake.conf. (From yocto-docs rev: 9764cb9e19788eb1caea0d2e95fbe7a5c19887d4) Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
736705804b
commit
27949b33b7
@@ -7422,13 +7422,16 @@ system and gives an overview of their function and contents.
|
||||
:term:`SDK_EXT_TYPE` is set to "full".
|
||||
|
||||
:term:`SDK_NAME`
|
||||
The base name for SDK output files. The name is derived from the
|
||||
:term:`DISTRO`, :term:`TCLIBC`,
|
||||
:term:`SDK_ARCH`,
|
||||
:term:`IMAGE_BASENAME`, and
|
||||
:term:`TUNE_PKGARCH` variables::
|
||||
The base name for SDK output files. The default value (as set in
|
||||
``meta-poky/conf/distro/poky.conf``) is derived from the
|
||||
:term:`DISTRO`,
|
||||
:term:`TCLIBC`,
|
||||
:term:`SDKMACHINE`,
|
||||
:term:`IMAGE_BASENAME`,
|
||||
:term:`TUNE_PKGARCH`, and
|
||||
:term:`MACHINE` variables::
|
||||
|
||||
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
|
||||
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}"
|
||||
|
||||
:term:`SDK_OS`
|
||||
Specifies the operating system for which the SDK will be built. The
|
||||
|
||||
Reference in New Issue
Block a user