Skip to content

Commit 5ac7334

Browse files
committed
linux-hardkernel: 4.14.47-139 -> 4.14.55-146. Additionally, use vendor defconfig.
1 parent c4adce7 commit 5ac7334

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{ stdenv, buildPackages, hostPlatform, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args:
22

33
buildLinux (args // rec {
4-
version = "4.14.47-139";
4+
version = "4.14.55-146";
55

66
# modDirVersion needs to be x.y.z.
7-
modDirVersion = "4.14.47";
7+
modDirVersion = "4.14.55";
88

99
# branchVersion needs to be x.y.
1010
extraMeta.branch = "4.14";
@@ -13,7 +13,19 @@ buildLinux (args // rec {
1313
owner = "hardkernel";
1414
repo = "linux";
1515
rev = version;
16-
sha256 = "0jjgrmvi1h8zs8snnvghnjd422yfmn7jv9y1n7xikmfv4nvwqrkv";
16+
sha256 = "1bm1njng4rwfylgnqv06vabkvybm9rikqj1lsb7p9qcs3y1kw6mh";
1717
};
1818

19+
defconfig = "odroidxu4_defconfig";
20+
21+
# This extraConfig is (only) required because the gator module fails to build as-is.
22+
extraConfig = ''
23+
24+
GATOR n
25+
26+
# This attempted fix applies correctly but does not fix the build.
27+
#GATOR_MALI_MIDGARD_PATH ${src}/drivers/gpu/arm/midgard
28+
29+
'' + (args.extraConfig or "");
30+
1931
} // (args.argsOverride or {}))

0 commit comments

Comments
 (0)