Pin SRCREV used by ti-sgx-ddk-km 19/21519/2
authorPaul Barker <paul.barker@sancloud.co.uk>
Thu, 6 Jun 2019 09:22:45 +0000 (09:22 +0000)
committerPaul Barker <paul.barker@sancloud.co.uk>
Thu, 6 Jun 2019 09:34:42 +0000 (09:34 +0000)
The commit of the omap5-sgx-ddk-linux git repository used by the
ti-sgx-ddk-km recipe is changed by recent commits to meta-ti to
introduce generic support for armel (soft-float) targets. This conflicts
with the existing patch in meta-agl which adds support for our
toolchain.

The simplest fix is to pin to a working commit by setting SRCREV to the
previous commit on the same branch. This is the same commit that is
currently used and so it won't have any effect until the meta-ti layer
itself is updated.

For reference, the commit in question can be seen here:
https://git.ti.com/graphics/omap5-sgx-ddk-linux/commit/dbdbd9309a58ee723fc827ef5fd45c28347cf61f

Bug-AGL: SPEC-2490

Change-Id: I2924cdadd697680567a9378eb3242f8dd526a429
Signed-off-by: Paul Barker <paul.barker@sancloud.co.uk>
meta-agl-bsp/meta-ti/recipes-bsp/ti-sgx-ddk-km/ti-sgx-ddk-km_%.bbappend

index fd3c6ad..182f6ca 100644 (file)
@@ -1,3 +1,4 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 SRC_URI += "file://add-AGL-toolchain-config.patch"
+SRCREV = "16961a3f4524b653fba99d949d6972c77c7d2701"