-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathlinux-mainline-rt_6.6.bb
34 lines (27 loc) · 1.09 KB
/
linux-mainline-rt_6.6.bb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright (C) 2024 Savoir-faire Linux, Inc.
# SPDX-License-Identifier: Apache-2.0
require linux-mainline-rt.inc
FILESEXTRAPATHS:prepend := "${THISDIR}/linux-mainline-rt_6.6:"
PACKAGE_ARCH = "${MACHINE_ARCH}"
LINUX_MAJOR_VERSION = "6.6"
LINUX_REVISION_VERSION = "76"
LINUX_VERSION = "${LINUX_MAJOR_VERSION}.${LINUX_REVISION_VERSION}"
RT_REVISION = "rt49"
KBRANCH = "v${LINUX_MAJOR_VERSION}-rt"
LINUX_FULL_VERSION = "${LINUX_VERSION}-${RT_REVISION}"
KTAG = "v${LINUX_FULL_VERSION}"
PV = "${LINUX_FULL_VERSION}+git${SRCPV}"
SRCREV = "eb0ecea9c61288d4af1a6e54237b969d74ee9ad4"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git;protocol=https;name=machine;branch=${KBRANCH} \
file://defconfig \
file://megaraid.cfg \
file://gcc-plugin.cfg \
file://gcc-plugin_6.cfg \
file://sched.cfg \
file://usb-acm.cfg \
file://vsockets.cfg \
"
SRC_URI:append:seapath-installer = " file://exfat.cfg"
# Uncomment this line to unaible debug traces in Kernel and tracing tools
# support (like LTTng or perf).
#SRC_URI:append = " file://traces.cfg"