Merge pull request #53821 from eadwu/linux_rpi/allow-modDirVersion-override
linux_rpi: allow modDirVersion override
This commit is contained in:
commit
dd125a10ab
|
@ -26,7 +26,7 @@ lib.overrideDerivation (buildLinux (args // rec {
|
||||||
} // (args.features or {});
|
} // (args.features or {});
|
||||||
|
|
||||||
extraMeta.hydraPlatforms = [ "aarch64-linux" ];
|
extraMeta.hydraPlatforms = [ "aarch64-linux" ];
|
||||||
})) (oldAttrs: {
|
} // (args.argsOverride or {}))) (oldAttrs: {
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
# The v7 defconfig has this set to '-v7' which screws up our modDirVersion.
|
# The v7 defconfig has this set to '-v7' which screws up our modDirVersion.
|
||||||
sed -i $buildRoot/.config -e 's/^CONFIG_LOCALVERSION=.*/CONFIG_LOCALVERSION=""/'
|
sed -i $buildRoot/.config -e 's/^CONFIG_LOCALVERSION=.*/CONFIG_LOCALVERSION=""/'
|
||||||
|
|
Loading…
Reference in New Issue