All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] branding-amsdk: Clear AMSDK branding and include Qt 4 for AM335x and AM437x
@ 2015-01-13 21:26 Franklin S. Cooper Jr
  2015-01-13 21:26 ` [PATCH 2/4] arago.conf: Allow QT_PROVIDER to be overridden in branding files Franklin S. Cooper Jr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Franklin S. Cooper Jr @ 2015-01-13 21:26 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

* Since SOC_FAMILY/MACHINE overrides have issues working in conf files use
  python based commands to only use Qt 5 on AM57x. All other devices (am335x and
  am437x) will  use Qt 4.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../conf/distro/include/branding-amsdk.inc         |   19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/meta-arago-distro/conf/distro/include/branding-amsdk.inc b/meta-arago-distro/conf/distro/include/branding-amsdk.inc
index 11634a8..0d2a601 100644
--- a/meta-arago-distro/conf/distro/include/branding-amsdk.inc
+++ b/meta-arago-distro/conf/distro/include/branding-amsdk.inc
@@ -1,18 +1,3 @@
-# AM-SDK branding configuration
+require branding-core.inc
+QT_PROVIDER := "${@bb.utils.contains('SOC_FAMILY','omap-a15:dra7xx','qt5','qt4e',d)}"
 
-# Use the SDK supported kernel and kernel version
-PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-am335x-psp"
-PREFERRED_VERSION_linux-am335x-psp = "3.2"
-PREFERRED_VERSION_linux-libc-headers_am335x-evm = "3.2"
-
-PREFERRED_PROVIDER_ltp-ddt_am335x-evm = "ltp-ddt-legacy"
-
-PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-ti-staging"
-PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-ti-staging"
-
-PREFERRED_PROVIDER_virtual/bootloader_am437x-evm = "u-boot-ti-staging"
-PREFERRED_PROVIDER_u-boot_am437x-evm = "u-boot-ti-staging"
-
-# Use v4.09.00.01 of the Graphics SDK
-PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01"
-PREFERRED_VERSION_libgles-omap3 = "4.09.00.01"
-- 
1.7.9.5



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

end of thread, other threads:[~2015-01-15  2:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-13 21:26 [PATCH 1/4] branding-amsdk: Clear AMSDK branding and include Qt 4 for AM335x and AM437x Franklin S. Cooper Jr
2015-01-13 21:26 ` [PATCH 2/4] arago.conf: Allow QT_PROVIDER to be overridden in branding files Franklin S. Cooper Jr
2015-01-13 21:26 ` [PATCH 3/4] packagegroup-arago-tisdk-graphics: Exclude Weston in a Qt 4 based filesystem Franklin S. Cooper Jr
2015-01-13 21:26 ` [PATCH 4/4] packagegroup-arago-tisdk-qte-sdk-host: Add tstat when Qt 4 is being used Franklin S. Cooper Jr
2015-01-15  2:53 ` [PATCH 1/4] branding-amsdk: Clear AMSDK branding and include Qt 4 for AM335x and AM437x 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.