You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However it seems a lot of unnecary packages ar build in this situation when refrencing systemToInstallNative.config.system.build.etc just to get the udev rules.
The text was updated successfully, but these errors were encountered:
I'm cross compiling a system for armv7 and trying to use disko to write an sd-card.
In the Im doing a
writeShellScript
that referencesubootAmx335xEVM
(an armv7 only build).and adding to
environment.systemPackages
.I'm using binfmt while building the sdcard
When running the build (on an x86 host) the following line in
make-disk-image.nix
seemsto try to build
ubootAmx335xEVM
using x86 gcc which fails.disko/lib/make-disk-image.nix
Line 123 in 8d6dd03
The issue can be workaround by doing:
However it seems a lot of unnecary packages ar build in this situation when refrencing
systemToInstallNative.config.system.build.etc
just to get the udev rules.The text was updated successfully, but these errors were encountered: