-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2a3b9e
commit 9174fd9
Showing
3 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
integration-tests/project-folder/sources/meta-error/recipes-error/error/task-error.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# When .vscode/tasks.json has the following entry: | ||
# { | ||
# "tasks": [ | ||
# { | ||
# "type":"bitbake", | ||
# "recipes": ["base-files"], | ||
# } | ||
# ] | ||
# } | ||
|
||
#ERROR: Task ([file-path]:do_install) failed with exit code '1' | ||
do_install:append () { | ||
bbfatal should crash | ||
} |
2 changes: 2 additions & 0 deletions
2
integration-tests/project-folder/sources/meta-error/recipes-error/error/variable-error.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# ERROR: Variable BB_ENV_EXTRAWHITE has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS (file: [file-path] line: [line-number]) | ||
BB_ENV_EXTRAWHITE = "deprecated var" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters