|
Re: gitlab-ci for CIP tiny profile (Deby)
Hi Daniel,
I've done some experiments as well [1]. Could you try prefixing the "kas build" command with "gosu builder"?
Something like this:
gosu builder kas build --target core-image-minimal
Hi Daniel,
I've done some experiments as well [1]. Could you try prefixing the "kas build" command with "gosu builder"?
Something like this:
gosu builder kas build --target core-image-minimal
|
By
Michael Adler
·
#2453
·
|
|
Re: gitlab-ci for CIP tiny profile (Deby)
Hi Michael,
[snip]
I tried but I got this weird behavior:
https://gitlab.com/cip-project/cip-core/deby/-/jobs/228110647
$ export USER_ID=30000
$ /bin/bash /kas/docker-entrypoint
$ whoami
root
$ cat
Hi Michael,
[snip]
I tried but I got this weird behavior:
https://gitlab.com/cip-project/cip-core/deby/-/jobs/228110647
$ export USER_ID=30000
$ /bin/bash /kas/docker-entrypoint
$ whoami
root
$ cat
|
By
daniel.sangorrin@...
·
#2452
·
|
|
Re: [next] iwg20m: add support for this board
Oh, good.
I understand the desire to limit the support burden. But I hope that
there is a plan to support a newer kernel version eventually, if
necessary.
Ben.
--
Ben Hutchings, Software
Oh, good.
I understand the desire to limit the support burden. But I hope that
there is a plan to support a newer kernel version eventually, if
necessary.
Ben.
--
Ben Hutchings, Software
|
By
Ben Hutchings <ben.hutchings@...>
·
#2451
·
|
|
Re: [next] iwg20m: add support for this board
Hello,
Actually, the iwg20m board does work with the upstream Kernel as well as v4.19.y-cip, e.g. [1].
I think it's just that Renesas doesn't intend to support the board with anything other than
Hello,
Actually, the iwg20m board does work with the upstream Kernel as well as v4.19.y-cip, e.g. [1].
I think it's just that Renesas doesn't intend to support the board with anything other than
|
By
Chris Paterson
·
#2450
·
|
|
Re: [isar-cip-core] iwg20m: temporary patch for review v2
[...]
"-Wl,-z,relro" is a gcc option which should result in passing
"-z relro" to the linker. Perhaps a Makefile is invoking $(LD) with
$(LDFLAGS), where it should be invoking $(CC) instead?
In any
[...]
"-Wl,-z,relro" is a gcc option which should result in passing
"-z relro" to the linker. Perhaps a Makefile is invoking $(LD) with
$(LDFLAGS), where it should be invoking $(CC) instead?
In any
|
By
Ben Hutchings <ben.hutchings@...>
·
#2449
·
|
|
Re: [next] iwg20m: add support for this board
[...]
This really shouldn't be allowed to happen. All the patches applied to
4.4-cip to support this board were already upstream, so this must be a
regression. If this board is used as a basis for
[...]
This really shouldn't be allowed to happen. All the patches applied to
4.4-cip to support this board were already upstream, so this must be a
regression. If this board is used as a basis for
|
By
Ben Hutchings <ben.hutchings@...>
·
#2448
·
|
|
Re: gitlab-ci for CIP tiny profile (Deby)
Alright, the token exchange was successful this morning and gitlab-cloud-ci runner should be visible to all child
projects now. However, we ran into an issue [1] when executing Daniel's CI
Alright, the token exchange was successful this morning and gitlab-cloud-ci runner should be visible to all child
projects now. However, we ran into an issue [1] when executing Daniel's CI
|
By
Michael Adler
·
#2447
·
|
|
Re: [next] iwg20m: add support for this board
Ah, now I read the reasoning properly - got it, unfortunate, but makes sense.
We can add that patch to isar-cip-core until we update to a version that contains it -> follow-up patch.
Jan
Ah, now I read the reasoning properly - got it, unfortunate, but makes sense.
We can add that patch to isar-cip-core until we update to a version that contains it -> follow-up patch.
Jan
|
By
Jan Kiszka
·
#2446
·
|
|
Re: [PATCH] iwg20m: add support for this board
Hi,
You could just use the mkimage that comes from your u-boot source to be
certain. I do something similar [1] since the upstream debian
u-boot-tools do not support creating signed fit images.
[1]
Hi,
You could just use the mkimage that comes from your u-boot source to be
certain. I do something similar [1] since the upstream debian
u-boot-tools do not support creating signed fit images.
[1]
|
By
Claudius Heine <ch@...>
·
#2445
·
|
|
Re: gitlab-ci for CIP tiny profile (Deby)
Continuing with this conversation on the public list, it seems that the job on gitlab-cloud-ci failed:
https://gitlab.com/cip-project/cip-core/deby/-/jobs/226291592
--- Error summary ---
ERROR:
Continuing with this conversation on the public list, it seems that the job on gitlab-cloud-ci failed:
https://gitlab.com/cip-project/cip-core/deby/-/jobs/226291592
--- Error summary ---
ERROR:
|
By
daniel.sangorrin@...
·
#2444
·
|
|
Re: [PATCH] iwg20m: add support for this board
ext4load seems to be available on the u-boot command line.
After loading boot.scr, don't we need the "source" command to work? "source" does not seem to be configured in the pre-installed
ext4load seems to be available on the u-boot command line.
After loading boot.scr, don't we need the "source" command to work? "source" does not seem to be configured in the pre-installed
|
By
daniel.sangorrin@...
·
#2443
·
|
|
Re: iwg20m with preferred kernel set to 4.4
By
daniel.sangorrin@...
·
#2442
·
|
|
[next] iwg20m: add support for this board
This patch adds support for the iwg20m board to isar-cip-core.
- Kernel version notes
This board is only supported by the 4.4 kernel. For that
reason, the preferred version is set to 4.4 and the
This patch adds support for the iwg20m board to isar-cip-core.
- Kernel version notes
This board is only supported by the 4.4 kernel. For that
reason, the preferred version is set to 4.4 and the
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2440
·
|
|
iwg20m with preferred kernel set to 4.4
Hi Jan,
Here is the patch again with kernel set to 4.4 by default
[next] iwg20m: add support for this board
Thanks,
Daniel
P.S.: sorry for not using some prefix the last time.
Hi Jan,
Here is the patch again with kernel set to 4.4 by default
[next] iwg20m: add support for this board
Thanks,
Daniel
P.S.: sorry for not using some prefix the last time.
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2441
·
|
|
Re: gitlab-ci for CIP tiny profile (Deby)
Hi Daniel,
sure, no problem! I suggest moving my instance of the gitlab-ci runner to the project-level.
Then it should be visible to all sub-projects (which includes your project).
For this however,
Hi Daniel,
sure, no problem! I suggest moving my instance of the gitlab-ci runner to the project-level.
Then it should be visible to all sub-projects (which includes your project).
For this however,
|
By
Michael Adler
·
#2439
·
|
|
Re: [PATCH] iwg20m: add support for this board
As you are cross-posting, the subject should probably also contain some tag like "[isar-cip-core]", to clarify the target project. In fact, that would even help on cip-dev as we now have quite a few
As you are cross-posting, the subject should probably also contain some tag like "[isar-cip-core]", to clarify the target project. In fact, that would even help on cip-dev as we now have quite a few
|
By
Jan Kiszka
·
#2438
·
|
|
gitlab-ci for CIP tiny profile (Deby)
Hello Michael,
I have added an initial, very simple, gitlab-ci yaml script for building CIP tiny profile (Deby for BBB).
https://gitlab.com/cip-project/cip-core/deby/blob/master/.gitlab-ci.yml
I
Hello Michael,
I have added an initial, very simple, gitlab-ci yaml script for building CIP tiny profile (Deby for BBB).
https://gitlab.com/cip-project/cip-core/deby/blob/master/.gitlab-ci.yml
I
|
By
daniel.sangorrin@...
·
#2437
·
|
|
add support for this board compose message
Sorry, i forgot to fill the subject line for the --compose option.
Sorry, i forgot to fill the subject line for the --compose option.
|
By
daniel.sangorrin@...
·
#2436
·
|
|
[PATCH] iwg20m: add support for this board
This patch adds support for the iwg20m board to isar-cip-core.
- Kernel version notes
This board is only supported by the 4.4 kernel.
The document doc/README_iwg20m.md already explains that.
-
This patch adds support for the iwg20m board to isar-cip-core.
- Kernel version notes
This board is only supported by the 4.4 kernel.
The document doc/README_iwg20m.md already explains that.
-
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2435
·
|
|
(No subject)
Hi Jan,
This patch adds support for the iwg20m board on ISAR CIP Core.
[PATCH] iwg20m: add support for this board
For now, it uses the u-boot shipped with the board.
We could improve that in the
Hi Jan,
This patch adds support for the iwg20m board on ISAR CIP Core.
[PATCH] iwg20m: add support for this board
For now, it uses the u-boot shipped with the board.
We could improve that in the
|
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#2434
·
|