summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-07-01 15:37:40 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-09-08 11:24:24 -0300
commiteb4ea11270faebf565c07d5c21f3394a37bf5782 (patch)
treeb737803f792fc3adf48d79bd72a18e23d18f3725 /recipes-bsp/imx-test
parentd0d6efe625735737bc513b1402aadcd66052c6d1 (diff)
downloadmeta-freescale-eb4ea11270faebf565c07d5c21f3394a37bf5782.tar.gz
imx-test: Stop using generic SoC overrides
The recipe has been changed to use the SoC specific override. It makes the recipe easier to read and to maintain. Change-Id: Iece4680dc88e1ee83e9f06b493074ede5c505dee Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-test')
-rw-r--r--recipes-bsp/imx-test/imx-test.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc
index f0b26a18..ce24860d 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/recipes-bsp/imx-test/imx-test.inc
@@ -9,7 +9,7 @@ DEPENDS_mx6dl = "virtual/kernel imx-lib imx-vpu"
9DEPENDS_mx6sl = "virtual/kernel imx-lib" 9DEPENDS_mx6sl = "virtual/kernel imx-lib"
10DEPENDS_mx6sx = "virtual/kernel imx-lib" 10DEPENDS_mx6sx = "virtual/kernel imx-lib"
11DEPENDS_mx6ul = "virtual/kernel imx-lib" 11DEPENDS_mx6ul = "virtual/kernel imx-lib"
12DEPENDS_mx7 = "virtual/kernel imx-lib" 12DEPENDS_mx7d = "virtual/kernel imx-lib"
13 13
14LICENSE = "GPLv2" 14LICENSE = "GPLv2"
15LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" 15LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
@@ -23,10 +23,11 @@ inherit module-base
23INHIBIT_PACKAGE_STRIP = "1" 23INHIBIT_PACKAGE_STRIP = "1"
24INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 24INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
25 25
26PLATFORM_mx6 = "IMX6Q" 26PLATFORM_mx6q = "IMX6Q"
27PLATFORM_mx6dl = "IMX6Q"
27PLATFORM_mx6sl = "IMX6SL" 28PLATFORM_mx6sl = "IMX6SL"
28PLATFORM_mx6sx = "IMX6SX" 29PLATFORM_mx6sx = "IMX6SX"
29PLATFORM_mx7 = "IMX7D" 30PLATFORM_mx7d = "IMX7D"
30PLATFORM_mx6ul = "IMX6UL" 31PLATFORM_mx6ul = "IMX6UL"
31 32
32PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" 33PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"