Skip to content

Commit

Permalink
add multimedia layer by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mat83 committed Jul 10, 2024
1 parent 97a38da commit be6d725
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ BBLAYERS = " \
${BASELAYERS} \
${BSPLAYERS} \
${OEROOT}/layers/openembedded-core/meta \
${OEROOT}/layers/meta-openembedded/meta-multimedia \
"
3 changes: 3 additions & 0 deletions conf/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,8 @@ MIRRORS += " \
gitsm://source.codeaurora.org/external/imx/ gitsm://github.com/nxp-imx/ \n \
"

# Use gcc for some packages
TOOLCHAIN:pn-imx-vpu-hantro = "gcc"
TOOLCHAIN:pn-bayer2rgb = "gcc"
TOOLCHAIN:pn-gstreamer1.0-bayer2rgb-neon = "gcc"

0 comments on commit be6d725

Please sign in to comment.