Skip to content
Snippets Groups Projects
Commit f16bce79 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin: Committed by Stefan Schmidt
Browse files

linux-yocto: Don't apply the plugins patch

The 5.10.109 version of linux-yocto comes with this patch included.
Avoid build error on trying to apply this patch on the linux-yocto*
recipes. Let the patch only apply to linux-oniro.

Fixes eclipse/oniro-core/oniro#546



Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent c066689f
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,6 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/linux:"
SRC_URI += "file://fix-gcc-plugins-with-gcc-11.patch"
SRC_URI += "file://misc.cfg"
SRC_URI += "file://squashfs.cfg"
SRC_URI += "file://hardening_allocator.cfg"
......
......@@ -15,7 +15,9 @@ SRCREV_machine ?= "452ea6a15ed2ac74789b7b3513777cc94ea3b751"
SRCREV_meta ?= "3b283fa8d4068ff68457b93e07d321c6c06d37e0"
SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-core/linux.git;protocol=https;name=machine;branch=${KBRANCH}; \
git://gitlab.eclipse.org/eclipse/oniro-core/linux-meta.git;type=kmeta;protocol=https;name=meta;branch=oniro/v5.10;destsuffix=${KMETA}"
git://gitlab.eclipse.org/eclipse/oniro-core/linux-meta.git;type=kmeta;protocol=https;name=meta;branch=oniro/v5.10;destsuffix=${KMETA} \
file://fix-gcc-plugins-with-gcc-11.patch \
"
require recipes-kernel/linux/linux-oniro-tweaks-all.inc
......
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