]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-test: Switch to branch imx_4.14.98_2.0.0_ga
authorAlexandru Palalau <ioan-alexandru.palalau@nxp.com>
Thu, 23 May 2019 11:44:24 +0000 (14:44 +0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 13 Jun 2019 17:06:41 +0000 (14:06 -0300)
Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
recipes-bsp/imx-test/imx-test/0001-test-Makefile-Add-include-path-to-CC-command.patch [deleted file]
recipes-bsp/imx-test/imx-test_git.bb

diff --git a/recipes-bsp/imx-test/imx-test/0001-test-Makefile-Add-include-path-to-CC-command.patch b/recipes-bsp/imx-test/imx-test/0001-test-Makefile-Add-include-path-to-CC-command.patch
deleted file mode 100644 (file)
index 8387a17..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-From d289d905c64882c58e3b99f74f68e72f9100115e Mon Sep 17 00:00:00 2001
-From: Fabio Berton <fabio.berton@ossystems.com.br>
-Date: Tue, 12 Jun 2018 14:58:40 -0300
-Subject: [PATCH] test/Makefile: Add include path to CC command
-Organization: O.S. Systems Software LTDA.
-
-Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
----
- test/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/Makefile b/test/Makefile
-index f1cfa2a..4f14d2c 100644
---- a/test/Makefile
-+++ b/test/Makefile
-@@ -12,7 +12,7 @@ ALL_OBJS :=
- %.o: %.c
-       @echo " CC      $@"
--      $(Q)$(CC) -c $(CFLAGS) $< -o $@
-+      $(Q)$(CC) -c $(CFLAGS) $(INC) $< -o $@
- # This creates the build and copy rules for one executable. Because we
--- 
-2.17.1
-
index bf55f7dfeaec1ebb1f57ea3bca715d9ce9ec4058..084a2b0469abf983b2861711e4e9b14f077d1f56 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2012-2018 O.S. Systems Software LTDA.
+# Copyright (C) 2012-2016 O.S. Systems Software LTDA.
 # Copyright (C) 2013-2016 Freescale Semiconductor
-# Copyright 2017-2018 NXP
+# Copyright (C) 2017-2019 NXP
 
 SUMMARY = "Test programs for i.MX BSP"
 DESCRIPTION = "Unit tests for the i.MX BSP"
@@ -16,13 +16,12 @@ DEPENDS_append_imxvpu = " virtual/imxvpu"
 PE = "1"
 PV = "7.0+${SRCPV}"
 
-SRCBRANCH = "imx_4.9.123_imx8mm_ga"
+SRCBRANCH = "imx_4.14.98_2.0.0_ga"
 SRC_URI = " \
     git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \
-    file://0001-test-Makefile-Add-include-path-to-CC-command.patch \
     file://memtool_profile \
 "
-SRCREV = "2cc785f94e5ee8782083d941e6aef24952cc2a38"
+SRCREV = "d32727a9d7ef2543729c149a713db24b8f5c2aa8"
 S = "${WORKDIR}/git"
 
 inherit module-base use-imx-headers
@@ -30,15 +29,15 @@ inherit module-base use-imx-headers
 INHIBIT_PACKAGE_STRIP = "1"
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 
-PLATFORM_mx6q   = "IMX6Q"
-PLATFORM_mx6dl  = "IMX6Q"
-PLATFORM_mx6sl  = "IMX6SL"
+PLATFORM_mx6q  = "IMX6Q"
+PLATFORM_mx6dl = "IMX6Q"
+PLATFORM_mx6sl = "IMX6SL"
 PLATFORM_mx6sll = "IMX6SL"
-PLATFORM_mx6sx  = "IMX6SX"
-PLATFORM_mx6ul  = "IMX6UL"
-PLATFORM_mx7d   = "IMX7D"
+PLATFORM_mx6sx = "IMX6SX"
+PLATFORM_mx6ul = "IMX6UL"
+PLATFORM_mx7d  = "IMX7D"
 PLATFORM_mx7ulp = "IMX7D"
-PLATFORM_mx8    = "IMX8"
+PLATFORM_mx8 = "IMX8"
 
 PARALLEL_MAKE = "-j 1"
 EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}"
@@ -49,9 +48,6 @@ PACKAGECONFIG_append_imxvpu = " vpu"
 PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr"
 PACKAGECONFIG[vpu] = "HAS_VPU=true,HAS_VPU=false,virtual/imxvpu"
 
-# FIXME: NXP should fix the possible string flaws from their code.
-SECURITY_STRINGFORMAT = ""
-
 do_compile() {
     CFLAGS="${TOOLCHAIN_OPTIONS}"
     oe_runmake V=1 VERBOSE='' \