summaryrefslogtreecommitdiffstats
path: root/recipes-test/images/primary-image.bb
diff options
context:
space:
mode:
authorMike Sul <ext-mykhaylo.sul@here.com>2019-05-22 17:02:24 +0300
committerPatrick Vacek <patrickvacek@gmail.com>2019-06-05 15:02:23 +0200
commit13c1c17394263a2a7230d5c0a671e1cf1656f2b4 (patch)
tree8ce38b1910390a2af2838e5d21a36f942428774d /recipes-test/images/primary-image.bb
parent274b3c7ed87a17ccc5aa5878736ba8759c528f8f (diff)
downloadmeta-updater-13c1c17394263a2a7230d5c0a671e1cf1656f2b4.tar.gz
OTA-2541: Use local.conf's variables to configure Primary with Secondary(ies) and vice versa
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com> Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'recipes-test/images/primary-image.bb')
-rw-r--r--recipes-test/images/primary-image.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-test/images/primary-image.bb b/recipes-test/images/primary-image.bb
index 935f7ac..ba1dc1f 100644
--- a/recipes-test/images/primary-image.bb
+++ b/recipes-test/images/primary-image.bb
@@ -9,7 +9,8 @@ IMAGE_INSTALL_remove = " \
9 " 9 "
10 10
11IMAGE_INSTALL_append = " \ 11IMAGE_INSTALL_append = " \
12 primary-network-config \ 12 primary-network-config \
13 primary-config \
13 " 14 "
14 15
15# vim:set ts=4 sw=4 sts=4 expandtab: 16# vim:set ts=4 sw=4 sts=4 expandtab: