Skip to content

Commit

Permalink
Merge pull request #79 from jhnc-oss/63-merge_scarthgap
Browse files Browse the repository at this point in the history
Switch main to scarthgap
  • Loading branch information
h5b authored Dec 21, 2024
2 parents c8aae6f + d924d84 commit a85f2e8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: jojomatik/sync-branch@v2
with:
source: "main"
target: "kirkstone"
target: "scarthgap"
strategy: "fail"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ For further details please refer to containers-storage.conf(5).

| Yocto Release Branch | Status | Note |
|:--------------------:|:------:|------|
| **`kirkstone`** | :heavy_check_mark: LTS | :arrows_clockwise: Synced from `main`*do not contribute directly* |
| **`scarthgap`** | :heavy_check_mark: LTS | :arrows_clockwise: Synced from `main`*do not contribute directly* |
| **`kirkstone`** | :heavy_check_mark: LTS | |
| **`dunfell`** | :heavy_check_mark: LTS | |
4 changes: 2 additions & 2 deletions dev/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit
set -o pipefail
set -o nounset

MANIFEST_BRANCH="${1:-main}"
MANIFEST_BRANCH="${1:-scarthgap}"
YOCTO_TARGET_ARCH="x86_64"

YOCTO_GID="1000"
Expand Down Expand Up @@ -34,7 +34,7 @@ podman run \
-v "${PWD}"/download:"${YOCTO_WORKDIR}"/download:Z \
-v "${PWD}"/sstate:"${YOCTO_WORKDIR}"/sstate:Z \
--env YOCTO_TARGET_ARCH="${YOCTO_TARGET_ARCH}" \
--env TEMPLATECONF="${YOCTO_WORKDIR}"/protos/conf/templates \
--env TEMPLATECONF="${YOCTO_WORKDIR}"/protos/meta-protos/conf/templates/default \
--env "BB_ENV_PASSTHROUGH_ADDITIONS=YOCTO_TARGET_ARCH" \
ghcr.io/jhnc-oss/yocto-image/yocto:38 \
bash -c "dev/init_env.sh ${MANIFEST_BRANCH}"
2 changes: 1 addition & 1 deletion dev/init_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -o errexit

MANIFEST_BRANCH="${1:-main}"
MANIFEST_BRANCH="${1:-scarthgap}"
MANIFEST_URL="https://github.com/jhnc-oss/yocto-manifests.git"

repo init \
Expand Down

0 comments on commit a85f2e8

Please sign in to comment.