From b224e2baec13ed0332a71604e5e6f3e2ec56c3ee Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Thu, 4 Apr 2019 16:50:10 +0200 Subject: [PATCH] imx-usb-loader: use the version that was used in older versions of DEY In the update to thud, the recipe for this package was updated in meta-freescale with a newer revision that, among other things, breaks compatibility with the parameters we use to recover closed devices via USB. Even if we change these parameters to obtain a configuration equivalent to the one we've always had, closed devices still won't boot because the internal logic of the tool has changed a lot. Instead of patching the tool for this very specific use-case, revert to the version we've been using in DEY 2.2 and 2.4. https://jira.digi.com/browse/DEL-6520 Signed-off-by: Gabriel Valcazar --- .../imx-usb-loader/imx-usb-loader_git.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-digi-arm/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bbappend diff --git a/meta-digi-arm/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bbappend b/meta-digi-arm/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bbappend new file mode 100644 index 000000000..c9ce7846a --- /dev/null +++ b/meta-digi-arm/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bbappend @@ -0,0 +1,5 @@ +# Copyright (C) 2019 Digi International. + +# The most recent version of this tool is unable to boot closed devices. +# Revert to the version that was used in DEY 2.4. +SRCREV = "349286e25c3fd9b2d31b31e962340123bbc62d44"