install crossbuild in buster slave for arm arch kernel compile
This commit is contained in:
parent
00e7e14927
commit
dc0f010066
@ -315,6 +315,11 @@ RUN sudo augtool --autosave "set /files/etc/dpkg/dpkg.cfg/force-confold"
|
||||
# For linux build
|
||||
RUN apt-get -y build-dep linux
|
||||
|
||||
# For march kernel compile
|
||||
RUN apt-get install -y crossbuild-essential-amd64 \
|
||||
crossbuild-essential-arm64 \
|
||||
crossbuild-essential-armhf
|
||||
|
||||
# For gobgp and telemetry build
|
||||
RUN export VERSION=1.14.2 \
|
||||
{%- if CONFIGURED_ARCH == "armhf" %}
|
||||
|
Reference in New Issue
Block a user