diff options
Diffstat (limited to 'classes')
-rw-r--r-- | classes/image_types_ostree.bbclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index 0db8e50..5286efc 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
@@ -126,11 +126,6 @@ IMAGE_CMD_ostree () { | |||
126 | ln -sf var/roothome root | 126 | ln -sf var/roothome root |
127 | fi | 127 | fi |
128 | 128 | ||
129 | if [ -n "${SOTA_SECONDARY_ECUS}" ]; then | ||
130 | mkdir -p var/sota/ecus | ||
131 | cp ${SOTA_SECONDARY_ECUS} var/sota/ecus | ||
132 | fi | ||
133 | |||
134 | checksum=`sha256sum ${DEPLOY_DIR_IMAGE}/${OSTREE_KERNEL} | cut -f 1 -d " "` | 129 | checksum=`sha256sum ${DEPLOY_DIR_IMAGE}/${OSTREE_KERNEL} | cut -f 1 -d " "` |
135 | 130 | ||
136 | cp ${DEPLOY_DIR_IMAGE}/${OSTREE_KERNEL} boot/vmlinuz-${checksum} | 131 | cp ${DEPLOY_DIR_IMAGE}/${OSTREE_KERNEL} boot/vmlinuz-${checksum} |