diff options
| author | Fabio Berton <fabio.berton@ossystems.com.br> | 2020-04-01 16:30:47 -0300 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-04-03 17:32:19 +0100 |
| commit | 44d7dd0e4a4ad2fb426772f6d87ca95c9c8152b0 (patch) | |
| tree | 5b616dd5286ce2698aa5c7b063a2ececd0301fa0 /recipes-bsp/u-boot | |
| parent | acca2a00ebf7b375f4b22274723b46d6a86a2b7e (diff) | |
| download | meta-raspberrypi-44d7dd0e4a4ad2fb426772f6d87ca95c9c8152b0.tar.gz | |
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>
Diffstat (limited to 'recipes-bsp/u-boot')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend index 95015f4..9ce6425 100644 --- a/recipes-bsp/u-boot/u-boot_%.bbappend +++ b/recipes-bsp/u-boot/u-boot_%.bbappend | |||
| @@ -1 +1 @@ | |||
| DEPENDS_append_rpi = " rpi-u-boot-scr" | DEPENDS_append_rpi = " u-boot-default-script" | ||
