Skip to content

Commit e636265

Browse files
authored
build-test-recipe: BitBake branch from variable to 'master'
As there is no yocto release branch in the bitbake repo. Master should cover all releases.
1 parent ec83827 commit e636265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-recipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
path: ${{ github.workspace }}/meta-aws
101101
- name: Checkout BitBake
102-
run: git clone https://git.openembedded.org/bitbake -b ${{ needs.changed.outputs.release }} ${{ github.workspace }}/bitbake
102+
run: git clone https://git.openembedded.org/bitbake -b master ${{ github.workspace }}/bitbake
103103
- name: Initialize Build Environment
104104
run: |
105105
chown -R yoctouser .

0 commit comments

Comments
 (0)