From 8e7a92c5bc419978368e8a990b5d8416fdb8d820 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 10 Oct 2016 23:20:56 +0200 Subject: [sota][rpi2/3] Fix multiple provider issue when agl-sota is enabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this changeset, we have a multiple provider warning when building for the rpi. NOTE: multiple providers are available for virtual/bootloader (u-boot, u-boot-ota) NOTE: consider defining a PREFERRED_PROVIDER entry to match virtual/bootloader Change-Id: I5dbf98841ac171bbd4a925786fd7f2849fb7e36b Signed-off-by: Jan-Simon Möller --- templates/feature/agl-sota/50_local.conf.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/feature/agl-sota') diff --git a/templates/feature/agl-sota/50_local.conf.inc b/templates/feature/agl-sota/50_local.conf.inc index 41c201e..05cf3cf 100644 --- a/templates/feature/agl-sota/50_local.conf.inc +++ b/templates/feature/agl-sota/50_local.conf.inc @@ -11,6 +11,8 @@ UBOOT_MACHINE_qemux86-64 = "qemu-x86_defconfig" PREFERRED_PROVIDER_virtual/bootloader_qemux86 ?= "u-boot-ota" PREFERRED_PROVIDER_virtual/bootloader_qemux86-64 ?= "u-boot-ota" +PREFERRED_PROVIDER_virtual/bootloader_raspberrypi3 ?= "u-boot-ota" +PREFERRED_PROVIDER_virtual/bootloader_raspberrypi2 ?= "u-boot-ota" # Please redefine OSTREE_REPO in order to have a persistent OSTree repo OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" -- cgit 1.2.3-korg