-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create all cogip manifest files #1
base: master
Are you sure you want to change the base?
Conversation
Split cogip-manifest.xml into two new manifests: * cogip-mcu-firmware.xml: clone mcu-firmware and RIOT-OS * cogip-simulation.xml: clone simulation tool and its git sub-modules cogip-manifest.xml becomes a global manifest where the two sub-manifests mentionned above are included. Signed-off-by: Gilles DOFFE <[email protected]>
This manifest clones all needed repositories to build a Yocto Dunfell core-image-minimal image for COGIP MPU boards. Signed-off-by: Gilles DOFFE <[email protected]>
Add 'meta-ptx' layer to use barebox 'bootloader' and 'genimage'. Signed-off-by: Gilles DOFFE <[email protected]>
* 'meta-cogip-bsp' contains all low level recipes and configurations related to COGIP Raspberry boards. This layer relies on meta-raspberrypi from Yocto project. * 'meta-cogip-distro' contains all middleware recipes and configurations related to COGIP Yocto images. Dunfell Yocto LTS version is preferred. Signed-off-by: Gilles DOFFE <[email protected]>
This layer is a collection of layers to suppliment OE-Core with additional packages. For now, 'openocd' is needed. Signed-off-by: Gilles DOFFE <[email protected]>
Signed-off-by: Gilles DOFFE <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add 'meta-openembedded': s/suppliment/supplement/ ?
We need to discuss about revisions specified in the manifests for Cogip repositories.
This PR should also be used to validate current PRs on yocto-build
, meta-cogip-bsp
and meta-cogip-distro
, so it should reference corresponding branches instead of mater
/main
.
Once other PR are merge, amend commits to reference mater
/main
again. And finally merge this PR.
<project name="RIOT" | ||
path="firmware/RIOT" | ||
remote="riot" | ||
revision="refs/tags/2020.07" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are now on RIOT-2021.07.
does the uploads to revision control systems, and automates parts of the | ||
development workflow. Repo is not meant to replace Git, only to make it easier | ||
to work with Git. The repo command is an executable Python script that you can | ||
put anywhere in yoaur path. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/yoaur/your/
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo | ||
``` | ||
|
||
For more informations: https://gerrit.googlesource.com/git-repo/+/refs/heads/master/README.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/informations/information/
|
||
### Full project ### | ||
|
||
To get the COGIP full source tree : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No space before :
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two empty lines.
|
||
#### simulation project #### | ||
|
||
The simulation project is the source code of simulator and co-pilot application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/simulator/monitor/
s/co-pilot/copilot/
The simulation project is the source code of simulator and co-pilot application. | ||
|
||
|
||
To get the COGIP mcu-firmware project source tree only: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/mcu-firmware/simulation/
@@ -0,0 +1,54 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file must not be committed.
And bind them into a cogip-manifest.xml global manifest file.