It builds 6.4 kernel version from mainline-tracking tree. https://github.com/intel/mainline-tracking
tag: mainline-tracking-v6.4-linux-230712T101017Z Drop v6.2 mainline recipe Signed-off-by: Yogesh Tyagi <[email protected]> --- .../linux/{linux-intel_6.2.bb => linux-intel_6.4.bb} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename recipes-kernel/linux/{linux-intel_6.2.bb => linux-intel_6.4.bb} (68%) diff --git a/recipes-kernel/linux/linux-intel_6.2.bb b/recipes-kernel/linux/linux-intel_6.4.bb similarity index 68% rename from recipes-kernel/linux/linux-intel_6.2.bb rename to recipes-kernel/linux/linux-intel_6.4.bb index 64cee047..0c863c9c 100644 --- a/recipes-kernel/linux/linux-intel_6.2.bb +++ b/recipes-kernel/linux/linux-intel_6.4.bb @@ -1,7 +1,7 @@ require linux-intel.inc SRC_URI:prepend = "git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;nobranch=1; \ - " + " KMETA_BRANCH = "master" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" @@ -10,11 +10,11 @@ DEPENDS += "elfutils-native openssl-native util-linux-native" LINUX_VERSION_EXTENSION ??= "-mainline-tracking-${LINUX_KERNEL_TYPE}" -LINUX_VERSION ?= "6.2.0" -SRCREV_machine ?= "da96c5fe8e1222da818618e15dbc956022228306" -SRCREV_meta ?= "aeb1ad4a2a72e2acf206fac02da0551fbd29b9d5" +LINUX_VERSION ?= "6.4.0" +SRCREV_machine ?= "9bcda79692105fb9c92d422d74468c87ebee9b12" +SRCREV_meta ?= "90961048e63a4ddb3bc70cac6982930ac3b8631f" # Functionality flags KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" -UPSTREAM_CHECK_GITTAGREGEX = "^mainline-tracking-v6.2-linux-(?P<pver>(\d+)T(\d+)Z)$" +UPSTREAM_CHECK_GITTAGREGEX = "^mainline-tracking-v6.4-linux-(?P<pver>(\d+)T(\d+)Z)$" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8052): https://lists.yoctoproject.org/g/meta-intel/message/8052 Mute This Topic: https://lists.yoctoproject.org/mt/100274888/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
