File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ set -euxo pipefail
4+
15python3 -m venv venv
26source venv/bin/activate
37pip install -U pip
@@ -14,5 +18,4 @@ sed -e 's/>=61.0/==68.2.2/' -i src/third_party/u-boot/files/tools/binman/pyproje
1418sed -e ' s/"pylibfdt"/"libfdt"/' -i src/third_party/u-boot/files/tools/binman/pyproject.toml
1519pip install src/third_party/u-boot/files/tools/binman
1620
17- # WIP:
18- zmake -j8 build lotus --clobber -DCMAKE_MAKE_PROGRAM=(which ninja) -DGIT_EXECUTABLE=(which git)
21+ zmake -j8 build lotus -DCMAKE_MAKE_PROGRAM=" $( which ninja) " -DGIT_EXECUTABLE=" $( which git) "
Original file line number Diff line number Diff line change 2323 buildInputs = with pkgs ; [
2424 # pkgsCross.arm-embedded.buildPackages.gcc
2525 ( zephyr-nix . packages . ${ system } . sdk-0_16 . override { targets = [ "arm-zephyr-eabi" ] ; } )
26- gcc-arm-embedded
27- gcc
28- gnumake
29- git-repo
30- swig # or swig3?
26+ # gcc-arm-embedded
27+ # gcc
28+ # gnumake
29+ # git-repo
30+ # swig # or swig3?
3131 python312
3232 python312Packages . libfdt # <- 311 version fails to build
3333 dtc
3434 cmake
3535 file
3636 ninja
37- wget
38- uv
37+ # wget
38+ # uv
3939 ] ;
4040 } ;
4141 } ) ;
You can’t perform that action at this time.
0 commit comments