mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
bitbake: toaster: remove MANAGED references
We conflate the managed and analysis modes by deleting alternative code paths, favouring the MANAGED mode, always considering the MANAGED variable True. (Bitbake rev: 0ac02d3775106b485e29496b62f31e91fd3f9387) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b98a2fcab6
commit
c362e61ee2
@@ -88,9 +88,6 @@
|
||||
</a>
|
||||
</td>
|
||||
<!-- Layer directory -->
|
||||
{% if not MANAGED or not build.project %}
|
||||
<td class="recipe__layer_version__local_path">{{package.recipe.layer_version.local_path}}</td>
|
||||
{% endif %}
|
||||
{%else%}
|
||||
<td class="recipe__name"></td>
|
||||
<td class="recipe__version"></td>
|
||||
|
||||
Reference in New Issue
Block a user