rpi-u-boot-scr: Set u-boot-default-script as provider

Add u-boot-default-script to the PROVIDES variable to make easier to
replace boot script in another layer just by changing
PREFERRED_PROVIDER_u-boot-default-script variable. Set rpi-u-boot-scr as
the default provider for meta-raspberrypi.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
Fabio Berton
2020-04-01 16:30:47 -03:00
committed by Andrei Gherzan
parent acca2a00eb
commit 44d7dd0e4a
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
DEPENDS_append_rpi = " rpi-u-boot-scr"
DEPENDS_append_rpi = " u-boot-default-script"