We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95eb179 + 4270f8c commit 4a167e9Copy full SHA for 4a167e9
1 file changed
Docker/yocto/Dockerfile
@@ -19,4 +19,9 @@ WORKDIR /opt/poky
19
ARG YOCTO_VERSION=kirkstone
20
RUN git checkout -t origin/${YOCTO_VERSION} -b ${YOCTO_VERSION} && git pull
21
22
+RUN git clone --single-branch --branch=${YOCTO_VERSION} https://github.com/wolfSSL/meta-wolfssl.git && \
23
+ /bin/bash -c "source oe-init-build-env" && \
24
+ echo 'IMAGE_INSTALL:append = " wolfssl wolfclu wolfssh wolfmqtt wolftpm wolfclu "' >> /opt/poky/build/conf/local.conf && \
25
+ sed -i '/\/opt\/poky\/meta-poky \\/a \\t/opt/poky/meta-wolfssl \\' /opt/poky/build/conf/bblayers.conf
26
+
27
RUN /bin/bash -c "source oe-init-build-env && bitbake core-image-minimal"
0 commit comments