mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 13:14:46 +02:00
layerindex/views: add classes-recipe,-global
Since commits: bitbake f33ce7e7 'BBHandler/cooker: Implement recipe and global classes' oe-core f5c12800 'classes: Update classes to match new bitbake class scope functionality' we now have a lot of the oe-core recipe classes in meta/classes-recipe. We are also missing any bbclasses in meta/classes-global [YOCTO #15238] Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
parent
b71fff2121
commit
c99a7beddf
|
@ -51,7 +51,8 @@ from layerindex.forms import (AdvancedRecipeSearchForm, BulkChangeEditFormSet,
|
||||||
LayerMaintainerFormSet, RecipeChangesetForm,
|
LayerMaintainerFormSet, RecipeChangesetForm,
|
||||||
PatchDispositionForm, PatchDispositionFormSet,
|
PatchDispositionForm, PatchDispositionFormSet,
|
||||||
BranchComparisonForm, RecipeDependenciesForm)
|
BranchComparisonForm, RecipeDependenciesForm)
|
||||||
from layerindex.models import (BBAppend, BBClass, Branch, ClassicRecipe,
|
from layerindex.models import (BBAppend, BBClass, BBClassGlobal, BBClassRecipe,
|
||||||
|
Branch, ClassicRecipe,
|
||||||
Distro, DynamicBuildDep, IncFile, LayerBranch,
|
Distro, DynamicBuildDep, IncFile, LayerBranch,
|
||||||
LayerDependency, LayerItem, LayerMaintainer,
|
LayerDependency, LayerItem, LayerMaintainer,
|
||||||
LayerNote, LayerUpdate, Machine, Patch, Recipe,
|
LayerNote, LayerUpdate, Machine, Patch, Recipe,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user