1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 15:57:19 +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.

Issue-Id: SCM-2263
Signed-off-by: Richard Neill <richard.neill@arm.com>
Change-Id: I293a5f81b48c57f3af1c99606af776537f35f0bb
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Richard Neill
2021-03-15 09:13:15 +00:00
committed by Jon Mason
parent d8074cb6a0
commit fc4b2f8907
2 changed files with 0 additions and 104 deletions
@@ -40,12 +40,6 @@ python() {
kernelVersion = d.getVar('LINUX_VERSION')
pn = d.getVar('PN')
if kernelVersion and LooseVersion(kernelVersion) < '5.4.95' \
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.4.99' \
and pn != 'linux-libc-headers' \
and oe.utils.any_distro_features(d, "arm-autonomy-guest"):