diff options
| author | Ting Liu <b28495@freescale.com> | 2013-10-09 07:33:09 +0000 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-10-10 10:27:02 +0800 |
| commit | bcded70ceb95135f1db4577aea45cf03d3c1dead (patch) | |
| tree | 52d12c7318b938b921be2e478921c92b5fb12324 /recipes-kernel | |
| parent | 498a3c73c7b95dbad69cd6dcc4634cec6c61e820 (diff) | |
| download | meta-fsl-ppc-bcded70ceb95135f1db4577aea45cf03d3c1dead.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>
Diffstat (limited to 'recipes-kernel')
| -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) |
