Skip to content

Commit 4a167e9

Browse files
authored
Merge pull request #7292 from bandi13/addMeta-WolfsslToBuild
This will force building of dependencies in the container
2 parents 95eb179 + 4270f8c commit 4a167e9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Docker/yocto/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ WORKDIR /opt/poky
1919
ARG YOCTO_VERSION=kirkstone
2020
RUN git checkout -t origin/${YOCTO_VERSION} -b ${YOCTO_VERSION} && git pull
2121

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+
2227
RUN /bin/bash -c "source oe-init-build-env && bitbake core-image-minimal"

0 commit comments

Comments
 (0)