diff options
-rw-r--r-- | meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb b/meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb index bc8dcbc4..7cf8f57a 100644 --- a/meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb +++ b/meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb | |||
@@ -15,6 +15,12 @@ export KERNEL_PATH = "${STAGING_KERNEL_DIR}" | |||
15 | 15 | ||
16 | INHIBIT_PACKAGE_STRIP = "1" | 16 | INHIBIT_PACKAGE_STRIP = "1" |
17 | 17 | ||
18 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | ||
19 | do_configure_prepend () { | ||
20 | find ${S} -name Makefile -exec \ | ||
21 | sed -i 's,$(KERNEL_PATH)/.config,$(KBUILD_OUTPUT)/.config,' {} \; | ||
22 | } | ||
23 | |||
18 | do_install(){ | 24 | do_install(){ |
19 | mkdir -p ${D}/${libexecdir} | 25 | mkdir -p ${D}/${libexecdir} |
20 | mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/asf | 26 | mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/asf |