From b01d0123187966bc3028bbdfb9e8ef2623a7a813 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Mon, 9 Sep 2024 20:41:17 +0200 Subject: Add comments / cleanup rpi-utils --- package/rpi-utils/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/rpi-utils/Config.in') diff --git a/package/rpi-utils/Config.in b/package/rpi-utils/Config.in index 5a14b4c..d2339c5 100644 --- a/package/rpi-utils/Config.in +++ b/package/rpi-utils/Config.in @@ -1,3 +1,5 @@ +# dependencies taken from rpi-userland + config BR2_PACKAGE_RPI_UTILS bool "rpi-utils" depends on BR2_arm || BR2_aarch64 @@ -11,6 +13,8 @@ config BR2_PACKAGE_RPI_UTILS help https://github.com/raspberrypi/utils +# taken from rpi-userland + comment "rpi-utils needs a toolchain w/ C++, threads, dynamic library" depends on BR2_arm || BR2_aarch64 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \ -- cgit v1.2.3