Skip to content

Commit

Permalink
Pin meta-gnss-sdr layer to version 24.02
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Feb 13, 2024
1 parent 5e76617 commit bc34f62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2023 C. Fernandez-Prades carles.fernandez(at)cttc.es
# SPDX-FileCopyrightText: 2024 C. Fernandez-Prades carles.fernandez(at)cttc.es
---
authors:
- affiliation: "Centre Tecnològic de Telecomunicacions de Catalunya (CTTC)"
Expand All @@ -16,7 +16,7 @@ authors:
family-names: Flynn
given-names: Toby
cff-version: "1.2.0"
date-released: "2023-04-17"
date-released: "2024-02-12"
identifiers:
- description: "The concept DOI of the work. This is a DOI always pointing to the latest stable release."
type: doi
Expand All @@ -36,4 +36,4 @@ message: "If you use this software, please cite it using the metadata from this
repository-code: "https://github.com/carlesfernandez/oe-gnss-sdr-manifest"
title: "oe-gnss-sdr-manifest"
type: software
version: "langdale 23.04"
version: "Nanbield 23.04"
10 changes: 5 additions & 5 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: 2016-2023 Carles Fernandez-Prades <carles.fernandez@cttc.es>
SPDX-FileCopyrightText: 2016-2024 Carles Fernandez-Prades <carles.fernandez@cttc.es>
)
<!-- prettier-ignore-end -->

Expand Down Expand Up @@ -95,7 +95,7 @@ $ git config --global user.email your.name@example.com

Tell Repo where to find the manifest

$ repo init -u https://github.com/carlesfernandez/oe-gnss-sdr-manifest.git -b mickledore
$ repo init -u https://github.com/carlesfernandez/oe-gnss-sdr-manifest.git -b nanbield

A successful initialization will end with a message stating that Repo is
initialized in your working directory. Your client directory should now
Expand Down Expand Up @@ -158,7 +158,7 @@ $ git config --global user.email your.name@example.com

Install it by running:

$ sudo sh ./tmp-glibc/deploy/sdk/geniux-x86_64-gnss-sdr-dev-image-zedboard-zynq7-toolchain-mickledore-23.04.1.sh
$ sudo sh ./tmp-glibc/deploy/sdk/geniux-x86_64-gnss-sdr-dev-image-zedboard-zynq7-toolchain-nanbield-24.02.1.sh

This will ask you what directory to install the SDK into. Which directory
doesn't matter, just make sure wherever it goes that you have enough disk space.
Expand Down Expand Up @@ -194,7 +194,7 @@ This will create a root filesystem at
`./tmp-glibc/deploy/images/zedboard-zynq7/gnss-sdr-demo-image-zedboard-zynq7-YYYYMMDDHHMMSS.rootfs.tar.gz`.

As well, executing
`./tmp-glibc/deploy/sdk/geniux-x86_64-gnss-sdr-demo-image-zedboard-zynq7-toolchain-mickledore-23.04.1.sh`
`./tmp-glibc/deploy/sdk/geniux-x86_64-gnss-sdr-demo-image-zedboard-zynq7-toolchain-nanbield-24.02.1.sh`
as sudo will install the SDK, providing the full root filesystem at
`/usr/local/oecore-x86_64/sysroots/armv7ahf-neon-oe-linux-gnueabi/`.

Expand Down Expand Up @@ -273,7 +273,7 @@ and then re-initialize your repo client

## Copyright and License

Copyright: &copy; 2016-2023 Carles Fern&aacute;ndez-Prades,
Copyright: &copy; 2016-2024 Carles Fern&aacute;ndez-Prades,
[CTTC](https://www.cttc.cat). All rights reserved.

The content of this repository is released under the [MIT](./LICENSES/MIT.txt)
Expand Down
4 changes: 2 additions & 2 deletions default.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-License-Identifier: MIT -->
<!-- SPDX-FileCopyrightText: 2016-2023 Carles Fernandez-Prades <carles.fernandez@cttc.es> -->
<!-- SPDX-FileCopyrightText: 2016-2024 Carles Fernandez-Prades <carles.fernandez@cttc.es> -->

<manifest>
<remote name="openembedded"
Expand Down Expand Up @@ -36,6 +36,6 @@
<project name="meta-raspberrypi" remote="yocto" path="meta-raspberrypi" revision="fde68b24f08b0eac4ad4bfd3c461dc17fe3a263c" />
<project name="meta-intel" remote="yocto" path="meta-intel" revision="8d633bd01e20e31c0dae58cf3cd41eddb2f712c7" />
<project name="meta-swupdate" remote="sbabic" path="meta-swupdate" revision="efb849ac55d6621ed6e6092581195f748d488ea1" />
<project name="meta-gnss-sdr" remote="gnss-sdr" path="meta-gnss-sdr" revision="nanbield" />
<project name="meta-gnss-sdr" remote="gnss-sdr" path="meta-gnss-sdr" revision="5a10cdf6753d4712f9ce4bce9f233c2b955e6040" />

</manifest>

0 comments on commit bc34f62

Please sign in to comment.