Re: Distribution of binaries: support to Renesas board in B@D
Chris Paterson
Hello Agustin,
From: cip-dev-bounces@... [mailto:cip-dev-As long as the binaries don't include Renesas' proprietary libraries for graphics or multimedia [1] we are happy for CIP to distribute them as per option 1) above. For the Kernel, this can be based on renesas-cip [2]. For the RFS, as meta-renesas-cip-private [3] is not open I would recommend that the output from Project-X is used. [1] http://elinux.org/RZ-G/Boards/Yocto_2.0#Preliminary_steps "2. Download the proprietary Multimedia and Graphics evaluation libraries for RZ/G from Renesas" [2] https://github.com/renesas-rz/renesas-cip [3] https://github.com/renesas-rz/meta-renesas-cip-private Kind regards, Chris
|
|
Re: Renesas dev CIP repository announcement
Chris Paterson
Hello Yoshi-san,
From: cip-dev-bounces@... [mailto:cip-dev-Agreed. We intend to follow the proper process when backporting to the actual CIP Kernel. The repository above is just a quick release to allow users to get the iWave RZ/G1M board up and running for now. Most of the patches haven't come from upstream as there is no upstream support for the iWave RZ/G1M board yet (in progress). Kind regards, Chris
|
|
Re: Project-X (minimal root filesystem) for renesas board
Yoshitake Kobayashi
On 2017/07/07 17:54, Agustin Benito Bethencourt wrote:
Hi,I agree with you. But I have a consideration for current status for renesas-cip repository. I think the current repository is under development. It looks Renesas's upstreaming effort for CIP. We can refer the repository to test the CIP kernel with Renesas backported patches on Renesas RZ/G as one of CIP reference board. In this case, the repository can be mirroed Renesas's account or cip-playground on GitLab. But I also think GitHub (or any other place) is still an option for them, if it is under development. Once the backported patches succesfully merged with linux-cip, we can use linux-cip on GitLab to test the Renesas RZ/G. Best regards, Yoshi Chris: Will you create another repository for u-boot?
|
|
Re: Renesas dev CIP repository announcement
Yoshitake Kobayashi
Hi Chris and all,
[1] https://github.com/renesas-rz/renesas-cipI had looked the repository and have a suggestion. When you backport patches from upstream, could you add the following line in commit message? (cherry picked from commit UPSTREAM_COMMIT_ID) I think this approach might be better for the tracablity reason. But this is just a suggestion and I would like to know others opinion. Best regards, Yoshi On 2017/06/20 17:49, Chris Paterson wrote: Dear CIP friends,
|
|
Kernel maintenance and CIP testing report weeks 25 to 27
Agustin Benito Bethencourt <agustin.benito@...>
Hi,
Kernel maintenance 1. We have a new CIP kernel v4.4.75cip6 As anecdote, the kernel includes two patches that fix two regressions introduced by LTS patches. These fixes will be part of the next LTS version. 2. Ben is focused now on the evaluation of the kernel features. The goal is to send the evaluation by mail and then attend to the CIP TSC bi-weekly call on July 24th to answer questions. 3. Ben keeps reviewing 4.4 LTS patches on ongoing basis. Testing 1. As informed this week, Robert has been for some weeks now running the health-check on daily basis, building and booting the CIP kernel on the BBB, including the locally built initramfs. 2. Don's last task was to investigate how to configure LAVA API to send mails. Robert will pick up this task in the coming weeks. https://gitlab.com/cip-project/cip-testing/testing/issues/102 3. As reported by Robert, he has been focused in making B@D work on Windows 10, which was a request from Hitachi. There is significant progress in that front. https://gitlab.com/cip-project/cip-testing/testing/issues/106 4. After some discussion within the team, we provided a workaround to overcome the webproxy issue reported by Daniel Sangorrin. We will find out if the workaround is a good one or we need to put more effort on this topic. https://gitlab.com/cip-project/cip-testing/testing/issues/99 5. After going through the TSC request/approval process some new repositories has been created to overcome past issues with B@D and to start working on Action 2. In a couple of cases we have submitted upstream the license file which has been merged right away. https://gitlab.com/cip-project/cip-testing/testing/issues/100 6. Other topics * Now the creation of initramfs is manual. Robert is working in automating the process https://gitlab.com/cip-project/cip-testing/testing/issues/111 * Addressing a contribution from Daniel Wargner https://gitlab.com/cip-project/cip-testing/testing/issues/107 * The testing team is starting the discussion about how to technically implement the check required to achieve the fully distributed service architecture, specially focusing now in the health-check. An e-mail has been sent about it to the cip-dev mailing list. Other topics 1. Don is no longer working at Codethink, I would like to take this opportunity to thank him for his effort, commitment and contributions to the project. The engineering team behind CIP testing is now limited to Robert Marshall. 2. Ben H. and myself created an abstract that we have presented for ELCE. 3. CIP is a DebConf sponsor. Plat'Home was last year and Codethink is also sponsoring this edition. Best Regards -- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@...
|
|
Re: B@D on Windows 10
Robert Marshall <robert.marshall@...>
Robert Marshall <robert.marshall@...> writes:
Robert Marshall <robert.marshall@...> writes:A further update on progress on this issue:The B@D development team has been investigating if there are any issuesTo report on the progress since Friday: We've configured the Windows 10 virtual machine with ser2net (running on the vm and enabling usb in the Vagrantfile) and now the beaglebone black health check runs - and has been used to health check the new v4.4.75-cip6 (together with a locally built initramfs). I've exported a box from the W10 VM and successfully reimported it and run a HC. We're still having problems with boxes exported from Debian which give an error that port 8888 is in use or it attempts to re-provision the box. Robert
|
|
Re: Project-X (minimal root filesystem) : rewrite and renesas iwg20m board support
Jan Kiszka
On 2017-07-07 10:50, Daniel Sangorrin wrote:
Hi,Nice work! Maybe I find the time to model a binary Debian variant as well, using Isar [1] - ideally prior to DebConf. Btw, instead of having yet another setup.sh, you may want to have a look at kas [2]. There is no release yet (next week, hopefully), but it is fairly mature. Moreover, you can build inside Docker, removing most of the host dependencies. We are using this now with both Yocto and Isar projects, often in layered ways [3] that enable reuse. Jan [1] https://github.com/ilbers/isar [2] https://github.com/siemens/kas [3] https://github.com/siemens/meta-iot2000/commit/eb4c3df4a62d0e5c32c74082e4c5c467627b9a84
|
|
Re: Distribution of binaries: support to Renesas board in B@D
Chris Paterson
Hello Agustin,
From: cip-dev-bounces@... [mailto:cip-dev-Let me check internally as to what we can provide. Kind regards, Chris
|
|
Distribution of binaries: support to Renesas board in B@D
Agustin Benito Bethencourt <agustin.benito@...>
Hi Chris,
one of the things we need to figure out is how we will distribute the kernel including the support for the Renesas board at CIP. We have three options to provide the kernel with the board support to those users that download the B@D box from the CIP site, to test the kernel: 1. Include the binary (kernel + board support) in the box itself. 2. Download the binaries from the CIP download page. 3. Download from a third party site. 4. Users have to build the kernel themselves. Since we have a very limited amount of reference boards and kernels, we would like to see option one as the default one. Option 2 would also work fine. The other two are not ideal for the box (might be for deployment through Vagrant). What are the restrictions we need to face in order to distribute the Renesas (source) code and binaries? Best Regards -- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@...
|
|
Re: CIP testing project: outcome of the OSSJ
Agustin Benito Bethencourt <agustin.benito@...>
Hi,
I'll let you know if the talk is accepted and we will coordinate.I'll have a think about what we could add.If Chris, both Daniels or others have something to report about in the Best Regards -- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@...
|
|
Re: Project-X (minimal root filesystem) : rewrite and renesas iwg20m board support
Chris Paterson
Hello Daniel,
From: Daniel Sangorrin [mailto:daniel.sangorrin@...]Great to see you're making some good progress. If the consensus is to use different u-boot versions/repos for each platform, (rather than push vendors to add support upstream), then this approach makes sense. However, perhaps we should try and use exiting repositories provided by the vendors, rather than CIP create and maintain them. If we start hosting these repositories we will have to continue to maintain them forever. Of course, the downside of using externally maintained repositories is that support may end at any time. Perhaps bringing this ownership/maintenance into the CIP project is something we want to do/fund. Kind regards, Chris
|
|
Re: Project-X (minimal root filesystem) for renesas board
Agustin Benito Bethencourt <agustin.benito@...>
Hi,
On 07/07/17 04:40, Daniel Sangorrin wrote: Hi Agustin, ChrisNecessary? not in my opinion. I think that development should take place whenever is best for the developers.-----Original Message-----Agustin: I don't mind, but is this necessary?. Two considerations: TSC agreed to use Gitlab for mainly one reason: services built with gitlab can be replicated by Members in-house. That is not the case for GitHub. Once the code is developed and the developer want to distribute it in the context of the CIP, CIP needs to host the source code and the binaries for compliance reasons. In that case having a mirror in GitLab would be a requirement. Chris: Will you create another repository for u-boot?-- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@...
|
|
Project-X (minimal root filesystem) : rewrite and renesas iwg20m board support
Daniel Sangorrin <daniel.sangorrin@...>
Hi,
I've been working on a minimal root filesystem made with "deby". The code is here and it includes BSP meta layers for qemux86-64, Beaglebone black, Renesas iwg20m board and CycloneV. https://gitlab.com/cip-playground/project-x/tree/master/deby The meta-cip-common layer is where we put the packages that will be included for all targets. The BSP meta-layers contain settings related to the architecture of the processor, and Linux/u-boot configuration. Currently, I have tested qemux86-64 and Renesas iwg20m. Both of them worked fine so in the next step I will try to run tests on them using B@D. # Beaglebone should work fine, but I haven't tested it yet. For Cyclone V, I need a kernel repository. Koguchi-san: could you create it on https://gitlab.com/cip-playground/linux-cip-cyclonev Finally, for U-boot I need repositories to fetch the sources. Should we have separate repositories for each board? For example: https://gitlab.com/cip-playground/u-boot-iwg20m https://gitlab.com/cip-playground/u-boot-cyclonev Thanks, Daniel
|
|
Re: CIP testing project: outcome of the OSSJ
Chris Paterson
Hello,
From: cip-dev-bounces@... [mailto:cip-dev-I'll have a think about what we could add. Regards, Chris
|
|
Re: running health checks from behind a web proxy
Robert Marshall <robert.marshall@...>
Thanks - hope it works for you, hold off on closing that issue for the
toggle quoted messageShow quoted text
moment, there's one other sub issue that I've just created a MR https://gitlab.com/cip-project/cip-testing/board-at-desk-single-dev/merge_requests/34 that needs addressing before it can be closed. Robert "Daniel Sangorrin" <daniel.sangorrin@...> writes:
Thanks Robert, I will try today and see if it works.
|
|
Re: Project-X (minimal root filesystem) for renesas board
Daniel Sangorrin <daniel.sangorrin@...>
Hi Agustin, Chris
toggle quoted messageShow quoted text
-----Original Message-----Agustin: I don't mind, but is this necessary?. Chris: Will you create another repository for u-boot? Thanks, Daniel --OK, thanks. I will also separate Beaglebone from Cyclone V.I don't think it is necessary since the CIP root filesystem only supports a few packages.I am happy if you go ahead and fix it!
|
|
Re: CIP testing project: outcome of the OSSJ
Daniel Sangorrin <daniel.sangorrin@...>
Hi Agustin,
toggle quoted messageShow quoted text
-----Original Message-----Sure, I think I will have several things that can be presented during the talk and a demo. Thanks, Daniel
|
|
Re: running health checks from behind a web proxy
Daniel Sangorrin <daniel.sangorrin@...>
Thanks Robert, I will try today and see if it works.
toggle quoted messageShow quoted text
# I'll close the gitlab issue in that case.
-----Original Message-----
|
|
Re: New repos for tests and logs
Agustin Benito Bethencourt <agustin.benito@...>
Hi,
On 29/06/17 11:40, Agustin Benito Bethencourt wrote: Hi,A new repository has been created to mirror some kernelci frontend config files that we use so we can control which upstream changes should be applied when. It is called kernelci-frontend-config Link: https://gitlab.com/cip-project/cip-testing/kernelci-frontend-config/tree/master Best Regards -- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@...
|
|
Re: CIP testing project: outcome of the OSSJ
Agustin Benito Bethencourt <agustin.benito@...>
Hi,
On 14/06/17 17:28, Agustin Benito Bethencourt wrote: I plan to submit a talk about our progress in the testing front forI just submitted a technical talk in which Ben H. and myself will be talking about kernel maintenance & testing using the CIP work as example. Let's see if it gets approved. If Chris, both Daniels or others have something to report about in the kernel maintenance/testing front related with CIP, maybe you can help us to deliver the talk. Best regards -- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@...
|
|