This fails to build. I'm working on it. ERROR: imx-test-1_7.0+AUTOINC+3a87347ae4-r0 do_package_qa: QA Issue: imx-test: The compile log indicates that host include and/or library paths were used.
-----Original Message----- From: Tom Hochstein Sent: Tuesday, August 7, 2018 10:44 AM To: [email protected] Cc: Tom Hochstein <[email protected]> Subject: [meta-freescale][PATCH v3 41/43] imx-test: Add i.MX 8 support Signed-off-by: Tom Hochstein <[email protected]> --- recipes-bsp/imx-test/imx-test/memtool_profile | 1 + recipes-bsp/imx-test/imx-test_git.bb | 30 ++++++++++++++------------- 2 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 recipes-bsp/imx-test/imx-test/memtool_profile diff --git a/recipes-bsp/imx-test/imx-test/memtool_profile b/recipes-bsp/imx-test/imx-test/memtool_profile new file mode 100644 index 0000000..97d6f61 --- /dev/null +++ b/recipes-bsp/imx-test/imx-test/memtool_profile @@ -0,0 +1 @@ +complete -o nospace -C /unit_tests/memtool memtool diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index 0932d41..df3bdd1 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb @@ -8,34 +8,34 @@ SECTION = "base" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -DEPENDS = "virtual/kernel imx-lib alsa-lib" +DEPENDS = "virtual/kernel imx-lib alsa-lib libdrm" PE = "1" PV = "7.0+${SRCPV}" -SRCBRANCH = "imx_4.9.88_2.0.0_ga" -SRCREV = "1f7da41b3a8d5dff8329d7b01b10d4d71144b43e" +SRCBRANCH = "imx_4.9.88_imx8qxp_beta2" 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 = "3a87347ae408ef0234314a279ee74d9b015f06be" S = "${WORKDIR}/git" - inherit module-base 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_mx7ulp = "IMX7D" +PLATFORM_mx6sx = "IMX6SX" +PLATFORM_mx6ul = "IMX6UL" +PLATFORM_mx7d = "IMX7D" +PLATFORM_mx7ulp = "IMX7D" +PLATFORM_mx8 = "IMX8" PARALLEL_MAKE = "-j 1" EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}" @@ -73,10 +73,12 @@ do_install() { if [ -e ${WORKDIR}/clocks.sh ]; then install -m 755 ${WORKDIR}/clocks.sh ${D}/unit_tests/clocks.sh fi + install -d -m 0755 ${D}/home/root/ + install -m 0644 ${WORKDIR}/memtool_profile ${D}/home/root/.profile } -FILES_${PN} += "/unit_tests" +FILES_${PN} += "/unit_tests /home/root/.profile" RDEPENDS_${PN} = "bash" FILES_${PN}-dbg += "/unit_tests/.debug" -COMPATIBLE_MACHINE = "(mx6|mx7)" +COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
