mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
U-Boot: Add platforms to legacy U-Boots
Or they will be tried to be built on x86_64 since #19990.
This commit is contained in:
parent
a7c31ce165
commit
1e7bb272e1
@ -50,4 +50,8 @@ stdenv.mkDerivation {
|
||||
mkdir -p $out/bin
|
||||
cp tools/{envcrc,mkimage} $out/bin
|
||||
'';
|
||||
|
||||
meta = {
|
||||
platforms = [ "armv5tel-linux" ];
|
||||
};
|
||||
}
|
||||
|
@ -57,4 +57,8 @@ stdenv.mkDerivation {
|
||||
mkdir -p $out/bin
|
||||
cp tools/{envcrc,mkimage} $out/bin
|
||||
'';
|
||||
|
||||
meta = {
|
||||
platforms = [ "mipsel-linux" ];
|
||||
};
|
||||
}
|
||||
|
@ -54,4 +54,8 @@ stdenv.mkDerivation {
|
||||
mkdir -p $out/bin
|
||||
cp tools/{envcrc,mkimage} $out/bin
|
||||
'';
|
||||
|
||||
meta = {
|
||||
platforms = [ "armv5tel-linux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user