Message ID | 20250724140957.4167089-1-m.tretter@pengutronix.de |
---|---|
State | New |
Headers | show |
Series | barebox-tools: install rk-usb-loader | expand |
diff --git a/meta/recipes-bsp/barebox/barebox-tools.bb b/meta/recipes-bsp/barebox/barebox-tools.bb index e519796c1d29..eb327306d915 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 = ""
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 <m.tretter@pengutronix.de> --- meta/recipes-bsp/barebox/barebox-tools.bb | 1 + 1 file changed, 1 insertion(+)