Update repository path for nxp/imx
Signed-off-by: Ganga Ram <Ganga.Ram@tii.ae>
This commit is contained in:
parent
2b68ccd747
commit
f1b2f71c86
|
@ -7,7 +7,7 @@
|
||||||
{
|
{
|
||||||
armTrustedFirmwareiMX8 = buildArmTrustedFirmware rec {
|
armTrustedFirmwareiMX8 = buildArmTrustedFirmware rec {
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://source.codeaurora.org/external/imx/imx-atf";
|
url = "https://github.com/nxp-imx/imx-atf.git";
|
||||||
# tag: "lf_v2.6"
|
# tag: "lf_v2.6"
|
||||||
rev = "c6a19b1a351308cc73443283f6aa56b2eff791b8";
|
rev = "c6a19b1a351308cc73443283f6aa56b2eff791b8";
|
||||||
sha256 = "sha256-C046MrZBDFuzBdnjuPC2fAGtXzZjTWRrO8nYTf1rjeg=";
|
sha256 = "sha256-C046MrZBDFuzBdnjuPC2fAGtXzZjTWRrO8nYTf1rjeg=";
|
||||||
|
|
|
@ -4,15 +4,20 @@ with pkgs;
|
||||||
pkgs.stdenv.mkDerivation rec {
|
pkgs.stdenv.mkDerivation rec {
|
||||||
pname = "imx-mkimage";
|
pname = "imx-mkimage";
|
||||||
version = "lf-5.15.32-2.0.0";
|
version = "lf-5.15.32-2.0.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://source.codeaurora.org/external/imx/imx-mkimage.git";
|
url = "https://github.com/nxp-imx/imx-mkimage.git";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-31pib5DTDPVfiAAoOSzK8HWUlnuiNnfXQIsxbjneMCc=";
|
sha256 = "sha256-vJuWK2GOAtps798QY1I6xIcixgenJmntrh24s9KtsKU=";
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace Makefile \
|
||||||
|
--replace 'CC = gcc' 'CC = clang'
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
clang
|
||||||
git
|
git
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ pkgs.stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
src = fetchGit {
|
src = fetchGit {
|
||||||
url = "https://source.codeaurora.org/external/imx/imx-optee-os.git";
|
url = "https://github.com/nxp-imx/imx-optee-os.git";
|
||||||
ref = "lf-5.15.32_2.0.0";
|
ref = "lf-5.15.32_2.0.0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ in {
|
||||||
ubootImx8 = buildUBoot {
|
ubootImx8 = buildUBoot {
|
||||||
version = "2022.04";
|
version = "2022.04";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://source.codeaurora.org/external/imx/uboot-imx.git";
|
url = "https://github.com/nxp-imx/uboot-imx.git";
|
||||||
# tag: "lf_v2022.04"
|
# tag: "lf_v2022.04"
|
||||||
rev = "1c881f4da83cc05bee50f352fa183263d7e2622b";
|
rev = "1c881f4da83cc05bee50f352fa183263d7e2622b";
|
||||||
sha256 = "sha256-0TS6VH6wq6PwZUq6ekbuLaisZ9LrE0/haU9nseGdiE0=";
|
sha256 = "sha256-0TS6VH6wq6PwZUq6ekbuLaisZ9LrE0/haU9nseGdiE0=";
|
||||||
|
|
Loading…
Reference in a new issue