From 037d091061bbb98ee41ee53270889ba0e9ebd8d1 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Fri, 15 Dec 2017 12:07:17 +0100 Subject: Update documentation, specifically about variables to support secondaries. Also add a missing mkdir so that SOTA_SECONDARY_ECUS actually works. We can improve this in the future but for now it works and I'm using it. --- classes/image_types_ostree.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'classes') diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index 56a9720..a20a135 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass @@ -119,6 +119,7 @@ IMAGE_CMD_ostree () { fi if [ -n "${SOTA_SECONDARY_ECUS}" ]; then + mkdir -p var/sota/ecus cp ${SOTA_SECONDARY_ECUS} var/sota/ecus fi -- cgit v1.2.3-54-g00ecf