diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-14 12:05:26 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-21 13:01:52 +0200 |
commit | 1f7ff1fa5b72a20471eb9deb13d3ff5b06ec446d (patch) | |
tree | 98ee4987743ad8d01b2a526b7017264e20c52560 /recipes-test/demo-network-config/primary-network-config.bb | |
parent | b2cc2e04da9fb31a410a517a5bc78e3f2edd79a1 (diff) | |
download | meta-updater-1f7ff1fa5b72a20471eb9deb13d3ff5b06ec446d.tar.gz |
demo-config: recipes that depend on MACHINE cannot be allarch.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'recipes-test/demo-network-config/primary-network-config.bb')
-rw-r--r-- | recipes-test/demo-network-config/primary-network-config.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-test/demo-network-config/primary-network-config.bb b/recipes-test/demo-network-config/primary-network-config.bb index 0b0119b..544a5ec 100644 --- a/recipes-test/demo-network-config/primary-network-config.bb +++ b/recipes-test/demo-network-config/primary-network-config.bb | |||
@@ -2,8 +2,6 @@ DESCRIPTION = "Sample network configuration for an Uptane Primary" | |||
2 | LICENSE = "MPL-2.0" | 2 | LICENSE = "MPL-2.0" |
3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" | 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" |
4 | 4 | ||
5 | inherit allarch | ||
6 | |||
7 | SRC_URI = "\ | 5 | SRC_URI = "\ |
8 | file://27-dhcp-client-external.network \ | 6 | file://27-dhcp-client-external.network \ |
9 | " | 7 | " |