Browse Source

config.in: fix the builroot_rootfs config issue

modify wave511 wave521 sf-omx-il-test Config.in

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
Andy Hu 2 years ago
parent
commit
7dd07bb55e

+ 1 - 1
package/starfive/Config.in

@@ -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"

+ 3 - 2
package/starfive/sf-omx-il-test/Config.in

@@ -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

+ 0 - 1
package/starfive/wave511/Config.in

@@ -2,6 +2,5 @@ comment "wave511 package"
 
 config BR2_PACKAGE_WAVE511
 	bool "wave511"
-	depends on BR2_KERNEL_HEADERS_CUSTOM_GIT
 	help
 	  wave511 package

+ 0 - 1
package/starfive/wave521/Config.in

@@ -2,7 +2,6 @@ comment "wave521 package"
 
 config BR2_PACKAGE_WAVE521
 	bool "wave521"
-	depends on BR2_KERNEL_HEADERS_CUSTOM_GIT
 	help
 	  wave521 package