Skip to content

submodules: tracking ARM-Software versions of TRAPpy and BART

Darryl Green requested to merge github/fork/derkling/track_arm_software into master

Created by: derkling

That patch should setup submodules for TRAPpy and BART to track mainline versions available on ARM-Software. I've pinned the two projects to that tags: TRAPpy: v5.1.0 BART: v1.5.0

I expect that, once this patch is merged, we can simply "source init_env" and everything is fine.

To test it that branch:

$ git fetch http://github.com/derkling/lisa.git track_arm_software
$ git checkout FETCH_HEAD
$ source init_env

If these commands are successful than check that the submodules are checked out in the proper commit:

$ git submodule status
 290caafb3675103f8ee91b71245a7aba0f2b0c2c libs/bart (v1.5.0)
 6586d8b10454fad4299ded9f9f31058fa6d66549 libs/devlib (v0.0.3-38-g6586d8b)
 26cf414f6b6c5eca30ef12822bc03e06cb1adc34 libs/trappy (v5.1.0)

Signed-off-by: Patrick Bellasi patrick.bellasi@arm.com

Merge request reports