Using PR version

pull/7358/head
Andras Fekete 2024-03-19 11:53:03 -04:00
parent 9bddddb952
commit 5e45bb4d25
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ WORKDIR /opt/poky
ARG YOCTO_VERSION=kirkstone
RUN git checkout -t origin/${YOCTO_VERSION} -b ${YOCTO_VERSION} && git pull
RUN git clone --single-branch --branch=kirkfellRecipe https://github.com/night1rider/meta-wolfssl.git && \
RUN git clone --single-branch --branch=kirkfell-MasterVersion https://github.com/night1rider/meta-wolfssl.git && \
/bin/bash -c "source oe-init-build-env" && \
echo 'IMAGE_INSTALL:append = " wolfssl wolfclu wolfssh wolfmqtt wolftpm wolfclu "' >> /opt/poky/build/conf/local.conf && \
sed -i '/\/opt\/poky\/meta-poky \\/a \\t/opt/poky/meta-wolfssl \\' /opt/poky/build/conf/bblayers.conf