summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2020-04-01 16:30:47 -0300
committerAndrei Gherzan <andrei@gherzan.ro>2020-04-08 22:32:06 +0100
commit61975a9be326e6276b13fcf20f027d224d137e60 (patch)
treec71c1f97693a29e12f8da1d2a0fba1b23e4a7a52 /conf/machine/include
parent2425302885046a33973b6efe37b080fa5c7af016 (diff)
downloadmeta-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.inc2
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
12PREFERRED_PROVIDER_virtual/libomxil ?= "userland" 12PREFERRED_PROVIDER_virtual/libomxil ?= "userland"
13VIRTUAL-RUNTIME_libomxil = "userland" 13VIRTUAL-RUNTIME_libomxil = "userland"
14
15PREFERRED_PROVIDER_u-boot-default-script ??= "rpi-u-boot-scr"