diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-10 23:20:56 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-10 23:20:56 +0200 |
commit | 8e7a92c5bc419978368e8a990b5d8416fdb8d820 (patch) | |
tree | c7f003dc0c728a23fa9a32ff0bce50e83117e060 /templates | |
parent | 689d2a8e825b3fc77bd4671f2c0597d2de5f0fdf (diff) |
[sota][rpi2/3] Fix multiple provider issue when agl-sota is enabled
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-sota/50_local.conf.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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" |