All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] machines: Let u-boot be PREFERRED_PROVIDER for virtual/bootloader
@ 2013-10-17  0:08 Khem Raj
  2013-10-17 13:16 ` Daiane Angolini
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2013-10-17  0:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: Khem Raj

Lets play the layer with other BSP layers in distro

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 conf/machine/include/imx-base.inc | 3 +++
 conf/machine/include/mxs-base.inc | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index beeee5f..ff5e96b 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -88,6 +88,9 @@ PREFERRED_PROVIDER_virtual/libgl_mx6 ?= "gpu-viv-bin-mx6q"
 PREFERRED_PROVIDER_virtual/libgles1_mx6 ?= "gpu-viv-bin-mx6q"
 PREFERRED_PROVIDER_virtual/libgles2_mx6 ?= "gpu-viv-bin-mx6q"
 
+# u-boot
+PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-fslc"
+
 PREFERRED_PROVIDER_virtual/kernel_mx3 = "linux-fslc"
 
 EXTRA_IMAGEDEPENDS = "u-boot"
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index a048f9c..ef3130d 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/conf/machine/include/mxs-base.inc
@@ -11,6 +11,9 @@ SOC_FAMILY = "mxs"
 
 PREFERRED_PROVIDER_virtual/kernel_mx23 = "linux-fslc"
 
+# u-boot
+PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-fslc"
+
 UBOOT_ENTRYPOINT = "0x40008000"
 UBOOT_MAKE_TARGET = "u-boot.sb"
 UBOOT_SUFFIX = "sb"
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-10-17 15:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17  0:08 [meta-fsl-arm][PATCH] machines: Let u-boot be PREFERRED_PROVIDER for virtual/bootloader Khem Raj
2013-10-17 13:16 ` Daiane Angolini
2013-10-17 14:56   ` Khem Raj
2013-10-17 15:05     ` Otavio Salvador

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.