* [meta-raspberrypi][PATCH 1/1] rpi-default-providers: Let users overwrite the default providers
@ 2015-08-10 21:22 Andrei Gherzan
2015-08-10 21:23 ` Andrei Gherzan
0 siblings, 1 reply; 2+ messages in thread
From: Andrei Gherzan @ 2015-08-10 21:22 UTC (permalink / raw)
To: yocto; +Cc: Pierre FICHEUX
[Feature #65]
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Pierre FICHEUX <pierre.ficheux@gmail.com>
---
conf/machine/include/rpi-default-providers.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc
index ee3a3ac..cabbd43 100644
--- a/conf/machine/include/rpi-default-providers.inc
+++ b/conf/machine/include/rpi-default-providers.inc
@@ -1,10 +1,10 @@
# RaspberryPi BSP default providers
-PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi"
-PREFERRED_PROVIDER_u-boot = "u-boot-rpi"
-PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-raspberrypi"
+PREFERRED_PROVIDER_u-boot ?= "u-boot-rpi"
+PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
PREFERRED_PROVIDER_virtual/egl ?= "userland"
PREFERRED_PROVIDER_virtual/libgles2 ?= "userland"
PREFERRED_PROVIDER_virtual/libgl ?= "mesa-gl"
PREFERRED_PROVIDER_virtual/mesa ?= "mesa-gl"
-PREFERRED_PROVIDER_jpeg = "jpeg"
+PREFERRED_PROVIDER_jpeg ?= "jpeg"
--
2.5.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-raspberrypi][PATCH 1/1] rpi-default-providers: Let users overwrite the default providers
2015-08-10 21:22 [meta-raspberrypi][PATCH 1/1] rpi-default-providers: Let users overwrite the default providers Andrei Gherzan
@ 2015-08-10 21:23 ` Andrei Gherzan
0 siblings, 0 replies; 2+ messages in thread
From: Andrei Gherzan @ 2015-08-10 21:23 UTC (permalink / raw)
To: yocto; +Cc: Pierre FICHEUX
On Mon, Aug 10, 2015 at 11:22:36PM +0200, Andrei Gherzan wrote:
> [Feature #65]
>
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> Signed-off-by: Pierre FICHEUX <pierre.ficheux@gmail.com>
> ---
> conf/machine/include/rpi-default-providers.inc | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc
> index ee3a3ac..cabbd43 100644
> --- a/conf/machine/include/rpi-default-providers.inc
> +++ b/conf/machine/include/rpi-default-providers.inc
> @@ -1,10 +1,10 @@
> # RaspberryPi BSP default providers
>
> -PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi"
> -PREFERRED_PROVIDER_u-boot = "u-boot-rpi"
> -PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
> +PREFERRED_PROVIDER_virtual/kernel ?= "linux-raspberrypi"
> +PREFERRED_PROVIDER_u-boot ?= "u-boot-rpi"
> +PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
> PREFERRED_PROVIDER_virtual/egl ?= "userland"
> PREFERRED_PROVIDER_virtual/libgles2 ?= "userland"
> PREFERRED_PROVIDER_virtual/libgl ?= "mesa-gl"
> PREFERRED_PROVIDER_virtual/mesa ?= "mesa-gl"
> -PREFERRED_PROVIDER_jpeg = "jpeg"
> +PREFERRED_PROVIDER_jpeg ?= "jpeg"
> --
> 2.5.0
>
Merged.
--
Andrei Gherzan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-10 21:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10 21:22 [meta-raspberrypi][PATCH 1/1] rpi-default-providers: Let users overwrite the default providers Andrei Gherzan
2015-08-10 21:23 ` Andrei Gherzan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.