1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-21 05:27:02 +00:00

arm-autonomy/linux-arm-autonomy: Drop XenStore initialisation patch

With the linux-yocto version upgrade, the xenstore initialisation patch is no
longer necessary.

Signed-off-by: Richard Neill <richard.neill@arm.com>
Change-Id: I38d81172d5da97a87d41a76f26fe81d5c3b3f83e
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Richard Neill
2021-03-02 09:55:44 +00:00
committed by Jon Mason
parent a915ff3931
commit 856291f071
2 changed files with 0 additions and 104 deletions
@@ -44,12 +44,6 @@ python() {
if oe.utils.any_distro_features(d, "arm-autonomy-host arm-autonomy-guest"):
d.appendVar('SRC_URI', ' file://files/0001-xen-arm-do-not-setup-the-runstate-info-page-if-kpti-.patch' )
if kernelVersion and LooseVersion(kernelVersion) < '5.10.13' \
and pn != 'linux-libc-headers' \
and not pn.startswith('linux-linaro-arm') \
and oe.utils.any_distro_features(d, "arm-autonomy-host"):
d.appendVar('SRC_URI', ' file://files/0001-xen-Fix-XenStore-initialisation-for-XS_LOCAL.patch' )
if kernelVersion and LooseVersion(kernelVersion) < '5.10.17' \
and pn != 'linux-libc-headers' \
and oe.utils.any_distro_features(d, "arm-autonomy-guest"):