Skip to content

Commit 8039a26

Browse files
authored
yocto-check-layer.yml: Change BitBake branch to master in workflow
As there is no yocto release branch in bitbake repo. Master should cover it all.
1 parent e636265 commit 8039a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/yocto-check-layer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
path: meta-aws
4848
- name: Checkout BitBake
49-
run: git clone https://git.openembedded.org/bitbake -b ${{steps.get-yocto-release-name.outputs.release}}
49+
run: git clone https://git.openembedded.org/bitbake -b master
5050
- name: Initialize Build Environment
5151
run: |
5252
bitbake/bin/bitbake-setup --setting default top-dir-prefix /home/runner \

0 commit comments

Comments
 (0)