[meta-ti] Denys Dmytriyenko : multi-kernel.inc: drop use of KERNEL_CCSUFFIX to match oe-core
Arago Project git
git at arago-project.org
Mon Jan 28 15:49:59 PST 2013
Module: meta-ti
Branch: danny
Commit: 7cdc415098afa7ae7160eca74c5e3daeedca61e0
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=7cdc415098afa7ae7160eca74c5e3daeedca61e0
Author: Denys Dmytriyenko <denys at ti.com>
Date: Fri Jan 25 03:02:18 2013 -0500
multi-kernel.inc: drop use of KERNEL_CCSUFFIX to match oe-core
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-kernel/linux/multi-kernel.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes-kernel/linux/multi-kernel.inc b/recipes-kernel/linux/multi-kernel.inc
index e5ebe56..9a0c090 100644
--- a/recipes-kernel/linux/multi-kernel.inc
+++ b/recipes-kernel/linux/multi-kernel.inc
@@ -119,5 +119,5 @@ do_deploy_append () {
}
-do_compileconfigs[depends] += "u-boot-mkimage-native:do_populate_sysroot virtual/${TARGET_PREFIX}gcc:do_populate_sysroot virtual/${TARGET_PREFIX}gcc${KERNEL_CCSUFFIX}:do_populate_sysroot"
+do_compileconfigs[depends] += "u-boot-mkimage-native:do_populate_sysroot virtual/${TARGET_PREFIX}gcc:do_populate_sysroot"
addtask compileconfigs after do_preparekernel before do_compile
More information about the meta-ti
mailing list