Skip to content

Commit

Permalink
Sync with lastest nanbield release
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
  • Loading branch information
superna9999 committed Nov 18, 2023
1 parent b390f89 commit 622f44c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- kirkstone
- dunfell
- mickledore
- nanbield
schedule:
- cron: 0 8 * * *

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
secrets:
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}

mickledore:
nanbield:
uses: ./.github/workflows/build-template.yml
with:
host: ubuntu-20.04
images: core-image-base core-image-weston core-image-x11 amlogic-image-headless-initrd amlogic-image-headless-sd amlogic-image-sato
machines: amlogic-p200 amlogic-p200-sdboot amlogic-p201-sdboot amlogic-p212 amlogic-p212-sdboot amlogic-s400 friendlyelec-nanopik2 hardkernel-odroidc2 hardkernel-odroidc2-sdboot hardkernel-odroidc4 hardkernel-odroidc4-sdboot hardkernel-odroidhc4 hardkernel-odroidhc4-sdboot hardkernel-odroidn2 hardkernel-odroidn2-sdboot hardkernel-odroidn2plus hardkernel-odroidn2plus-sdboot khadas-vim khadas-vim-sdboot khadas-vim2 khadas-vim3 khadas-vim3-sdboot khadas-vim3l khadas-vim3l-sdboot libretech-ac libretech-cc seirobotics-sei510 seirobotics-sei610
ref_type: branch
ref: mickledore
branch: mickledore
ref: nanbield
branch: nanbield
url: ${{github.server_url}}/${{github.repository}}
secrets:
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ $ mkdir amlogic-bsp
Checkout Yocto/Poky :
```
$ cd amlogic-bsp
amlogic-bsp$ git clone --depth 1 git://git.yoctoproject.org/poky -b mickledore poky
amlogic-bsp$ git clone --depth 1 git://git.yoctoproject.org/poky -b nanbield poky
```

Checkout meta-meson :
```
amlogic-bsp$ git clone https://github.com/superna9999/meta-meson.git meta-meson -b mickledore
amlogic-bsp$ git clone https://github.com/superna9999/meta-meson.git meta-meson -b nanbield
```

Initialize environment :
Expand Down
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meson"
BBFILE_PATTERN_meson = "^${LAYERDIR}/"
BBFILE_PRIORITY_meson = "1"
LAYERSERIES_COMPAT_meson = "kirkstone langdale mickledore nanbield"
LAYERSERIES_COMPAT_meson = "nanbield"

# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
Expand Down

0 comments on commit 622f44c

Please sign in to comment.