Signed-off-by: Naveen Saini <[email protected]>
---
 .../files/Makefile.toolchain.yocto            | 17 ---------
 .../zephyr-kernel/zephyr-kernel-src_1.6.bb    | 37 -------------------
 2 files changed, 54 deletions(-)
 delete mode 100644 recipes-kernel/zephyr-kernel/files/Makefile.toolchain.yocto
 delete mode 100644 recipes-kernel/zephyr-kernel/zephyr-kernel-src_1.6.bb

diff --git a/recipes-kernel/zephyr-kernel/files/Makefile.toolchain.yocto 
b/recipes-kernel/zephyr-kernel/files/Makefile.toolchain.yocto
deleted file mode 100644
index 867fd39..0000000
--- a/recipes-kernel/zephyr-kernel/files/Makefile.toolchain.yocto
+++ /dev/null
@@ -1,17 +0,0 @@
-$(info ZEPHYR_SYSROOT:${ZEPHYR_SYSROOT})
-
-LIBGCC_DIR = $(shell dirname `$(CC) -print-libgcc-file-name`)
-$(info LIBGCCDIR:${LIBGCC_DIR} )
-
-#NEWLIB_DIR = $(shell `$(CC) -print-multi-directory`)
-#$(info NEWLIB_DIR:${NEWLIB_DIR})
-
-LIB_INCLUDE_DIR += -L $(LIBGCC_DIR) -L $(ZEPHYR_SYSROOT)/usr/lib/$(NEWLIB_DIR)
-$(info LIB_INCLUDE_DIR:${LIB_INCLUDE_DIR})
-
-TOOLCHAIN_CFLAGS = -I$(ZEPHYR_SYSROOT)/usr/include
-$(info TOOLCHAIN_CFLAGS:${TOOLCHAIN_CFLAGS})
-
-TOOLCHAIN_LIBS = gcc
-
-export LIB_INCLUDE_DIR CROSS_COMPILE TOOLCHAIN_LIBS TOOLCHAIN_CFLAGS
diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src_1.6.bb 
b/recipes-kernel/zephyr-kernel/zephyr-kernel-src_1.6.bb
deleted file mode 100644
index b47e8ac..0000000
--- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src_1.6.bb
+++ /dev/null
@@ -1,37 +0,0 @@
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
-
-# tag v1.6.0
-SRCREV="d4e799d77a36eaf6d678b357c207411ec32b2d62"
-SRC_URI = 
"git://github.com/zephyrproject-rtos/zephyr.git;protocol=https;branch=v1.6-branch"
-SRC_URI += "file://Makefile.toolchain.yocto"
-
-PV = "1.6.0"
-
-S = "${WORKDIR}/git"
-
-IMAGE_NO_MANIFEST = "1"
-INHIBIT_DEFAULT_DEPS = "1"
-
-do_compile[noexec] = "1"
-
-do_configure() {
-    cp ${WORKDIR}/Makefile.toolchain.yocto ${S}/scripts
-}
-
-do_compile () {
-}
-
-
-do_install () {
-    kerneldir=${D}/usr/src/zephyr
-    install -d $kerneldir
-    cp -r ${S}/* $kerneldir
-}
-
-PACKAGES = "${PN}"
-FILES_${PN} = "/usr/src/zephyr"
-
-SYSROOT_DIRS += "/usr/src/zephyr"
-
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#47497): https://lists.yoctoproject.org/g/yocto/message/47497
Mute This Topic: https://lists.yoctoproject.org/mt/64687833/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to