From: "Franklin S. Cooper Jr" <[email protected]> * 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 <[email protected]> --- .../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 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
