Message ID | 20191106124439.10532-5-Quirin.Gylstorff@siemens.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Add rzg2m support | expand |
Hello Quirin, > From: cip-dev-bounces@lists.cip-project.org <cip-dev-bounces@lists.cip- > project.org> On Behalf Of Q. Gylstorff > Sent: 06 November 2019 12:45 > > From: Quirin Gylstorff <quirin.gylstorff@siemens.com> > > Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com> > --- > .gitlab-ci.yml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml > index 36c152a..991862b 100644 > --- a/.gitlab-ci.yml > +++ b/.gitlab-ci.yml > @@ -23,3 +23,7 @@ all: > - sudo rm -rf build/tmp > - kas build kas.yml:board-iwg20m.yml:opt-rt.yml > - scripts/deploy-cip-core.sh buster iwg20m r8a7743-iwg20d-q7-dbcm-ca.dtb > + > + - sudo rm -rf build/tmp > + - kas build kas.yml:board-rzg2m.yml:opt-rt.yml > + - scripts/deploy-cip-core.sh buster hihope-rz2gm r8a774a1-hihope- > rzg2m.dtb This'll need to be r8a774a1-hihope-rzg2m-ex.dtb Kind regards, Chris > -- > 2.20.1 > > _______________________________________________ > cip-dev mailing list > cip-dev@lists.cip-project.org > https://lists.cip-project.org/mailman/listinfo/cip-dev
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36c152a..991862b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,3 +23,7 @@ all: - sudo rm -rf build/tmp - kas build kas.yml:board-iwg20m.yml:opt-rt.yml - scripts/deploy-cip-core.sh buster iwg20m r8a7743-iwg20d-q7-dbcm-ca.dtb + + - sudo rm -rf build/tmp + - kas build kas.yml:board-rzg2m.yml:opt-rt.yml + - scripts/deploy-cip-core.sh buster hihope-rz2gm r8a774a1-hihope-rzg2m.dtb