From f5e182589b46ebd862721d5e24005d56cdddbe07 Mon Sep 17 00:00:00 2001 From: Michael Tretter Date: Thu, 24 Jul 2025 16:09:57 +0200 Subject: [PATCH] barebox-tools: install rk-usb-loader The rk-usb-loader is already enabled in the hosttools_defconfig and targettools_defconfig and compiled by the recipe. Add it to the BAREBOX_TOOLS list to actually install it. Signed-off-by: Michael Tretter Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-bsp/barebox/barebox-tools.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-bsp/barebox/barebox-tools.bb b/meta/recipes-bsp/barebox/barebox-tools.bb index e519796c1d..eb327306d9 100644 --- a/meta/recipes-bsp/barebox/barebox-tools.bb +++ b/meta/recipes-bsp/barebox/barebox-tools.bb @@ -39,6 +39,7 @@ BAREBOX_TOOLS = " \ omap3-usb-loader \ omap4_usbboot \ imx/imx-usb-loader \ + rk-usb-loader \ " BAREBOX_TOOLS_SUFFIX = "" -- 2.47.3