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-08 22:32:06 +0100 |
| commit | 61975a9be326e6276b13fcf20f027d224d137e60 (patch) | |
| tree | c71c1f97693a29e12f8da1d2a0fba1b23e4a7a52 /conf/machine/include | |
| parent | 2425302885046a33973b6efe37b080fa5c7af016 (diff) | |
| download | meta-raspberrypi-61975a9be326e6276b13fcf20f027d224d137e60.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 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/rpi-default-providers.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index d5785fa..181b936 100644 --- a/conf/machine/include/rpi-default-providers.inc +++ b/conf/machine/include/rpi-default-providers.inc | |||
| @@ -11,3 +11,5 @@ PREFERRED_PROVIDER_jpeg ?= "jpeg" | |||
| 11 | 11 | ||
| 12 | PREFERRED_PROVIDER_virtual/libomxil ?= "userland" | 12 | PREFERRED_PROVIDER_virtual/libomxil ?= "userland" |
| 13 | VIRTUAL-RUNTIME_libomxil = "userland" | 13 | VIRTUAL-RUNTIME_libomxil = "userland" |
| 14 | |||
| 15 | PREFERRED_PROVIDER_u-boot-default-script ??= "rpi-u-boot-scr" | ||
