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 97a38da commit be6d725Copy full SHA for be6d725
conf/bblayers.conf
@@ -18,4 +18,5 @@ BBLAYERS = " \
18
${BASELAYERS} \
19
${BSPLAYERS} \
20
${OEROOT}/layers/openembedded-core/meta \
21
+ ${OEROOT}/layers/meta-openembedded/meta-multimedia \
22
"
conf/local.conf
@@ -111,5 +111,8 @@ MIRRORS += " \
111
gitsm://source.codeaurora.org/external/imx/ gitsm://github.com/nxp-imx/ \n \
112
113
114
+# Use gcc for some packages
115
TOOLCHAIN:pn-imx-vpu-hantro = "gcc"
116
+TOOLCHAIN:pn-bayer2rgb = "gcc"
117
+TOOLCHAIN:pn-gstreamer1.0-bayer2rgb-neon = "gcc"
118
0 commit comments