From 33a0f7dc25be2f0175625abc0f7408ec7c6da337 Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Fri, 29 Dec 2023 14:46:44 +0530 Subject: linux-intel-rt/6.6: add recipe Replace v6.1 with linux-intel-lts v6.6.5 tag lts-v6.6.5-rt16-preempt-rt-231212T043456Z, Signed-off-by: Yogesh Tyagi Signed-off-by: Anuj Mittal --- recipes-kernel/linux/linux-intel-rt_6.1.bb | 33 ------------------------------ recipes-kernel/linux/linux-intel-rt_6.6.bb | 33 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 recipes-kernel/linux/linux-intel-rt_6.1.bb create mode 100644 recipes-kernel/linux/linux-intel-rt_6.6.bb diff --git a/recipes-kernel/linux/linux-intel-rt_6.1.bb b/recipes-kernel/linux/linux-intel-rt_6.1.bb deleted file mode 100644 index b3d05013..00000000 --- a/recipes-kernel/linux/linux-intel-rt_6.1.bb +++ /dev/null @@ -1,33 +0,0 @@ -require linux-intel.inc - -SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \ - " - -# Skip processing of this recipe if it is not explicitly specified as the -# PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying -# to build multiple virtual/kernel providers, e.g. as dependency of -# core-image-rt-sdk, core-image-rt. -python () { - if d.getVar("KERNEL_PACKAGE_NAME", True) == "kernel" and d.getVar("PREFERRED_PROVIDER_virtual/kernel") != "linux-intel-rt": - raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-intel-rt to enable it") -} - -KBRANCH = "6.1/preempt-rt" -KMETA_BRANCH = "yocto-6.1" - -LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" - -DEPENDS += "elfutils-native openssl-native util-linux-native" - -LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}" - -LINUX_VERSION ?= "6.1.59" -SRCREV_machine ?= "55194dbcd3afe61b601a95dd721c8ffeb98aa771" -SRCREV_meta ?= "d26f4f3307216e06ee0b74fa9b57b17fba72a988" - -LINUX_KERNEL_TYPE = "preempt-rt" - -# Functionality flags -KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" - -UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?Pv6.1.(\d+)-rt(\d)-preempt-rt-(\d+)T(\d+)Z)$" diff --git a/recipes-kernel/linux/linux-intel-rt_6.6.bb b/recipes-kernel/linux/linux-intel-rt_6.6.bb new file mode 100644 index 00000000..fa492dcd --- /dev/null +++ b/recipes-kernel/linux/linux-intel-rt_6.6.bb @@ -0,0 +1,33 @@ +require linux-intel.inc + +SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \ + " + +# Skip processing of this recipe if it is not explicitly specified as the +# PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying +# to build multiple virtual/kernel providers, e.g. as dependency of +# core-image-rt-sdk, core-image-rt. +python () { + if d.getVar("KERNEL_PACKAGE_NAME", True) == "kernel" and d.getVar("PREFERRED_PROVIDER_virtual/kernel") != "linux-intel-rt": + raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-intel-rt to enable it") +} + +KBRANCH = "6.6/preempt-rt" +KMETA_BRANCH = "yocto-6.6" + +LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" + +DEPENDS += "elfutils-native openssl-native util-linux-native" + +LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}" + +LINUX_VERSION ?= "6.6.5" +SRCREV_machine ?= "37d07f8ec6f148be12e3755dc742f2bef0b82bc2" +SRCREV_meta ?= "525b3f188e0bfb1cdcca241db89ef265842205cd" + +LINUX_KERNEL_TYPE = "preempt-rt" + +# Functionality flags +KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" + +UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?Pv6.6.(\d+)-rt(\d)-preempt-rt-(\d+)T(\d+)Z)$" -- cgit v1.2.3-54-g00ecf