diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-03-29 13:51:03 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-03-29 13:57:58 +0200 |
commit | 71c528ab616a707f4125727c8c5a4e4da5a36c94 (patch) | |
tree | 5ea8f1929b8951dfafa568732bc5f3023bd17f8a /recipes-test/images | |
parent | bca6c0b09593c77d9ac78caae2f7488adb1d90f4 (diff) | |
download | meta-updater-71c528ab616a707f4125727c8c5a4e4da5a36c94.tar.gz |
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
Diffstat (limited to 'recipes-test/images')
-rw-r--r-- | recipes-test/images/primary-image.bb | 2 | ||||
-rw-r--r-- | recipes-test/images/secondary-image.bb | 2 |
2 files changed, 4 insertions, 0 deletions
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 = " \ | |||
10 | IMAGE_INSTALL_append = " \ | 10 | IMAGE_INSTALL_append = " \ |
11 | primary-network-config \ | 11 | primary-network-config \ |
12 | " | 12 | " |
13 | |||
14 | # 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 = " \ | |||
21 | aktualizr-secondary \ | 21 | aktualizr-secondary \ |
22 | secondary-network-config \ | 22 | secondary-network-config \ |
23 | " | 23 | " |
24 | |||
25 | # vim:set ts=4 sw=4 sts=4 expandtab: | ||