From 5e45bb4d25b4e904e8fbdc04b945bb82f702e570 Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Tue, 19 Mar 2024 11:53:03 -0400 Subject: [PATCH] Using PR version --- Docker/yocto/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/yocto/Dockerfile b/Docker/yocto/Dockerfile index 7262f9eb1..618a4ad93 100644 --- a/Docker/yocto/Dockerfile +++ b/Docker/yocto/Dockerfile @@ -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