mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
shell.py: stage is called populate_staging
This commit is contained in:
@@ -518,7 +518,7 @@ SRC_URI = ""
|
||||
|
||||
def stage( self, params ):
|
||||
"""Execute 'stage' on a providee"""
|
||||
self.build( params, "stage" )
|
||||
self.build( params, "populate_staging" )
|
||||
stage.usage = "<providee>"
|
||||
|
||||
def status( self, params ):
|
||||
|
||||
Reference in New Issue
Block a user