diff options
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: | ||