diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2019-01-18 09:50:11 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-21 16:11:43 +0000 |
| commit | 676705765ad58db79c23fddd6a53f5907a5812bd (patch) | |
| tree | b076e8b9c85830b624affbc4fd70e8196429a10a /documentation/ref-manual/ref-variables.xml | |
| parent | f9fcd07e478af4a091db0ed71f6442a7e108e016 (diff) | |
| download | poky-676705765ad58db79c23fddd6a53f5907a5812bd.tar.gz | |
ref-manual: Update to SDK_VERSION variable.
Updated the definition to match that of poky.conf.
(From yocto-docs rev: 09c73c227c6949ed3f1287ce063aa96967ed2fda)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ed65727fc7..4b243a12dd 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -13045,7 +13045,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 13045 | <filename>/meta-poky/conf/distro/poky.conf</filename>) | 13045 | <filename>/meta-poky/conf/distro/poky.conf</filename>) |
| 13046 | defines the <filename>SDK_VERSION</filename> as follows: | 13046 | defines the <filename>SDK_VERSION</filename> as follows: |
| 13047 | <literallayout class='monospaced'> | 13047 | <literallayout class='monospaced'> |
| 13048 | SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" | 13048 | SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}','snapshot')}" |
| 13049 | </literallayout> | 13049 | </literallayout> |
| 13050 | </para> | 13050 | </para> |
| 13051 | 13051 | ||
