From 385380fc2c4865fc2d3ab30f2520e82bc50fce85 Mon Sep 17 00:00:00 2001 From: Juro Bystricky Date: Wed, 28 Dec 2016 11:43:54 -0800 Subject: [PATCH] zephyr-philosophers: cleanup Signed-off-by: Juro Bystricky --- recipes-kernel/zephyr-kernel/zephyr-philosophers.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/recipes-kernel/zephyr-kernel/zephyr-philosophers.bb b/recipes-kernel/zephyr-kernel/zephyr-philosophers.bb index dd6fab0..e96a288 100644 --- a/recipes-kernel/zephyr-kernel/zephyr-philosophers.bb +++ b/recipes-kernel/zephyr-kernel/zephyr-philosophers.bb @@ -4,14 +4,12 @@ inherit deploy INHIBIT_DEFAULT_DEPS = "1" -TUNE_PKGARCH_arm = "cortexm3" DEPENDS += "gcc-cross-${TARGET_ARCH} libgcc" export ZEPHYR_GCC_VARIANT="zephyr" # The makefiles are explicit about the flags they want, so don't unset -# them so zephyr flags actually get used. Should we set EXTRA_CFLAGS so our -# additional flags get picked up? +# them so zephyr flags actually get used. # This is done here rather than in the task so that things still work # in devshell. python () { @@ -22,9 +20,6 @@ python () { do_configure[noexec] = "1" -BOARD_arm ?= "qemu_cortex_m3" -BOARD_x86 ?= "qemu_x86" - LIB_INCLUDE_DIR="-L`dirname \`$CC -print-libgcc-file-name\``" CROSS_COMPILE="${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX}"