Skip to content

Commit

Permalink
_bitbake: add populate_sdk commands
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Godard <antoningodard@pm.me>
  • Loading branch information
antznin committed Feb 6, 2024
1 parent 272d126 commit e3773c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _bitbake
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ __bb_tasks()
'populate_lic_setscene:writes license information for the recipe that is collected later when the image is constructed (setscene version)'
'populate_sysroot:copies a subset of files installed by do_install into the sysroot in order to make them available to other recipes'
'populate_sysroot_setscene:copies a subset of files installed by do_install into the sysroot in order to make them available to other recipes (setscene version)'
'populate_sdk:creates the file and directory structure for an SDK'
'populate_sdk_ext:creates the file and directory structure for an extensible SDK'
'prepare_recipe_sysroot:prepare the recipe'\''s sysroot'
'pydevshell:starts an interactive python shell for development/debugging'
'unpack:unpacks the source code into a working directory'
Expand Down

0 comments on commit e3773c7

Please sign in to comment.