diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-11 16:20:04 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-17 17:03:38 +0200 |
commit | a316bce65b8be2e42dd16ec4230d2b545083c290 (patch) | |
tree | 0fc4a34c862becbcbde6fa5626e107f745a1600e /recipes-test/demo-config/primary-config.bb | |
parent | 8301d07b8d109e5f4164418f66ec2e504fef918e (diff) | |
download | meta-updater-a316bce65b8be2e42dd16ec4230d2b545083c290.tar.gz |
demo-config: inherit allarch for config-only recipes.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'recipes-test/demo-config/primary-config.bb')
-rw-r--r-- | recipes-test/demo-config/primary-config.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-test/demo-config/primary-config.bb b/recipes-test/demo-config/primary-config.bb index 27cb553..b1964e2 100644 --- a/recipes-test/demo-config/primary-config.bb +++ b/recipes-test/demo-config/primary-config.bb | |||
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7 | |||
4 | 4 | ||
5 | require shared-conf.inc | 5 | require shared-conf.inc |
6 | 6 | ||
7 | inherit allarch | ||
8 | |||
7 | PRIMARY_SECONDARIES ?= "${SECONDARY_IP}:${SECONDARY_PORT}" | 9 | PRIMARY_SECONDARIES ?= "${SECONDARY_IP}:${SECONDARY_PORT}" |
8 | 10 | ||
9 | SRC_URI = "\ | 11 | SRC_URI = "\ |