From b1114e5e1b379fe214d9aca44abeb443728bff10 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 13 Feb 2019 07:56:10 -0500 Subject: poky: refresh thud: ee7dd31944..b904775c2b Update poky to thud HEAD. Brian Silverman (1): overview-manual: Fixed typo. Scott Rifenbark (5): bitbake: bitbake-user-manual: Fixed section head typo ref-manual: Updated the list of supported distros ref-manual: Updated list of supported distros. ref-manual: Fixed INC_PR literal example indentation. poky.ent: Changed release month to February Change-Id: Iea1dc6759ba0415410d6f18d2d675348b7d08af1 Signed-off-by: Brad Bishop --- .../bitbake-user-manual-metadata.xml | 2 +- .../overview-manual/overview-manual-yp-intro.xml | 2 +- poky/documentation/poky.ent | 2 +- .../ref-manual/ref-system-requirements.xml | 43 ++++++++++++++++------ poky/documentation/ref-manual/ref-variables.xml | 8 ++-- 5 files changed, 38 insertions(+), 19 deletions(-) diff --git a/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index 2490f6e4ba..d91f437d3e 100644 --- a/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -503,7 +503,7 @@
- Unseting variables + Unsetting variables It is possible to completely remove a variable or a variable flag diff --git a/poky/documentation/overview-manual/overview-manual-yp-intro.xml b/poky/documentation/overview-manual/overview-manual-yp-intro.xml index d34b640e21..254f191cc5 100644 --- a/poky/documentation/overview-manual/overview-manual-yp-intro.xml +++ b/poky/documentation/overview-manual/overview-manual-yp-intro.xml @@ -1157,7 +1157,7 @@ The build system generates the file system image and a - customized Extensible SDK (eSDSK) for application + customized Extensible SDK (eSDK) for application development in parallel. diff --git a/poky/documentation/poky.ent b/poky/documentation/poky.ent index f951798105..d0e0e3d718 100644 --- a/poky/documentation/poky.ent +++ b/poky/documentation/poky.ent @@ -8,7 +8,7 @@ - + diff --git a/poky/documentation/ref-manual/ref-system-requirements.xml b/poky/documentation/ref-manual/ref-system-requirements.xml index 69d4b4e726..0db84e31fa 100644 --- a/poky/documentation/ref-manual/ref-system-requirements.xml +++ b/poky/documentation/ref-manual/ref-system-requirements.xml @@ -88,36 +88,56 @@ - + Ubuntu 15.10 Ubuntu 16.04 (LTS) Ubuntu 16.10 (LTS) Ubuntu 17.04 - + Fedora release 24 Fedora release 26 - + CentOS release 6.x CentOS release 7.x - + Debian GNU/Linux 6.0 (Squeeze) + Debian GNU/Linux 7.x (Wheezy) Debian GNU/Linux 8.x (Jessie) Debian GNU/Linux 9.x (Stretch) - + openSUSE 13.2 openSUSE 42.1 openSUSE 42.2 - - +--> While the Yocto Project Team attempts to ensure all Yocto Project diff --git a/poky/documentation/ref-manual/ref-variables.xml b/poky/documentation/ref-manual/ref-variables.xml index 9e51b7591c..7dc9049498 100644 --- a/poky/documentation/ref-manual/ref-variables.xml +++ b/poky/documentation/ref-manual/ref-variables.xml @@ -6697,10 +6697,10 @@ revisioning by appending values to the INC_PR variable: -recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" -recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.1" -recipes-graphics/xorg-font/font-util_1.3.0.bb:PR = "${INC_PR}.0" -recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" + recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.1" + recipes-graphics/xorg-font/font-util_1.3.0.bb:PR = "${INC_PR}.0" + recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" The first line of the example establishes the baseline revision to be used for all recipes that use the -- cgit v1.2.3