Skip to content

Commit

Permalink
Bump version to v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Feb 13, 2024
1 parent d7c7b24 commit 28c2741
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
7 changes: 3 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2022 C. Fernández-Prades carles.fernandez(at)cttc.es
# SPDX-FileCopyrightText: 2022-2024 C. Fernández-Prades carles.fernandez(at)cttc.es
---
authors:
- affiliation: "Centre Tecnològic de Telecomunicacions de Catalunya (CTTC)"
Expand All @@ -9,8 +9,7 @@ authors:
given-names: Carles
orcid: "https://orcid.org/0000-0002-9201-7007"
cff-version: "1.2.0"
date-released: "2023-04-20"
doi: 10.5281/zenodo.7848142
date-released: "2024-02-13"
identifiers:
- description: "The concept DOI of the work. This is a DOI always pointing to the latest stable release."
type: doi
Expand All @@ -29,4 +28,4 @@ message: "If you use this software, please cite it using the metadata from this
repository-code: "https://github.com/carlesfernandez/yocto-geniux"
title: "Yocto Geniux builder"
type: software
version: "3.0"
version: "3.1"
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SPDX-License-Identifier: MIT
)

[comment]: # (
SPDX-FileCopyrightText: 2020-2023 Carles Fernandez-Prades <[email protected]>
SPDX-FileCopyrightText: 2020-2024 Carles Fernandez-Prades <[email protected]>
)
<!-- prettier-ignore-end -->

Expand Down Expand Up @@ -68,7 +68,7 @@ Options:
rocko, sumo, thud, warrior, zeus, dunfell, gatesgarth,
hardknott, honister, kirkstone, langdale, mickledore, nanbield. Default: dunfell
Check available branches at https://github.com/carlesfernandez/meta-gnss-sdr
manifest Geniux version manifest: 21.02, 21.08, 22.02, 22.06, 23.04, latest. Default: latest
manifest Geniux version manifest: 21.02, 21.08, 22.02, 22.06, 23.04, 24.02, latest. Default: latest
Dated manifests available at https://github.com/carlesfernandez/oe-gnss-sdr-manifest/tags
machine Specify your (list of) MACHINE here. By default, zedboard-zynq7 and raspberrypi3 are built.
If more than one, surround them with quotes, e.g.: "raspberrypi4-64 intel-corei7-64"
Expand Down Expand Up @@ -115,11 +115,11 @@ Examples of usage:
$ ./geniux-builder.sh thud
```
- Build Geniux release `thud`, with manifest date `22.02`, for machines
- Build Geniux release `thud`, with manifest date `24.02`, for machines
`zedboard-zynq7` and `raspberrypi3`:
```
$ ./geniux-builder.sh thud 22.02
$ ./geniux-builder.sh thud 24.02
```
- Build Geniux release `warrior`, with manifest date `latest`, only for machine
Expand All @@ -129,11 +129,11 @@ Examples of usage:
$ ./geniux-builder.sh warrior latest zedboard-zynq7
```
- Build Geniux release `warrior`, with manifest date `22.02`, only for machine
- Build Geniux release `warrior`, with manifest date `24.02`, only for machine
`raspberrypi3`:
```
$ ./geniux-builder.sh warrior 22.02 raspberrypi3
$ ./geniux-builder.sh warrior 24.02 raspberrypi3
```
- Build Geniux release `rocko`, with manifest date `latest`, for machines
Expand Down Expand Up @@ -314,6 +314,7 @@ shows that correspondence between versions:
| Xilinx release | Yocto codename | Linux kernel | Geniux version | Geniux manifest | Tested boards (`MACHINE`) |
| :------------: | :------------: | :----------: | :------------: | ---------------------------------------- | ----------------------------------------------------------------- |
| v2023.2 | Langdale | 6.1 | Langdale | `latest`, `24.02`. | `zcu102-zynqmp`, `zcu208-zynqmp` |
| v2022.2 | Honister | 5.15 | Honister | `latest`, `23.04`, `22.06`. | `zedboard-zynq7`, `zc706-zynq7`, `zcu102-zynqmp`, `zcu208-zynqmp` |
| v2021.2 | Gatesgarth | 5.10 | Gatesgarth | `latest`, `23.04`, `22.06`. | `zedboard-zynq7`, `zc706-zynq7`, `zcu102-zynqmp` |
| v2020.3 | Zeus | 5.4 | Zeus | `latest`, `23.04`, `22.06`, `22.02`, ... | `zedboard-zynq7`, `zcu102-zynqmp` |
Expand All @@ -331,7 +332,7 @@ Foundation. This tool is not, in any way, endorsed by the Yocto Project or
## Copyright and License
Copyright: &copy; 2020-2023 Carles Fern&aacute;ndez-Prades,
Copyright: &copy; 2020-2024 Carles Fern&aacute;ndez-Prades,
[CTTC](https://www.cttc.cat). All rights reserved.
The content of this repository is released under the [MIT](./LICENSE) license.
Expand Down
4 changes: 2 additions & 2 deletions geniux-builder.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# A script to build and store Geniux releases
# SPDX-FileCopyrightText: 2020-2023, Carles Fernandez-Prades <[email protected]>
# SPDX-FileCopyrightText: 2020-2024, Carles Fernandez-Prades <[email protected]>
# SPDX-License-Identifier: MIT

display_usage() {
Expand All @@ -12,7 +12,7 @@ display_usage() {
echo -e " rocko, sumo, thud, warrior, zeus, dunfell, gatesgarth,"
echo -e " hardknott, honister, kirkstone, langdale, mickledore, nanbield. Default: dunfell"
echo -e " Check available branches at https://github.com/carlesfernandez/meta-gnss-sdr"
echo -e " manifest Geniux version manifest: 21.02, 21.08, 22.02, 22.06, 23.04, latest. Default: latest"
echo -e " manifest Geniux version manifest: 21.02, 21.08, 22.02, 22.06, 23.04, 24.02, latest. Default: latest"
echo -e " Dated manifests available at https://github.com/carlesfernandez/oe-gnss-sdr-manifest/tags"
echo -e " machine Specify your (list of) MACHINE here. By default, zedboard-zynq7 and raspberrypi3 are built."
echo -e " If more than one, surround them with quotes, e.g.: \"raspberrypi4-64 intel-corei7-64\""
Expand Down

0 comments on commit 28c2741

Please sign in to comment.