rpi-firmware: extend vcdbg architecture dependency comment
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 7 May 2017 19:53:39 +0000 (21:53 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 7 May 2017 19:53:39 +0000 (21:53 +0200)
The main reason why vcdbg is only available on ARM is the fact that this is
a prebuilt ARM binary rather than the rpi-userland dependency, so adjust the
comment to clarify.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/rpi-firmware/Config.in

index a7fa1c3b338c006ce8de55ac0bfa084efd7bf619..da32b8e9d54826421f641941abb0d3332e1848b0 100644 (file)
@@ -67,7 +67,7 @@ config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS
 
 config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_VCDBG
        bool "vcdbg"
-       depends on BR2_arm # rpi-userland
+       depends on BR2_arm # prebuilt arm binary, rpi-userland
        depends on BR2_TOOLCHAIN_USES_GLIBC
        depends on BR2_INSTALL_LIBSTDCPP # rpi-userland
        select BR2_PACKAGE_RPI_USERLAND