mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
linux-intel/6.2: add recipe
It builds 6.2 kernel version from mainline-tracking tree. https://github.com/intel/mainline-tracking tag: mainline-tracking-v6.2-linux-230223T032049Z Remove linux-intel 5.19 recipe. There is no -rt version of 6.2 yet so 5.19-rt has been kept. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
197effab2b
commit
503e4e567e
|
@ -2,8 +2,6 @@ require linux-intel.inc
|
|||
|
||||
SRC_URI:prepend = "git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;nobranch=1; \
|
||||
"
|
||||
SRC_URI:append = " file://0001-v5.19-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch"
|
||||
|
||||
# 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
|
||||
|
|
|
@ -10,6 +10,7 @@ SRC_URI = " \
|
|||
file://0001-vt-conmakehash-improve-reproducibility.patch \
|
||||
file://0001-lib-build_OID_registry-fix-reproducibility-issues.patch \
|
||||
file://fix-perf-reproducibility.patch \
|
||||
file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \
|
||||
"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
|
|
@ -2,8 +2,6 @@ require linux-intel.inc
|
|||
|
||||
SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
|
||||
"
|
||||
SRC_URI:append = " file://0001-v5.19-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch"
|
||||
|
||||
KBRANCH = "6.1/linux"
|
||||
KMETA_BRANCH = "yocto-6.1"
|
||||
|
||||
|
|
|
@ -2,9 +2,7 @@ require linux-intel.inc
|
|||
|
||||
SRC_URI:prepend = "git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;nobranch=1; \
|
||||
"
|
||||
SRC_URI:append = " file://0001-v5.19-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch"
|
||||
|
||||
KMETA_BRANCH = "yocto-5.19"
|
||||
KMETA_BRANCH = "master"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
|
||||
|
@ -12,11 +10,11 @@ DEPENDS += "elfutils-native openssl-native util-linux-native"
|
|||
|
||||
LINUX_VERSION_EXTENSION ??= "-mainline-tracking-${LINUX_KERNEL_TYPE}"
|
||||
|
||||
LINUX_VERSION ?= "5.19.0"
|
||||
SRCREV_machine ?= "51b9920cab3c5ee38b2c0cd5c7509ce005241b72"
|
||||
SRCREV_meta ?= "f5d4c109d6de04005def04c3a06f053ae0c397ad"
|
||||
LINUX_VERSION ?= "6.2.0"
|
||||
SRCREV_machine ?= "4b86b0f8f30699805284163233f6ac34fc507863"
|
||||
SRCREV_meta ?= "bd77e1f904f681d21732bb3ae77b6591f6ec3d81"
|
||||
|
||||
# Functionality flags
|
||||
KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^mainline-tracking-v5.19-linux-(?P<pver>(\d+)T(\d+)Z)$"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^mainline-tracking-v6.2-linux-(?P<pver>(\d+)T(\d+)Z)$"
|
Loading…
Reference in New Issue
Block a user