Skip to content
Snippets Groups Projects
Commit 28fffd02 authored by Carsten Behling's avatar Carsten Behling
Browse files

issue #41059: Kernel Build: removed dead code in kernel recipe and the GUF...

issue #41059: Kernel Build: removed dead code in kernel recipe and the GUF support patch, which is obsolete now since we use the kernel from our Git repository now 
parent ddec84e7
No related branches found
No related tags found
No related merge requests found
......@@ -15,19 +15,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-stable-${LINUX_VERSION}:"
S = "${WORKDIR}/git"
#TODO: enable public access to kernel tree
#SRCREV = "${AUTOREV}"
#PVBASE := "${PV}"
#FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PVBASE}:"
#PV = "${PVBASE}+${SRCPV}"
#SRC_URI = " \
# git://gitlab.com/guf-yocto/stable.git;protocol=https;branch=linux-${PV}-guf \
# file://defconfig \
#"
PV = "5.4.23"
SRCREV = "bfe3046ecafdd71ba6932deebe2eb357048b7bfc"
SRC_URI = " \
git://git@gitlab.com/guf-yocto/stable.git;protocol=ssh;nocheckout=1;name=machine;branch=linux-${PV}-guf \
file://guf-support.patch \
file://defconfig \
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment