@@ -16,6 +16,17 @@ config BR2_PACKAGE_RPI_USERLAND
mmal, GLESv2, vcos, openmaxil, vchiq_arm, bcm_host, WFC,
OpenVG.
+ Important: The package is ancient and deprecated.
+
+ It largely contains code using proprietary APIs to interface
+ to the VideoCore firmware. It has since moved to standard
+ linux APIs.
+
+ V4L2, DRM/KMS and Mesa are the APIs you should be using.
+
+ The few useful tools from here (dtoverlay, dtmerge,
+ vcmailbox, vcgencmd) have been moved to the package rpi-utils.
+
https://github.com/raspberrypi/userland/
if BR2_PACKAGE_RPI_USERLAND && BR2_arm
The package rpi-userland has been marked as ancient and deprecated[1]. This adds the message in its help. [1]: https://github.com/raspberrypi/userland/commit/96a7334ae9d5fc9db7ac92e59852377df63f1848 Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr> --- package/rpi-userland/Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+)