File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN set -e; \
1313
1414RUN set -e; \
1515 apt-get update; \
16- apt-get -y install --no-install-recommends kmod libgnutls28-dev uuid-dev bc bison build-essential ca-certificates cmake cpio crossbuild-essential-armhf crossbuild-essential-arm64 device-tree-compiler dosfstools e2tools file flex fuseext2 g++ gcc git libbz2-dev libncurses-dev libssl-dev libusb-1.0-0-dev libzip-dev make meson mtools multistrap ninja-build p7zip p7zip-full pandoc parted pkg-config python3 python3-cryptography python3-pyelftools qemu-system-arm rsync squashfs-tools sudo tar u-boot-tools unzip wget xz-utils zlib1g-dev fakeroot debootstrap pipx libfdt-dev python3-dev ; \
16+ apt-get -y install --no-install-recommends kmod libgnutls28-dev uuid-dev bc bison build-essential ca-certificates cmake cpio crossbuild-essential-armhf crossbuild-essential-arm64 device-tree-compiler dosfstools e2tools file flex fuseext2 g++ gcc git libbz2-dev libncurses-dev libssl-dev libusb-1.0-0-dev libzip-dev make meson mtools multistrap ninja-build p7zip p7zip-full pandoc parted pkg-config python3 python3-cryptography python3-pyelftools qemu-system-arm rsync squashfs-tools sudo tar u-boot-tools unzip wget xz-utils zlib1g-dev fakeroot debootstrap pipx libfdt-dev python3-dev yamllint ; \
1717 :
1818
1919ENV PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ GIT_REL[uboot-imx]=lf-6.6.52-2.2.0-sr-imx8
1010GIT_COMMIT[uboot-imx]=7ee00406e63caa4d9176e8a337621fd9b82f68a5
1111GIT_URL[uboot-imx]=https://github.com/SolidRun/u-boot.git
1212GIT_REL[linux-imx]=lf-6.6-sr-imx8
13- GIT_COMMIT[linux-imx]=008c029474ad71213e40609d44fb16d8a5ba3eca
13+ GIT_COMMIT[linux-imx]=0d3d25a6c8f20d00480843b087bb8c18c4ab5ab7
1414GIT_URL[linux-imx]=https://github.com/SolidRun/linux-stable.git
1515GIT_REL[imx-mkimage]=lf-6.6.52-2.2.0
1616GIT_URL[imx-mkimage]=https://github.com/nxp-imx/imx-mkimage.git
@@ -346,7 +346,7 @@ function build_kernel() {
346346 freescale/imx8mp-solidsense-aiot.dtb
347347 freescale/imx8mp-sr-som-basler.dtbo
348348 )
349- make -j$( nproc) CHECK_DTBS=1 ${CHECK_DTBS[@]}
349+ make -j$( nproc) -k CHECK_DTBS=1 ${CHECK_DTBS[@]} || true
350350 make -j$( nproc) Image Image.gz dtbs modules
351351 make savedefconfig
352352 KRELEASE=` make kernelrelease`
You can’t perform that action at this time.
0 commit comments