We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e09895 commit 9295328Copy full SHA for 9295328
.github/workflows/build.yml
@@ -77,6 +77,6 @@ jobs:
77
# FIXME: apply_poky_patches() fails in setup-environment and it's not
78
# needed, so skip it for now, until it's fixed properly.
79
sed -i '/ apply_poky_patches/d' setup-environment
80
- MACHINE=${{ matrix.machine }} DISTRO=qcom-wayland QCOM_SELECTED_BSP=${{ matrix.bsp }} source setup-environment
+ MACHINE=${{ matrix.machine }} DISTRO=qcom-wayland QCOM_SELECTED_BSP=${{ matrix.bsp }} . setup-environment
81
bitbake-layers add-layer $GITHUB_WORKSPACE
82
bitbake qcom-console-image
0 commit comments