Signed-off-by: Naveen Saini <naveen.kumar.sa...@intel.com>
---
 classes/zephyr-kernel-src.bbclass             | 10 -----
 .../zephyr-kernel/zephyr-kernel-src_1.7.bb    | 40 -------------------
 2 files changed, 50 deletions(-)
 delete mode 100644 recipes-kernel/zephyr-kernel/zephyr-kernel-src_1.7.bb

diff --git a/classes/zephyr-kernel-src.bbclass 
b/classes/zephyr-kernel-src.bbclass
index 4a0d554..af53e8e 100644
--- a/classes/zephyr-kernel-src.bbclass
+++ b/classes/zephyr-kernel-src.bbclass
@@ -8,12 +8,6 @@ SRC_URI = 
"git://github.com/zephyrproject-rtos/zephyr.git;protocol=https;branch=
           file://Makefile.toolchain.yocto "
 PV = "1.6.0"
 
-# FIXME: This points to 1.7.rc4
-SRCREV_1.7 = "3d2893cf85d51ceca04aa3bec2dd5fc77625ff81"
-SRC_URI_1.7 = 
"git://gerrit.zephyrproject.org/r/zephyr.git;protocol=https;branch=v1.7-branch\
-          file://Makefile.toolchain.yocto "
-PV_1.7 = "1.7.0"
-
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
 
@@ -23,10 +17,6 @@ python () {
     src_pn = d.getVar('PREFERRED_VERSION_zephyr-kernel', True)
     if src_pn == '1.6.0':
         return
-    elif src_pn == '1.7.0':
-        d.setVar('SRC_URI',d.getVar('SRC_URI_1.7', True))
-        d.setVar('SRCREV',d.getVar('SRCREV_1.7', True))
-        d.setVar('PV',d.getVar('PV_1.7', True))
     else:
         bb.error("Unsupported Zephyr kernel version requested")
 }
diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src_1.7.bb 
b/recipes-kernel/zephyr-kernel/zephyr-kernel-src_1.7.bb
deleted file mode 100644
index 63610f3..0000000
--- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src_1.7.bb
+++ /dev/null
@@ -1,40 +0,0 @@
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
-
-SRCREV = "3d2893cf85d51ceca04aa3bec2dd5fc77625ff81"
-SRC_URI = 
"git://gerrit.zephyrproject.org/r/zephyr.git;protocol=https;branch=v1.7-branch"
-SRC_URI += "file://Makefile.toolchain.yocto"
-
-PV = "1.7.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"
-
-#WARNING: zephyr-kernel-src-1.7.0-r0 do_package_qa: QA Issue:
-#   /usr/src/zephyr/scripts/checkpatch.pl contained in package 
zephyr-kernel-src
-#   requires /usr/bin/perl, but no providers found in 
RDEPENDS_zephyr-kernel-src?
-INSANE_SKIP_${PN} = "file-rdeps"
-- 
2.17.1

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

View/Reply Online (#47492): https://lists.yoctoproject.org/g/yocto/message/47492
Mute This Topic: https://lists.yoctoproject.org/mt/64687780/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to