[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-324-g494d200
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2017-09-04 14:41:38
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 494d200cacafd58994d91bb203e2d2530cae7ed8 (commit)
from 7b0b1b160efa00ad7495074547bbad29c2c77eb2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 494d200cacafd58994d91bb203e2d2530cae7ed8
Author: Julien BOIBESSOT <jul...@ar...>
Date: Mon Sep 4 16:41:13 2017 +0200
[BUILDROOT] 2017.02: imx-test: add i.MX6UL support (compilation)
-----------------------------------------------------------------------
Summary of changes:
.../buildroot/2017.02/176-imx-test-add_package.patch | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/patches/buildroot/2017.02/176-imx-test-add_package.patch b/patches/buildroot/2017.02/176-imx-test-add_package.patch
index 5951c47..705e55b 100644
--- a/patches/buildroot/2017.02/176-imx-test-add_package.patch
+++ b/patches/buildroot/2017.02/176-imx-test-add_package.patch
@@ -16,7 +16,7 @@ Index: buildroot/package/imx-test/imx-test.mk
===================================================================
--- /dev/null
+++ buildroot/package/imx-test/imx-test.mk
-@@ -0,0 +1,52 @@
+@@ -0,0 +1,60 @@
+#############################################################
+#
+# imx-test (test tools from Freescale BSP)
@@ -28,21 +28,29 @@ Index: buildroot/package/imx-test/imx-test.mk
+IMX_TEST_DEPENDENCIES = imx-lib
+
+DIRS = mxc_spi_test mxc_uart_test mxc_usb_test
-+DIRS += mxc_vpu_test mxc_fb_test mxc_v4l2_test
++DIRS += mxc_fb_test mxc_v4l2_test
+
+ifeq ($(BR2_CPU_NAME),imx27)
+BUILD_PLATFORM = IMX27
+BUILD_CFLAGS = -DCONFIG_ARCH_MX2
++DIRS += mxc_vpu_test
+else ifeq ($(BR2_CPU_NAME),imx51)
+BUILD_PLATFORM = IMX51
+BUILD_CFLAGS = -DCONFIG_ARCH_MX5
-+DIRS += mxc_ipudev_test
-+else
++DIRS += mxc_ipudev_test mxc_vpu_test
++else ifeq ($(BR2_CPU_NAME),imx6)
+BUILD_PLATFORM = IMX6
+BUILD_CFLAGS = -DCONFIG_ARCH_MX6 -lpthread
-+DIRS += mxc_ipudev_test
-+ifeq ($(BR2_PACKAGE_PXPLIB),y)
++DIRS += mxc_ipudev_test mxc_vpu_test
++ifeq ($(BR2_PACKAGE_IMX_LIB),y)
++DIRS += pxp_lib_test
++endif
++else
++BUILD_PLATFORM = IMX6UL
++BUILD_CFLAGS = -DCONFIG_ARCH_MX6 -lpthread
++ifeq ($(BR2_PACKAGE_IMX_LIB),y)
+DIRS += pxp_lib_test
++BUILD_CFLAGS += -lpxp
+endif
+DIRS += pxp_v4l2_test
+endif
hooks/post-receive
--
armadeus
|