Skip to content

Commit

Permalink
Update ESP32 images to make it works with ubuntu:24.04 (#34031)
Browse files Browse the repository at this point in the history
* Add xz package required during building

* Fix location of qemu-system-xtensa for newer version of espessif qemu

* Update version
  • Loading branch information
jlatusek authored and pull[bot] committed Sep 16, 2024
1 parent d74701e commit 1116953
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
59 : Install order fix for glib with enabled thread sanitizer.
60 : Add missing xz for esp32, upfate location of qemu-system-xtensa
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN set -x \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -fy --no-install-recommends \
git \
xz-utils \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/ \
&& : # last line
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUN set -x \
&& : # last line

ENV QEMU_ESP32_DIR=/opt/espressif/qemu
ENV QEMU_ESP32=/opt/espressif/qemu/xtensa-softmmu/qemu-system-xtensa
ENV QEMU_ESP32=/opt/espressif/qemu/qemu-system-xtensa

0 comments on commit 1116953

Please sign in to comment.