feat: Zephyr 3.0.0
See: https://docs.zephyrproject.org/3.0.0/getting_started/index.html
This commit is contained in:
committed by
Pete Johanson
parent
c5ac6433b0
commit
c94dce1726
@@ -10,7 +10,6 @@ RUN \
|
||||
apt-get -y update \
|
||||
&& apt-get -y install --no-install-recommends \
|
||||
ccache \
|
||||
cmake \
|
||||
file \
|
||||
gcc \
|
||||
gcc-multilib \
|
||||
@@ -25,6 +24,7 @@ RUN \
|
||||
python3-wheel \
|
||||
&& pip3 install \
|
||||
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/v${ZEPHYR_VERSION}/scripts/requirements-base.txt \
|
||||
&& pip3 install cmake \
|
||||
&& apt-get remove -y --purge \
|
||||
python3-dev \
|
||||
python3-pip \
|
||||
@@ -53,6 +53,7 @@ RUN \
|
||||
gpg \
|
||||
gpg-agent \
|
||||
less \
|
||||
libpython3.8-dev \
|
||||
libsdl2-dev \
|
||||
locales \
|
||||
nano \
|
||||
|
Reference in New Issue
Block a user