summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-04-03 18:11:29 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-04-03 18:46:26 -0300
commit0c03d353d717c5b5ffaada18143232d5b77f20cc (patch)
tree76b42c7975d4914a9293fa30a91977b060543c32 /recipes-bsp/imx-test
parent5cfbc397ede9f4127e9a5c419b66b4c8305ff519 (diff)
downloadmeta-freescale-0c03d353d717c5b5ffaada18143232d5b77f20cc.tar.gz
imx-test: Drop do_make_scripts task
The modules-base class has been reworked during the 'sumo' development cycle and the external modules tools are now handled by the make-mod-scripts, automatically. Fixed [YOCTO: #12575]. Change-Id: I5a39517873d90adfb3c423b23d8ac273ef5a31f7 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.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc
index 63eb83d5..36068892 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/recipes-bsp/imx-test/imx-test.inc
@@ -37,12 +37,6 @@ PLATFORM_mx7ulp = "IMX7D"
37PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" 37PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
38PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" 38PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr"
39 39
40# Required so the fixdep binary is generated
41addtask make_scripts after do_patch before do_compile
42do_make_scripts[lockfiles] = "${TMPDIR}/kernel-scripts.lock"
43do_make_scripts[deptask] = "do_populate_sysroot"
44do_make_scripts[depends] += "virtual/kernel:do_install"
45
46do_compile() { 40do_compile() {
47 CFLAGS="${TOOLCHAIN_OPTIONS}" 41 CFLAGS="${TOOLCHAIN_OPTIONS}"
48 oe_runmake V=1 VERBOSE='' \ 42 oe_runmake V=1 VERBOSE='' \