diff --git a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js index 5b7787728d..bac60c4512 100644 --- a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js +++ b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js @@ -155,7 +155,7 @@ function layerDetailsPageInit (ctx) { if (!ctx.layerVersion.inCurrentPrj){ if (ctx.numTargets > 0) { var text = " Add the "+ctx.layerVersion.name+" layer to your project "+ - "to enable these targets"; + "to enable these recipes"; addRmLayerBtn.text(text); addRmLayerBtn.prepend(""); } else { diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 2535f70af8..58392b36f5 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html @@ -100,9 +100,9 @@

View project configuration

  • -
    Target(s):
    +
    Recipe(s):
    - +
    Build
    diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 11b1ffc2dc..0d3aa15373 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html @@ -84,7 +84,7 @@ Layer details
  • - Targets ({{total_targets}}) + Recipes ({{total_targets}})
  • Machines ({{total_machines}}) @@ -190,8 +190,8 @@
    {% if total_targets == 0 %}
    -

    Toaster does not have target information for the {{layerversion.layer.name}} layer.

    -

    Toaster learns about layers when you build them. If this layer provides any targets, they will be listed here after you build the {{layerversion.layer.name}} layer.

    +

    Toaster does not have recipe information for the {{layerversion.layer.name}} layer.

    +

    Toaster learns about layers when you build them. If this layer provides any recipes, they will be listed here after you build the {{layerversion.layer.name}} layer.

    {% else %} @@ -210,7 +210,7 @@ {% endif %} - + {% if request.GET.targets_search %} @@ -253,17 +253,17 @@ - Target + Recipe {% if request.GET.targets_search %} {{targets.paginator.count}} {% endif %} - Target version + Recipe version Summary - Build target + Build recipe @@ -277,7 +277,7 @@ {{target.version}} {{target.summary}} - + {% endfor %} diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index 9d51a57208..5f8f4d1bc7 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html @@ -104,15 +104,15 @@ vim: expandtab tabstop=2
    - +
    - +

    - View all compatible targets - + View all compatible recipes + {% if completedbuilds.count %} | View all project builds ({{completedbuilds.count}}) {% endif %} @@ -309,24 +309,24 @@ vim: expandtab tabstop=2

    - Targets - + Recipes +

    - +
    {% csrf_token %}

    - View all compatible targets - + View all compatible recipes +

    - Most built targets + Most built recipes

    • @@ -335,7 +335,7 @@ vim: expandtab tabstop=2
    - +
    diff --git a/bitbake/lib/toaster/toastergui/templates/targets.html b/bitbake/lib/toaster/toastergui/templates/targets.html index 6f59a6cdab..c27292095d 100644 --- a/bitbake/lib/toaster/toastergui/templates/targets.html +++ b/bitbake/lib/toaster/toastergui/templates/targets.html @@ -3,20 +3,20 @@ {% load humanize %} {% block localbreadcrumb %} -
  • All compatible targets
  • +
  • All compatible recipes
  • {% endblock %} {% block projectinfomain %} @@ -31,13 +31,13 @@
    {% if request.GET.search %}{% endif %} - +
    {% else %}
    -

    Toaster has no target information. To generate target information you can:

    +

    Toaster has no recipe information. To generate recipe information you can: