From 71c528ab616a707f4125727c8c5a4e4da5a36c94 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Thu, 29 Mar 2018 13:51:03 +0200 Subject: Assorted minor cleanup and formatting. Includes the suggestion for using /etc/sota/sota.env if it exists as recommended by the discussion here: https://github.com/advancedtelematic/meta-updater/pull/275 --- recipes-test/images/primary-image.bb | 2 ++ recipes-test/images/secondary-image.bb | 2 ++ 2 files changed, 4 insertions(+) (limited to 'recipes-test/images') diff --git a/recipes-test/images/primary-image.bb b/recipes-test/images/primary-image.bb index 6c06527..6d2df94 100644 --- a/recipes-test/images/primary-image.bb +++ b/recipes-test/images/primary-image.bb @@ -10,3 +10,5 @@ IMAGE_INSTALL_remove = " \ IMAGE_INSTALL_append = " \ primary-network-config \ " + +# vim:set ts=4 sw=4 sts=4 expandtab: diff --git a/recipes-test/images/secondary-image.bb b/recipes-test/images/secondary-image.bb index 02153d0..9adbdc5 100644 --- a/recipes-test/images/secondary-image.bb +++ b/recipes-test/images/secondary-image.bb @@ -21,3 +21,5 @@ IMAGE_INSTALL_append = " \ aktualizr-secondary \ secondary-network-config \ " + +# vim:set ts=4 sw=4 sts=4 expandtab: -- cgit v1.2.3-54-g00ecf