Configure arm linux toolchain #54

Merged
sb10q merged 1 commits from fsagbuya/nix-servo:linux-toolchain into master 2024-08-17 17:37:24 +08:00
Collaborator

Description

Add zynq-armv7l-linux platform for building linux packages.

Also this patch necessitates the removal of crosspkgs from the not-os patches, for it will be redundant since we are already using the crossSystem method when building not-os.

Closes #1

Build log:

 nix build .#packages.armv7l-linux.fast-servo-qemu -L --show-trace &&
 ls -lhLs ./result/
total 506M
 4.0K -r-xr-xr-x 13 root root   718 Jan  1  1970 qemu-script
 505M -r--r--r--  2 root root  515M Jan  1  1970 sd-image.img
1016K -r-xr-xr-x  2 root root 1015K Jan  1  1970 u-boot.elf
### Description Add `zynq-armv7l-linux` platform for building linux packages. Also this patch necessitates the removal of `crosspkgs` from the not-os patches, for it will be redundant since we are already using the [crossSystem](https://git.m-labs.hk/M-Labs/nix-servo/src/branch/master/flake.nix#L135) method when building not-os. Closes #1 Build log: ``` nix build .#packages.armv7l-linux.fast-servo-qemu -L --show-trace && ls -lhLs ./result/ total 506M 4.0K -r-xr-xr-x 13 root root 718 Jan 1 1970 qemu-script 505M -r--r--r-- 2 root root 515M Jan 1 1970 sd-image.img 1016K -r-xr-xr-x 2 root root 1015K Jan 1 1970 u-boot.elf ```
fsagbuya added 3 commits 2024-03-26 18:04:40 +08:00
sb10q merged commit d9a2d60b50 into master 2024-04-03 12:22:17 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nix-servo#54
No description provided.