Skip to content

Commit

Permalink
ci: tune license-flags-accepted variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Josua-SR committed Oct 1, 2024
1 parent 921f202 commit 0d2be6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
export BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS CACHE_DIR"
echo "require conf/include/ci.conf" >> conf/local.conf
cat conf/local.conf
cat sources/meta-solidrun-arm-imx8/conf/include/ci.conf
bitbake core-image-minimal imx-image-full imx-hailo-demo-image --runall=fetch -k || true
bitbake core-image-minimal imx-image-full imx-hailo-demo-image -k || true
Expand Down
2 changes: 1 addition & 1 deletion conf/include/ci.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ CCACHE_TOP_DIR = "${CACHE_DIR}/ccache"
INHERIT += "ccache"
INHERIT += "rm_work"

LICENSE_FLAGS_ACCEPTED += "commercial_ffmpeg"
LICENSE_FLAGS_ACCEPTED:append = " commercial_ffmpeg"

0 comments on commit 0d2be6e

Please sign in to comment.