diff options
-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='' \ |