Skip to content

Commit

Permalink
Explicit support for honister, dunfell, kirkstone, mickledore (
Browse files Browse the repository at this point in the history
  • Loading branch information
meghfossa committed Aug 21, 2023
1 parent 4418d65 commit 5c53d6d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,10 @@ jobs:
matrix:
# Yocto versions (using branch convention)
# https://wiki.yoctoproject.org/wiki/Releases
branch: [
"langdale",
"kirkstone",
"honister",
"hardknott",
"gatesgarth",
"dunfell",
]
branch: ["dunfell"]
env:
YOCTO_RELEASE: ${{ matrix.branch }}

runs-on: ubuntu-20.04
steps:
- name: Install Host dependencies
Expand All @@ -29,10 +22,10 @@ jobs:
xz-utils debianutils iputils-ping python3-git python3-jinja2 \
libegl1-mesa libsdl1.2-dev pylint3 xterm python3-subunit \
mesa-common-dev zstd liblz4-tool
- name: Check out meta-fossa
uses: actions/checkout@v3

- name: Run Yocto check layer script
run: |
cd ${RUNNER_TEMP}
Expand Down Expand Up @@ -62,4 +55,4 @@ jobs:
- uses: actions/checkout@v2
- name: "Check for incorrect FOSSA wording"
run: |
! grep 'Fossa ' **/*.md
! grep 'Fossa ' **/*.md
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@

_For more details and configuration options, please refer to our [integration guide](./GUIDE.md)!_

| Yocto Version | meta-fossa branch |
| ------------- | ------------------------------------------------------------------ |
| `dunfell` | [`dunfell`](https://github.com/fossas/meta-fossa/tree/honister) |
| `honister` | [honister](https://github.com/fossas/meta-fossa/tree/honister) |
| `kirkstone` | [kirkstone](https://github.com/fossas/meta-fossa/tree/kirkstone) |
| `mickledore` | [mickledore](https://github.com/fossas/meta-fossa/tree/mickledore) |

```shell
# Check out the FOSSA layer.
; git clone git@github.com:fossas/meta-fossa.git
; git clone https://github.com/fossas/meta-fossa.git -b dunfell

# Check out Yocto, if it isn't already.
; git clone git://git.yoctoproject.org/poky.git -b dunfell
Expand Down

0 comments on commit 5c53d6d

Please sign in to comment.