* [PATCH] branding-glsdk: update perferences
@ 2013-07-01 15:42 Siddharth Heroor
2013-07-01 15:53 ` Maupin, Chase
2013-07-01 15:55 ` Denys Dmytriyenko
0 siblings, 2 replies; 3+ messages in thread
From: Siddharth Heroor @ 2013-07-01 15:42 UTC (permalink / raw)
To: meta-arago
* Set Preferred Provider for Bootloader to use the GLSDK
U-Boot Staging tree.
* Set Preferred Provider for libgbm to use the GLSDK libgbm
and set corresponding version to 9.0.0.
Signed-off-by: Siddharth Heroor <heroor@ti.com>
---
.../conf/distro/include/branding-glsdk.inc | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta-arago-distro/conf/distro/include/branding-glsdk.inc b/meta-arago-distro/conf/distro/include/branding-glsdk.inc
index d1c30f3..2111d81 100644
--- a/meta-arago-distro/conf/distro/include/branding-glsdk.inc
+++ b/meta-arago-distro/conf/distro/include/branding-glsdk.inc
@@ -2,3 +2,6 @@
# Use the SDK supported kernel and kernel version
PREFERRED_PROVIDER_virtual/kernel = "linux-ti-glsdk"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-glsdk-staging"
+PREFERRED_PROVIDER_libgbm = "libgbm-glsdk"
+PREFERRED_VERSION_libgbm = "9.0.0"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] branding-glsdk: update perferences
2013-07-01 15:42 [PATCH] branding-glsdk: update perferences Siddharth Heroor
@ 2013-07-01 15:53 ` Maupin, Chase
2013-07-01 15:55 ` Denys Dmytriyenko
1 sibling, 0 replies; 3+ messages in thread
From: Maupin, Chase @ 2013-07-01 15:53 UTC (permalink / raw)
To: Heroor, Siddharth, meta-arago@arago-project.org
Acked-by: Chase Maupin <chase.maupin@ti.com>
>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Heroor, Siddharth
>Sent: Monday, July 01, 2013 10:43 AM
>To: meta-arago@arago-project.org
>Subject: [meta-arago] [PATCH] branding-glsdk: update perferences
>
>* Set Preferred Provider for Bootloader to use the GLSDK
> U-Boot Staging tree.
>* Set Preferred Provider for libgbm to use the GLSDK libgbm
> and set corresponding version to 9.0.0.
>
>Signed-off-by: Siddharth Heroor <heroor@ti.com>
>---
> .../conf/distro/include/branding-glsdk.inc | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
>diff --git a/meta-arago-distro/conf/distro/include/branding-
>glsdk.inc b/meta-arago-distro/conf/distro/include/branding-
>glsdk.inc
>index d1c30f3..2111d81 100644
>--- a/meta-arago-distro/conf/distro/include/branding-glsdk.inc
>+++ b/meta-arago-distro/conf/distro/include/branding-glsdk.inc
>@@ -2,3 +2,6 @@
>
> # Use the SDK supported kernel and kernel version
> PREFERRED_PROVIDER_virtual/kernel = "linux-ti-glsdk"
>+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-glsdk-staging"
>+PREFERRED_PROVIDER_libgbm = "libgbm-glsdk"
>+PREFERRED_VERSION_libgbm = "9.0.0"
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] branding-glsdk: update perferences
2013-07-01 15:42 [PATCH] branding-glsdk: update perferences Siddharth Heroor
2013-07-01 15:53 ` Maupin, Chase
@ 2013-07-01 15:55 ` Denys Dmytriyenko
1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2013-07-01 15:55 UTC (permalink / raw)
To: Siddharth Heroor; +Cc: meta-arago
On Mon, Jul 01, 2013 at 09:12:59PM +0530, Siddharth Heroor wrote:
> * Set Preferred Provider for Bootloader to use the GLSDK
> U-Boot Staging tree.
> * Set Preferred Provider for libgbm to use the GLSDK libgbm
> and set corresponding version to 9.0.0.
>
> Signed-off-by: Siddharth Heroor <heroor@ti.com>
> ---
> .../conf/distro/include/branding-glsdk.inc | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/meta-arago-distro/conf/distro/include/branding-glsdk.inc b/meta-arago-distro/conf/distro/include/branding-glsdk.inc
> index d1c30f3..2111d81 100644
> --- a/meta-arago-distro/conf/distro/include/branding-glsdk.inc
> +++ b/meta-arago-distro/conf/distro/include/branding-glsdk.inc
> @@ -2,3 +2,6 @@
>
> # Use the SDK supported kernel and kernel version
> PREFERRED_PROVIDER_virtual/kernel = "linux-ti-glsdk"
> +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-glsdk-staging"
You'd also need to set PREFERRED_PROVIDER_u-boot for cases when u-boot is
requested directly by name - see machine configs in meta-ti.
> +PREFERRED_PROVIDER_libgbm = "libgbm-glsdk"
> +PREFERRED_VERSION_libgbm = "9.0.0"
Since libgbm is still under review, it may delay accepting this patch as
well...
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-01 15:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01 15:42 [PATCH] branding-glsdk: update perferences Siddharth Heroor
2013-07-01 15:53 ` Maupin, Chase
2013-07-01 15:55 ` Denys Dmytriyenko
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.