Skip to content

Commit

Permalink
mainline experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
onny committed Jun 1, 2024
1 parent b55712d commit f1478c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions starfive/visionfive/v2/linux-6.6.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{ lib, callPackage, linuxPackagesFor, kernelPatches, ... }:

let
modDirVersion = "6.6.0";
modDirVersion = "6.10.0-rc1";
linuxPkg = { lib, fetchFromGitHub, buildLinux, ... }@args:
buildLinux (args // {
version = "${modDirVersion}-starfive-visionfive2";

src = fetchFromGitHub {
owner = "starfive-tech";
repo = "linux";
rev = "13eb70da2a73187c8c7aece13d23d68928aa8210";
hash = "sha256-bwB7Pc+Z+MWXPfWYdgtRGuhqjiNHLDGNCY62e4lBGvE=";
owner = "orangecms";
repo = "linux-starfive";
rev = "d10a10d28eb5c1fd14acaf55e1050306963d8d9b";
hash = "sha256-B+zyphZzas74FbhHmCFgwkQpr5FS6xjmGHbp+If6XQo=";
};

inherit modDirVersion kernelPatches;
Expand All @@ -20,7 +20,7 @@ let
SERIAL_8250_DW = yes;
};

extraMeta.branch = "JH7110_VisionFive2_upstream";
extraMeta.branch = "6.9-jh7110-cpu";
} // (args.argsOverride or { }));

in lib.recurseIntoAttrs (linuxPackagesFor (callPackage linuxPkg { }))

0 comments on commit f1478c1

Please sign in to comment.