diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-05-07 21:53:39 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-05-07 21:53:39 +0200 |
commit | 04829295c78bd49f4d6238f2ffdb03d744202932 (patch) | |
tree | 9702561f1430183317c0b177b924aa94a72cbee5 | |
parent | 882373c497ca015a1e845b433b662738ea22671f (diff) | |
download | buildroot-04829295c78bd49f4d6238f2ffdb03d744202932.tar.gz buildroot-04829295c78bd49f4d6238f2ffdb03d744202932.zip |
rpi-firmware: extend vcdbg architecture dependency comment
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>
-rw-r--r-- | package/rpi-firmware/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rpi-firmware/Config.in b/package/rpi-firmware/Config.in index a7fa1c3b33..da32b8e9d5 100644 --- a/package/rpi-firmware/Config.in +++ b/package/rpi-firmware/Config.in @@ -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 |