mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
documentation/poky-ref-manual/technical-details.xml: Review comments
Applied a couple small corrections to the re-write of the "Enabling Commercially Licensed Recipes" section. These small corrections were suggested and caught by Tom Zanussi. Reported-by: Tom Zanussi <tom.zanussi@intel.com> (From yocto-docs rev: ce9218386ec265f7eec2ec5916b09a6776b3077b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9d2974a31b
commit
2e0b9014e2
@@ -697,7 +697,8 @@
|
|||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
LICENSE_FLAGS = "commercial"
|
LICENSE_FLAGS = "commercial"
|
||||||
</literallayout>
|
</literallayout>
|
||||||
This next example shows a recipe in another layer:
|
Here is a slightly more complicated example that contains both an
|
||||||
|
explicit package name and version (after variable expansion):
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
LICENSE_FLAGS = "license_${PN}_${PV}"
|
LICENSE_FLAGS = "license_${PN}_${PV}"
|
||||||
</literallayout>
|
</literallayout>
|
||||||
@@ -822,7 +823,7 @@
|
|||||||
Or, the flag allows you to pick up this package along with anything "commercial_foo"
|
Or, the flag allows you to pick up this package along with anything "commercial_foo"
|
||||||
regardless of version when you use "commercial_foo" in the whitelist.
|
regardless of version when you use "commercial_foo" in the whitelist.
|
||||||
Finally, you can be completely specific about the package and version and specify
|
Finally, you can be completely specific about the package and version and specify
|
||||||
"commercial_foo_1.1" package and version.
|
"commercial_foo_1.2" package and version.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user