Yocto configulation of Basesystem
Description
Environment
Activity

Riku Nomoto October 21, 2021 at 7:38 AM
We updated the yocto recipes for contributing basesystem to KK.

Riku Nomoto October 30, 2020 at 6:01 AM(edited)
Thank you Jan-Simon!
We put gerrit code review to you.
We wrote some comments the description in this JIRA-ticket and commit message.
And we'd like you to review.

Jan-Simon Moeller October 29, 2020 at 12:57 PM
Hi Nomoto-san! Thank you for the update.
Let me point out that you need to work on the master branch and not on 9.0.1 .
Note that you cannot push directly to the master branch. You must submit the change for review.
For submitting to master please kindly review https://docs.automotivelinux.org/en/master/#5_How_To_Contribute/3_Working_with_Gerrit/ and install the 'git-review' package of your distribution so you can call 'git review' .

Riku Nomoto October 29, 2020 at 6:57 AM
We aim to make Icefish9.0.1 build successful which includes the meta-agl-devel change.

Riku Nomoto October 29, 2020 at 6:25 AM
Hi Jan-Simon, Thank you for your advice.
I tried to push our modification to meta-agl-devel/master but I couldn't do that...
Now we upload it to sandbox (https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-devel.git;a=shortlog;h=refs%2Fheads%2Fsandbox%2FRiku.Nomoto%2FBasesystem)
How can I push it to master-branch?
Details
Details
Assignee

Reporter

29/Oct/20
== Init Basesystem ==
We haven't tried to build yet.
Just this commit is copied from staging/Toyota.git
Todo
-This yocto files include source codes.
agl-basefiles
kernel-module-evklib
-We'll select what is needed from the "feature" folder.
=== === === === === === ===
27/Oct/20
Thanks for making meta-agl-toyota folder in the meta-agl-devel master-branch.(https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-devel.git;a=summary)
Our environment is icefish 9.0.1 and BaseSystem is able to work in this environment. We have added our Yocto recipe to the meta-agl-devel repository that works in this environment, but we don't know where to push it. Also, we have not yet confirmed that pushing to master-branch will work. Our hope is that there will be a meta-agl-toyota folder in icefish 9.0.1.
So we created an environment by repo syncing icefish 9.0.1 and checking out meta-agl-devel in master-branch. When we run "source meta-agl/scripts/aglsetup.sh" in this environment, it fails with the error "no agl-pipewire".
For "aglsetup.sh" to be successful, there must be two folders in the master-branch of meta-agl-devel.
・meta-agl-devel/templates/feature/agl-pipewire
・meta-agl-devel/meta-pipewire
Firstly, we want to publish our yocto recipe.
We want to know where to push meta-agl-devel and how to proceed after that.