OP-TEE / manifest

Manifests to use OP-TEE on various platforms
69 stars 176 forks source link

qemu: remove deprecated linkfile elements with .. in the path #167

Closed jforissier closed 4 years ago

jforissier commented 4 years ago

Newer versions of repo can't build older OP-TEE branches due to the following error:

error.ManifestInvalidPathError: invalid "src": ../toolchains/aarch32/bin/arm-linux-gnueabihf-gdb: bad component: ..

This commit removes the problematic elements in the QEMU manifests. They were just there for convenience.

Signed-off-by: Jerome Forissier jerome@forissier.org Change-Id: If94077ad7c6336e38f0fbcbfe3961037ba6f41b9

jforissier commented 4 years ago

Note this is against branch 3.8.0, not master.

jforissier commented 4 years ago

Sorry I should cherry-pick the commit from master instead.