summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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='' \