diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-23 17:16:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:24 +0100 |
commit | 5d6fc98b982e564ccd1f8864fc402e8062d5bc28 (patch) | |
tree | 252f1a7a6270c50f88f2b235baa8f7ef6682556b /documentation/dev-manual | |
parent | 74c3203ba211b25a9100844635ac18d2fb8b0d6a (diff) | |
download | poky-5d6fc98b982e564ccd1f8864fc402e8062d5bc28.tar.gz |
dev-manual: Updated wording for Manage Granular Level Packaging
Changed wording to be clear about how PACKAGE_ARCH is being set
when based on the Freescale MACHINE_SUBARCH variable.
(From yocto-docs rev: 76c4ad514e44755f1d4dcec61bb0a74c1b77243e)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 6b9f3aa786..e7e7b9ef97 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -8253,7 +8253,8 @@ Some notes from Cal: | |||
8253 | sub-architecture values. | 8253 | sub-architecture values. |
8254 | If so, the class sets the | 8254 | If so, the class sets the |
8255 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_ARCH'><filename>PACKAGE_ARCH</filename></ulink> | 8255 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_ARCH'><filename>PACKAGE_ARCH</filename></ulink> |
8256 | value as <filename>MACHINE_SUBARCH</filename>. | 8256 | value based on the <filename>MACHINE_SUBARCH</filename> |
8257 | value. | ||
8257 | If the package does not provide or depend on one of the | 8258 | If the package does not provide or depend on one of the |
8258 | sub-architecture values but it matches a value in the | 8259 | sub-architecture values but it matches a value in the |
8259 | machine-specific filter, it sets | 8260 | machine-specific filter, it sets |