mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
linux-intel-dev: drop recipe
This recipe is not requried anymore, as already recipes for mainline-tracking 5.19 kernel being added. 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
579394dc23
commit
6d976ec8ef
|
@ -1,32 +0,0 @@
|
|||
require recipes-kernel/linux/linux-yocto.inc
|
||||
require recipes-kernel/linux/meta-intel-compat-kernel.inc
|
||||
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/linux-intel:"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;nobranch=1; \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${KMETA_BRANCH};destsuffix=${KMETA} \
|
||||
file://0001-v5.19-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \
|
||||
"
|
||||
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
KMETA_BRANCH = "master"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
|
||||
DEPENDS += "elfutils-native openssl-native util-linux-native"
|
||||
|
||||
LINUX_VERSION ?= "5.19.0"
|
||||
SRCREV_machine ?= "270ddbd02fe9e1761ebccf792acadbb3cd52b69f"
|
||||
SRCREV_meta ?= "423df1333e1e2a0c2bff9b29d40d16d74b775a79"
|
||||
|
||||
LINUX_VERSION_EXTENSION ?= "-mainline-tracking-${LINUX_KERNEL_TYPE}"
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
COMPATIBLE_MACHINE ?= "(intel-corei7-64)"
|
||||
|
||||
# Functionality flags
|
||||
KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}"
|
||||
KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc"
|
Loading…
Reference in New Issue
Block a user