Skip to content

Commit

Permalink
fsl-image-test: Use new packagegroup packages instead of tasks
Browse files Browse the repository at this point in the history
The tasks where deprecated in Yocto so we should move to use the new
packagegroup packages instead of the old tasks.

Change-Id: I54c0f70a9c65ddeb01fc0bdd37d3a308639a4821
Signed-off-by: Otavio Salvador <[email protected]>
Acked-by: Daiane Angolini <[email protected]>
  • Loading branch information
otavio committed Sep 25, 2012
1 parent 9ec9168 commit 809cab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes-fsl/images/fsl-image-test.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ EXTRA_IMAGE_FEATURES += " \
"

IMAGE_INSTALL += " \
task-fsl-gstreamer \
task-fsl-tools-testapps \
task-fsl-tools-benchmark \
packagegroup-fsl-gstreamer \
packagegroup-fsl-tools-testapps \
packagegroup-fsl-tools-benchmark \
"

export IMAGE_BASENAME = "fsl-test-image"

0 comments on commit 809cab3

Please sign in to comment.