summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-25 11:34:17 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:17 +0800
commita7a8db6c3fee5a5942e000f1b9d97b04e348fafa (patch)
tree0fb34a607655e7a5f9e0de961302e342a19d2bff
parent7dbe74f2d140594404b0002111b8e9d71bce0a87 (diff)
downloadmeta-fsl-ppc-a7a8db6c3fee5a5942e000f1b9d97b04e348fafa.tar.gz
ipc-module: remove useless do_configure_preappend
The fix was merged in source code now. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-kernel/ipc/ipc-modules.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-kernel/ipc/ipc-modules.inc b/recipes-kernel/ipc/ipc-modules.inc
index 073e72c..d0e15f6 100644
--- a/recipes-kernel/ipc/ipc-modules.inc
+++ b/recipes-kernel/ipc/ipc-modules.inc
@@ -15,10 +15,6 @@ SOC_bsc9131 = "B913x"
15SOC_bsc9132 = "B913x" 15SOC_bsc9132 = "B913x"
16 16
17do_configure[depends] += "virtual/kernel:do_shared_workdir" 17do_configure[depends] += "virtual/kernel:do_shared_workdir"
18do_configure_prepend() {
19 sed -i 's,$(KERNEL_DIR)/.config,$(KBUILD_OUTPUT)/.config,' ${S}/kernel/Makefile
20}
21
22do_compile_prepend () { 18do_compile_prepend () {
23 cd ${S}/kernel 19 cd ${S}/kernel
24} 20}