]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-test: Drop do_make_scripts task
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 3 Apr 2018 21:11:29 +0000 (18:11 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 3 Apr 2018 21:46:26 +0000 (18:46 -0300)
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>
recipes-bsp/imx-test/imx-test.inc

index 63eb83d55805463b2c0bafe55abd9681f63fcb7a..36068892619bbb0bea9f1398c07105874b1cd6ec 100644 (file)
@@ -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='' \