From: Otavio Salvador Date: Tue, 3 Apr 2018 21:11:29 +0000 (-0300) Subject: imx-test: Drop do_make_scripts task X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0c03d353d717c5b5ffaada18143232d5b77f20cc;p=meta-freescale.git 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 --- 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" PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" -# Required so the fixdep binary is generated -addtask make_scripts after do_patch before do_compile -do_make_scripts[lockfiles] = "${TMPDIR}/kernel-scripts.lock" -do_make_scripts[deptask] = "do_populate_sysroot" -do_make_scripts[depends] += "virtual/kernel:do_install" - do_compile() { CFLAGS="${TOOLCHAIN_OPTIONS}" oe_runmake V=1 VERBOSE='' \