diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-04-03 18:11:29 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-04-03 18:46:26 -0300 |
commit | 0c03d353d717c5b5ffaada18143232d5b77f20cc (patch) | |
tree | 76b42c7975d4914a9293fa30a91977b060543c32 /recipes-bsp/imx-test | |
parent | 5cfbc397ede9f4127e9a5c419b66b4c8305ff519 (diff) | |
download | meta-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.inc | 6 |
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" | |||
37 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 37 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
38 | PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" | 38 | PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" |
39 | 39 | ||
40 | # Required so the fixdep binary is generated | ||
41 | addtask make_scripts after do_patch before do_compile | ||
42 | do_make_scripts[lockfiles] = "${TMPDIR}/kernel-scripts.lock" | ||
43 | do_make_scripts[deptask] = "do_populate_sysroot" | ||
44 | do_make_scripts[depends] += "virtual/kernel:do_install" | ||
45 | |||
46 | do_compile() { | 40 | do_compile() { |
47 | CFLAGS="${TOOLCHAIN_OPTIONS}" | 41 | CFLAGS="${TOOLCHAIN_OPTIONS}" |
48 | oe_runmake V=1 VERBOSE='' \ | 42 | oe_runmake V=1 VERBOSE='' \ |