diff options
author | Ting Liu <b28495@freescale.com> | 2013-10-09 07:33:09 +0000 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-01-13 12:11:25 +0800 |
commit | 2e4ae929e4c2d4096e80c04d14d57d5be868c0ec (patch) | |
tree | 2c909364ae761c595883f3fe1f63b3ae289e2c7b | |
parent | f7ab9e4c0e4510f3471ff83ac288fa5df512b9df (diff) | |
download | meta-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.bb | 3 |
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 | ||
13 | S = "${WORKDIR}/git/asfmodule" | 13 | S = "${WORKDIR}/git/asfmodule" |
14 | 14 | ||
15 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} KERNEL_PATH=${STAGING_KERNEL_DIR}" | 15 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" |
16 | export KERNEL_PATH = "${STAGING_KERNEL_DIR}" | ||
16 | 17 | ||
17 | python () { | 18 | python () { |
18 | ma = d.getVar("DISTRO_FEATURES", True) | 19 | ma = d.getVar("DISTRO_FEATURES", True) |