Skip to content

Commit be6d725

Browse files
author
mat83
committed
add multimedia layer by default
1 parent 97a38da commit be6d725

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

conf/bblayers.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ BBLAYERS = " \
1818
${BASELAYERS} \
1919
${BSPLAYERS} \
2020
${OEROOT}/layers/openembedded-core/meta \
21+
${OEROOT}/layers/meta-openembedded/meta-multimedia \
2122
"

conf/local.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,8 @@ MIRRORS += " \
111111
gitsm://source.codeaurora.org/external/imx/ gitsm://github.com/nxp-imx/ \n \
112112
"
113113

114+
# Use gcc for some packages
114115
TOOLCHAIN:pn-imx-vpu-hantro = "gcc"
116+
TOOLCHAIN:pn-bayer2rgb = "gcc"
117+
TOOLCHAIN:pn-gstreamer1.0-bayer2rgb-neon = "gcc"
115118

0 commit comments

Comments
 (0)