Florian Agbuya fsagbuya
  • Joined on 2023-09-27
fsagbuya pushed to not-os-patches at fsagbuya/nix-servo 2024-03-01 17:14:37 +08:00
efe58d8106 move not-os patches to dedicated folder
fsagbuya created branch not-os-patches in fsagbuya/nix-servo 2024-03-01 17:14:36 +08:00
fsagbuya pushed to linien-server at fsagbuya/nix-servo 2024-03-01 16:49:01 +08:00
f84ae926ca add linien-server package
007ca18cab fix homeless-shelter error
506bbcc0db add fast-servo linien gateware
e12b672cdc add __pycache__
cd9590503c add fast-servo gateware support files
Compare 6 commits »
fsagbuya pushed to gateware at fsagbuya/nix-servo 2024-03-01 16:27:08 +08:00
ad725ae41b fix homeless-shelter error
fsagbuya commented on pull request M-Labs/nix-servo#37 2024-03-01 16:12:00 +08:00
Add fast-servo linien gateware

Updated: Also need to modify the file __init__.py :

    >   File "/nix/store/04nl55kmfkaacbv7v…
fsagbuya pushed to gateware at fsagbuya/nix-servo 2024-03-01 16:11:59 +08:00
ccdbd67daa fix homeless-shelter error
fsagbuya commented on pull request M-Labs/nix-servo#37 2024-03-01 14:46:55 +08:00
Add fast-servo linien gateware

The config.py file that requires modification is part of the linien-common dependency:

nativeBuildInputs = [
          (pkgs.python3.withPackages(ps: [ migen misoc ps.linien-common…
fsagbuya commented on pull request M-Labs/nix-servo#37 2024-03-01 12:26:24 +08:00
Add fast-servo linien gateware

Removing it will cause it to create a copy the linien-gateware directory itself and not the contents alone.

ls result:

b535q358y1izxkmd4zfijf51ws9fsrn7-linien-gateware
fsagbuya commented on pull request M-Labs/nix-servo#37 2024-03-01 12:24:40 +08:00
Add fast-servo linien gateware

Added a new commit for the changes.

fsagbuya pushed to gateware at fsagbuya/nix-servo 2024-03-01 12:23:29 +08:00
71d7fa2271 gateware: removed linien_common dependency
86bffe7280 add fast-servo linien gateware
Compare 2 commits »
fsagbuya pushed to gateware at fsagbuya/nix-servo 2024-03-01 12:05:35 +08:00
df6a8233f5 add fast-servo linien gateware
fsagbuya commented on pull request M-Labs/nix-servo#37 2024-03-01 11:51:04 +08:00
Add fast-servo linien gateware

Converted to prePatch. It does not need the variable sourceRoot now.

fsagbuya commented on pull request M-Labs/nix-servo#37 2024-03-01 11:49:31 +08:00
Add fast-servo linien gateware

Update: removed the linien-common dependency that imports the config.py from the gateware build

fsagbuya pushed to gateware at fsagbuya/nix-servo 2024-03-01 11:49:24 +08:00
de445b2e65 add fast-servo linien gateware
fsagbuya commented on pull request M-Labs/nix-servo#37 2024-02-29 18:49:10 +08:00
Add fast-servo linien gateware

Running ls after mkdir -p $sourceRoot/fast_servo/gateware and it does not found the directory:

fast-servo-gateware> source root is source
fast-servo-gateware> Running phase: patchPhase
fa…
fsagbuya commented on pull request M-Labs/nix-servo#37 2024-02-29 18:39:28 +08:00
Add fast-servo linien gateware

I think it can be replaced with an empty/dummy file, will test and have it added to the patch.

fsagbuya commented on pull request M-Labs/nix-servo#37 2024-02-29 18:35:13 +08:00
Add fast-servo linien gateware

Apologies, I maybe pointing to patchPhase not the prePatch. However applying it on prePatch returns a hunk error.

      >…
fsagbuya pushed to gateware at fsagbuya/nix-servo 2024-02-29 17:49:48 +08:00
9fd509353f add fast-servo linien gateware
fsagbuya commented on pull request M-Labs/nix-servo#37 2024-02-29 17:49:39 +08:00
Add fast-servo linien gateware

It seems I accidentally add that patch during test, apologies. Updated.

fsagbuya commented on pull request M-Labs/nix-servo#37 2024-02-29 17:49:29 +08:00
Add fast-servo linien gateware

According to the trace log:

FileNotFoundError: [Errno 2] No such file or directory: '/homeless-shelter/.local/share/linien'

It is found on this part of the build system: https://github