mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
zephyr-philosophers: cleanup
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user