summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2013-10-09 07:33:09 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-13 12:11:25 +0800
commit2e4ae929e4c2d4096e80c04d14d57d5be868c0ec (patch)
tree2c909364ae761c595883f3fe1f63b3ae289e2c7b
parentf7ab9e4c0e4510f3471ff83ac288fa5df512b9df (diff)
downloadmeta-fsl-ppc-2e4ae929e4c2d4096e80c04d14d57d5be868c0ec.tar.gz
asf: export KERNEL_PATH as it is needed by all tasks
Avoid the below error: | DEBUG: Executing python function sysroot_cleansstate | DEBUG: Python function sysroot_cleansstate finished | DEBUG: Executing shell function do_configure | Makefile:12: /.config: No such file or directory | asfconfig.mk:15: *** ASF is Disabled in Kernel. Try to fix. Stop. | ERROR: Function failed: do_configure Signed-off-by: Ting Liu <b28495@freescale.com>
-rw-r--r--recipes-kernel/asf/asf_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb
index e3fa896..7cc23cd 100644
--- a/recipes-kernel/asf/asf_git.bb
+++ b/recipes-kernel/asf/asf_git.bb
@@ -12,7 +12,8 @@ inherit module
12 12
13S = "${WORKDIR}/git/asfmodule" 13S = "${WORKDIR}/git/asfmodule"
14 14
15EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} KERNEL_PATH=${STAGING_KERNEL_DIR}" 15EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
16export KERNEL_PATH = "${STAGING_KERNEL_DIR}"
16 17
17python () { 18python () {
18 ma = d.getVar("DISTRO_FEATURES", True) 19 ma = d.getVar("DISTRO_FEATURES", True)