mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
ref-manual: Enhanced link to the host-user-contaminated test.
The link was just going to the top of the section. I added an ID tag to the actual host-user-contaminated test within that insane.bbclass description. Now, the user is linked right to that test. (From yocto-docs rev: b1e5b5a1876e211a8c57bfa727fa9031cfe5e0ac) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ac798d5543
commit
9fb35c02b6
@@ -1551,7 +1551,8 @@
|
|||||||
<link linkend='var-FILES'><filename>FILES</filename></link>
|
<link linkend='var-FILES'><filename>FILES</filename></link>
|
||||||
variable values that contain "//", which is invalid.
|
variable values that contain "//", which is invalid.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis><filename>host-user-contaminated:</filename></emphasis>
|
<listitem><para id='insane-host-user-contaminated'>
|
||||||
|
<emphasis><filename>host-user-contaminated:</filename></emphasis>
|
||||||
Checks that no package produced by the recipe contains any
|
Checks that no package produced by the recipe contains any
|
||||||
files outside of <filename>/home</filename> with a user or
|
files outside of <filename>/home</filename> with a user or
|
||||||
group ID that matches the user running BitBake.
|
group ID that matches the user running BitBake.
|
||||||
|
|||||||
@@ -279,7 +279,7 @@
|
|||||||
UID and/or GID of the original file, which is usually not
|
UID and/or GID of the original file, which is usually not
|
||||||
what you want.
|
what you want.
|
||||||
The
|
The
|
||||||
<link linkend='ref-classes-insane'><filename>host-user-contaminated</filename></link>
|
<link linkend='insane-host-user-contaminated'><filename>host-user-contaminated</filename></link>
|
||||||
QA check checks for files that probably have the wrong
|
QA check checks for files that probably have the wrong
|
||||||
ownership.
|
ownership.
|
||||||
</para>
|
</para>
|
||||||
|
|||||||
Reference in New Issue
Block a user