Skip to content

Commit

Permalink
config.in: fix the builroot_rootfs config issue
Browse files Browse the repository at this point in the history
modify wave511 wave521 sf-omx-il-test Config.in

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
  • Loading branch information
andyhu-stf committed Feb 17, 2022
1 parent c523735 commit 7dd07bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package/starfive/Config.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# starfive packages
source "package/starfive/wave511/Config.in"
source "package/starfive/wave521/Config.in"
source "package/starfive/sf-gst-omx/Config.in"
source "package/starfive/sf-omx-il/Config.in"
source "package/starfive/sf-omx-il-test/Config.in"
source "package/starfive/sf-gst-omx/Config.in"
source "package/starfive/v4l2_test/Config.in"
source "package/starfive/pp_test/Config.in"
source "package/starfive/libcamera-apps/Config.in"
Expand Down
5 changes: 3 additions & 2 deletions package/starfive/sf-omx-il-test/Config.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
comment "sf-omx-il-test package"

config BR2_PACKAGE_SF_OMX_IL_TEST
bool "sf-omx-il-test"
depends on BR2_PACKAGE_SF_OMX_IL && BR2_PACKAGE_FFMPEG
help
sf-omx-il-test package

comment "sf-omx-il-test package requires a OpenMAX implementation"
depends on !BR2_PACKAGE_SF_OMX_IL || !BR2_PACKAGE_FFMPEG
1 change: 0 additions & 1 deletion package/starfive/wave511/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ comment "wave511 package"

config BR2_PACKAGE_WAVE511
bool "wave511"
depends on BR2_KERNEL_HEADERS_CUSTOM_GIT
help
wave511 package
1 change: 0 additions & 1 deletion package/starfive/wave521/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ comment "wave521 package"

config BR2_PACKAGE_WAVE521
bool "wave521"
depends on BR2_KERNEL_HEADERS_CUSTOM_GIT
help
wave521 package

0 comments on commit 7dd07bb

Please sign in to comment.