From d69a877f0cde942ad30f196eea62cbf5c3c1d8a1 Mon Sep 17 00:00:00 2001 From: Samuel Dolt Date: Wed, 15 Mar 2023 15:12:16 +0100 Subject: [PATCH] fix(swupdate): partially revert the emmc flasher suppport commit 367814e94c2 introduced a change in the default configuration of swupdate that broke our default update system. This commit revert this part of the emmc flasher support for now --- .../recipes-support/swupdate/swupdate/sw-collections-config.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/layers/meta-belden-coreos/recipes-support/swupdate/swupdate/sw-collections-config.sh b/layers/meta-belden-coreos/recipes-support/swupdate/swupdate/sw-collections-config.sh index c9e4d43..1238e9b 100644 --- a/layers/meta-belden-coreos/recipes-support/swupdate/swupdate/sw-collections-config.sh +++ b/layers/meta-belden-coreos/recipes-support/swupdate/swupdate/sw-collections-config.sh @@ -37,6 +37,3 @@ case $ROOT_PARTLABEL in exit 1 ;; esac - -# Allow to use image that flash the emmc -SWUPDATE_ARGS="${SWUPDATE_ARGS} -e factory,emmc"