From 9aff18faedd7143f5b997a3f3b6f87adccdeb09c Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:30:15 +0300 Subject: [PATCH 01/21] Create repos.pyxis.json --- repos.pyxis.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 repos.pyxis.json diff --git a/repos.pyxis.json b/repos.pyxis.json new file mode 100644 index 0000000..1da7f35 --- /dev/null +++ b/repos.pyxis.json @@ -0,0 +1,45 @@ +[ + { + "kernelSource": { + "name": "kernel_pyxis", + "repo": "https://github.com/TP4HCEP/los", + "branch": "20", + "device": "pyxis", + "defconfig": "pyxis_defconfig" + }, + "withKernelSU": false, + "toolchains": [ + { + "repo": "https://github.com/Akitlove/android-kernel-tools", + "branch": "clang13", + "name": "clang13", + "binPath": ["./bin"] + } + ], + "params": { + "ARCH": "arm64", + "CC": "clang13/clang/host/linux-x86/clang-r428724/bin/clang", + "externalCommand": { + "CROSS_COMPILE": "clang13/linaro-gcc-4.9/aarch64-linux-gnu/bin/aarch64-linux-gnu-", + "CROSS_COMPILE_ARM32": "clang13/linaro-gcc-4.9/arm-linux-gnueabi/bin/arm-linux-gnueabi-", + "AR": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-ar", + "NM": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-nm", + "OBJCOPY": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-objcopy", + "OBJDUMP": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-objdump", + "READELF": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-readelf", + "OBJSIZE": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-size", + "STRIP": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-strip", + "HOSTCC": "clang13/clang/host/linux-x86/clang-r428724/bin/clang", + "HOSTCXX": "clang13/clang/host/linux-x86/clang-r428724/bin/clang++", + "LLVM_AR": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-ar", + "LLVM_DIS": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-dis" + } + }, + "AnyKernel3": { + "use": true, + "release": true, + "repo": "https://github.com/TP4HCEP/AnyKernel3", + "branch": "master" + } + } +] From ee8cd931b7a7bfd796bfc87047cb3199cf53c747 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Fri, 15 Mar 2024 18:02:52 +0300 Subject: [PATCH 02/21] Update repos.pyxis.json --- repos.pyxis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos.pyxis.json b/repos.pyxis.json index 1da7f35..86f3b6a 100644 --- a/repos.pyxis.json +++ b/repos.pyxis.json @@ -7,7 +7,7 @@ "device": "pyxis", "defconfig": "pyxis_defconfig" }, - "withKernelSU": false, + "withKernelSU": true, "toolchains": [ { "repo": "https://github.com/Akitlove/android-kernel-tools", From 94755f89e1204d838b2986ef1bd9d9b5ca522f37 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Fri, 15 Mar 2024 18:03:10 +0300 Subject: [PATCH 03/21] Update repos.pyxis.json --- repos.pyxis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos.pyxis.json b/repos.pyxis.json index 1da7f35..86f3b6a 100644 --- a/repos.pyxis.json +++ b/repos.pyxis.json @@ -7,7 +7,7 @@ "device": "pyxis", "defconfig": "pyxis_defconfig" }, - "withKernelSU": false, + "withKernelSU": true, "toolchains": [ { "repo": "https://github.com/Akitlove/android-kernel-tools", From bfd12f5ab14d7b2a3053eea46dc0cd8b17b142a7 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Fri, 15 Mar 2024 18:26:43 +0300 Subject: [PATCH 04/21] Update repos.pyxis.json --- repos.pyxis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos.pyxis.json b/repos.pyxis.json index 86f3b6a..1da7f35 100644 --- a/repos.pyxis.json +++ b/repos.pyxis.json @@ -7,7 +7,7 @@ "device": "pyxis", "defconfig": "pyxis_defconfig" }, - "withKernelSU": true, + "withKernelSU": false, "toolchains": [ { "repo": "https://github.com/Akitlove/android-kernel-tools", From 695b9655033fde41aaffc9fe6994bb5d1b1f7e6e Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Fri, 15 Mar 2024 18:40:41 +0300 Subject: [PATCH 05/21] Delete repos.oneplus3.json --- repos.oneplus3.json | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 repos.oneplus3.json diff --git a/repos.oneplus3.json b/repos.oneplus3.json deleted file mode 100644 index 793db71..0000000 --- a/repos.oneplus3.json +++ /dev/null @@ -1,45 +0,0 @@ -[ - { - "kernelSource": { - "name": "kernel_msm8996", - "repo": "https://github.com/Akitlove/kernel_oneplus_msm8996", - "branch": "lineage18.1-intelli-Thermal-3.0", - "device": "oneplus3-R", - "defconfig": "lineageos_oneplus3_defconfig" - }, - "withKernelSU": false, - "toolchains": [ - { - "repo": "https://github.com/Akitlove/android-kernel-tools", - "branch": "clang13", - "name": "clang13", - "binPath": ["./bin"] - } - ], - "params": { - "ARCH": "arm64", - "CC": "clang13/clang/host/linux-x86/clang-r428724/bin/clang", - "externalCommand": { - "CROSS_COMPILE": "clang13/linaro-gcc-4.9/aarch64-linux-gnu/bin/aarch64-linux-gnu-", - "CROSS_COMPILE_ARM32": "clang13/linaro-gcc-4.9/arm-linux-gnueabi/bin/arm-linux-gnueabi-", - "AR": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-ar", - "NM": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-nm", - "OBJCOPY": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-objcopy", - "OBJDUMP": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-objdump", - "READELF": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-readelf", - "OBJSIZE": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-size", - "STRIP": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-strip", - "HOSTCC": "clang13/clang/host/linux-x86/clang-r428724/bin/clang", - "HOSTCXX": "clang13/clang/host/linux-x86/clang-r428724/bin/clang++", - "LLVM_AR": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-ar", - "LLVM_DIS": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-dis" - } - }, - "AnyKernel3": { - "use": false, - "release": false, - "repo": "https://github.com/Akitlove/AnyKernel3", - "branch": "op3t" - } - } -] From 9eb293825da6e0a9d56e5339ead082190e5210f6 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Fri, 15 Mar 2024 20:00:03 +0300 Subject: [PATCH 06/21] Update repos.pyxis.json --- repos.pyxis.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/repos.pyxis.json b/repos.pyxis.json index 1da7f35..087b484 100644 --- a/repos.pyxis.json +++ b/repos.pyxis.json @@ -2,8 +2,8 @@ { "kernelSource": { "name": "kernel_pyxis", - "repo": "https://github.com/TP4HCEP/los", - "branch": "20", + "repo": "https://github.com/LineageOS/android_kernel_xiaomi_sdm710", + "branch": "lineage-19.1", "device": "pyxis", "defconfig": "pyxis_defconfig" }, @@ -32,7 +32,8 @@ "HOSTCC": "clang13/clang/host/linux-x86/clang-r428724/bin/clang", "HOSTCXX": "clang13/clang/host/linux-x86/clang-r428724/bin/clang++", "LLVM_AR": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-ar", - "LLVM_DIS": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-dis" + "LLVM_DIS": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-dis", + "CONFIG_MACH_XIAOMI_PYXIS" : "y" } }, "AnyKernel3": { From c2508e90a498648ab893d8cb5010c82d45e88a37 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Fri, 15 Mar 2024 20:24:55 +0300 Subject: [PATCH 07/21] Update repos.pyxis.json --- repos.pyxis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos.pyxis.json b/repos.pyxis.json index 087b484..a748ad2 100644 --- a/repos.pyxis.json +++ b/repos.pyxis.json @@ -5,7 +5,7 @@ "repo": "https://github.com/LineageOS/android_kernel_xiaomi_sdm710", "branch": "lineage-19.1", "device": "pyxis", - "defconfig": "pyxis_defconfig" + "defconfig": "sdm670_defconfig" }, "withKernelSU": false, "toolchains": [ From 2c50cba0afaf6ffe28123053655d37e41ff43230 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Sat, 16 Mar 2024 20:51:56 +0300 Subject: [PATCH 08/21] Create repos.proton.json --- repos.proton.json | 88 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 repos.proton.json diff --git a/repos.proton.json b/repos.proton.json new file mode 100644 index 0000000..b2b37b9 --- /dev/null +++ b/repos.proton.json @@ -0,0 +1,88 @@ +[ + { + "kernelSource": { + "name": "kernel_pyxis", + "repo": "https://github.com/TP4HCEP/los", + "branch": "20", + "device": "pyxis", + "defconfig": "pyxis_defconfig" + }, + + "withKernelSU": false, + "toolchains": [ + { + "repo": "https://github.com/kdrag0n/proton-clang", + "branch": "master", + "name": "proton-clang", + "binPath": ["bin"] + } + ], + "ccache": true, + "params": { + "ARCH": "arm64", + "CC": "proton-clang/bin/clang", + "externalCommand": { + "CROSS_COMPILE": "proton-clang/bin/aarch64-linux-gnu-", + "CROSS_COMPILE_ARM32": "proton-clang/bin/arm-linux-gnueabi-", + "LD": "proton-clang/bin/ld.lld", + "AR": "proton-clang/bin/llvm-ar", + "NM": "proton-clang/bin/llvm-nm", + "OBJCOPY": "proton-clang/bin/llvm-objcopy", + "OBJDUMP": "proton-clang/bin/llvm-objdump", + "READELF": "proton-clang/bin/llvm-readelf", + "OBJSIZE": "proton-clang/bin/llvm-size", + "STRIP": "proton-clang/bin/llvm-strip", + "LDGOLD": "proton-clang/bin/aarch64-linux-gnu-ld.gold", + "LLVM_AR": "proton-clang/bin/llvm-ar", + "LLVM_DIS": "proton-clang/bin/llvm-dis" + } + }, + "AnyKernel3": { + "use": true, + "release": true, + "repo": "https://github.com/easterNday/AnyKernel3/", + "branch": "thyme" + } + }, + { + "kernelSource": { + "name": "Thyme-Google", + "repo": "https://codeberg.org/DogDayAndroid/android_kernel_xiaomi_thyme", + "branch": "lineage-20.0", + "device": "thyme", + "defconfig": "thyme_defconfig" + }, + "withKernelSU": false, + "toolchains": [ + { + "repo": "https://android.googlesource.com/platform/prebuilts/gas/linux-x86", + "branch": "master", + "name": "gas", + "binPath": [] + }, + { + "repo": "https://gitlab.com/ThankYouMario/android_prebuilts_clang-standalone/", + "branch": "11", + "name": "clang", + "binPath": ["bin"] + } + ], + "ccache": true, + "params": { + "ARCH": "arm64", + "CC": "clang/bin/clang", + "externalCommand": { + "CROSS_COMPILE": "aarch64-linux-gnu-", + "CROSS_COMPILE_ARM32": "arm-linux-gnueabi-", + "CROSS_COMPILE_COMPAT": "arm-linux-gnueabi-", + "CLANG_TRIPLE": "aarch64-linux-gnu-" + } + }, + "AnyKernel3": { + "use": true, + "release": true, + "repo": "https://github.com/TP4HCEP/AnyKernel3", + "branch": "master" + } + } +] From f411408fdc65c901dfd1cc4749a31d17e9370be2 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Sat, 16 Mar 2024 21:09:17 +0300 Subject: [PATCH 09/21] Create repos.protons.json --- repos.protons.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 repos.protons.json diff --git a/repos.protons.json b/repos.protons.json new file mode 100644 index 0000000..5e3b8d2 --- /dev/null +++ b/repos.protons.json @@ -0,0 +1,89 @@ +[ + { + "kernelSource": { + "name": "kernel_pyxis", + "repo": "https://github.com/LineageOS/android_kernel_xiaomi_sdm710", + "branch": "lineage-19.1", + "device": "pyxis", + "defconfig": "sdm670_defconfig" + }, + + "withKernelSU": false, + + "toolchains": [ + { + "repo": "https://github.com/kdrag0n/proton-clang", + "branch": "master", + "name": "proton-clang", + "binPath": ["bin"] + } + ], + "ccache": true, + "params": { + "ARCH": "arm64", + "CC": "proton-clang/bin/clang", + "externalCommand": { + "CROSS_COMPILE": "proton-clang/bin/aarch64-linux-gnu-", + "CROSS_COMPILE_ARM32": "proton-clang/bin/arm-linux-gnueabi-", + "LD": "proton-clang/bin/ld.lld", + "AR": "proton-clang/bin/llvm-ar", + "NM": "proton-clang/bin/llvm-nm", + "OBJCOPY": "proton-clang/bin/llvm-objcopy", + "OBJDUMP": "proton-clang/bin/llvm-objdump", + "READELF": "proton-clang/bin/llvm-readelf", + "OBJSIZE": "proton-clang/bin/llvm-size", + "STRIP": "proton-clang/bin/llvm-strip", + "LDGOLD": "proton-clang/bin/aarch64-linux-gnu-ld.gold", + "LLVM_AR": "proton-clang/bin/llvm-ar", + "LLVM_DIS": "proton-clang/bin/llvm-dis" + } + }, + + "AnyKernel3": { + "use": true, + "release": true, + "repo": "https://github.com/TP4HCEP/AnyKernel3", + "branch": "master" + } + } + { + "kernelSource": { + "name": "kernel_pyxis", + "repo": "https://github.com/LineageOS/android_kernel_xiaomi_sdm710", + "branch": "lineage-19.1", + "device": "pyxis", + "defconfig": "sdm670_defconfig" + }, + "withKernelSU": false, + "toolchains": [ + { + "repo": "https://android.googlesource.com/platform/prebuilts/gas/linux-x86", + "branch": "master", + "name": "gas", + "binPath": [] + }, + { + "repo": "https://gitlab.com/ThankYouMario/android_prebuilts_clang-standalone/", + "branch": "11", + "name": "clang", + "binPath": ["bin"] + } + ], + "ccache": true, + "params": { + "ARCH": "arm64", + "CC": "clang/bin/clang", + "externalCommand": { + "CROSS_COMPILE": "aarch64-linux-gnu-", + "CROSS_COMPILE_ARM32": "arm-linux-gnueabi-", + "CROSS_COMPILE_COMPAT": "arm-linux-gnueabi-", + "CLANG_TRIPLE": "aarch64-linux-gnu-" + } + }, + "AnyKernel3": { + "use": true, + "release": true, + "repo": "https://github.com/TP4HCEP/AnyKernel3", + "branch": "master" + } +] From ed74e626b7a52ed4a19314cf4492057593c6c40a Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Sat, 16 Mar 2024 21:18:35 +0300 Subject: [PATCH 10/21] ss --- repos.protons.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/repos.protons.json b/repos.protons.json index 5e3b8d2..ff641e6 100644 --- a/repos.protons.json +++ b/repos.protons.json @@ -18,6 +18,7 @@ "binPath": ["bin"] } ], + "ccache": true, "params": { "ARCH": "arm64", @@ -45,10 +46,9 @@ "repo": "https://github.com/TP4HCEP/AnyKernel3", "branch": "master" } - } - { + "kernelSource": { - "name": "kernel_pyxis", + "name": "kernel_pyxis_google", "repo": "https://github.com/LineageOS/android_kernel_xiaomi_sdm710", "branch": "lineage-19.1", "device": "pyxis", @@ -86,4 +86,5 @@ "repo": "https://github.com/TP4HCEP/AnyKernel3", "branch": "master" } -] + } +] \ No newline at end of file From c97d82f9efb205d79d045886e112df542ee9d676 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Sat, 16 Mar 2024 21:34:11 +0300 Subject: [PATCH 11/21] 11 --- repos.protons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos.protons.json b/repos.protons.json index ff641e6..4bafca3 100644 --- a/repos.protons.json +++ b/repos.protons.json @@ -45,7 +45,7 @@ "release": true, "repo": "https://github.com/TP4HCEP/AnyKernel3", "branch": "master" - } + }, "kernelSource": { "name": "kernel_pyxis_google", From 9979944bf2b69ec989c7574e6348fbc783960dc9 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Sat, 16 Mar 2024 21:39:24 +0300 Subject: [PATCH 12/21] s --- repos.protons.json | 42 +----------------------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/repos.protons.json b/repos.protons.json index 4bafca3..a5032ed 100644 --- a/repos.protons.json +++ b/repos.protons.json @@ -40,51 +40,11 @@ } }, - "AnyKernel3": { - "use": true, - "release": true, - "repo": "https://github.com/TP4HCEP/AnyKernel3", - "branch": "master" - }, - - "kernelSource": { - "name": "kernel_pyxis_google", - "repo": "https://github.com/LineageOS/android_kernel_xiaomi_sdm710", - "branch": "lineage-19.1", - "device": "pyxis", - "defconfig": "sdm670_defconfig" - }, - "withKernelSU": false, - "toolchains": [ - { - "repo": "https://android.googlesource.com/platform/prebuilts/gas/linux-x86", - "branch": "master", - "name": "gas", - "binPath": [] - }, - { - "repo": "https://gitlab.com/ThankYouMario/android_prebuilts_clang-standalone/", - "branch": "11", - "name": "clang", - "binPath": ["bin"] - } - ], - "ccache": true, - "params": { - "ARCH": "arm64", - "CC": "clang/bin/clang", - "externalCommand": { - "CROSS_COMPILE": "aarch64-linux-gnu-", - "CROSS_COMPILE_ARM32": "arm-linux-gnueabi-", - "CROSS_COMPILE_COMPAT": "arm-linux-gnueabi-", - "CLANG_TRIPLE": "aarch64-linux-gnu-" - } - }, "AnyKernel3": { "use": true, "release": true, "repo": "https://github.com/TP4HCEP/AnyKernel3", "branch": "master" } - } + } ] \ No newline at end of file From 790c7b031344ee35c966783bb35a1c3fcb4b8aa3 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Sat, 16 Mar 2024 21:45:30 +0300 Subject: [PATCH 13/21] eee --- repos.protonss.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 repos.protonss.json diff --git a/repos.protonss.json b/repos.protonss.json new file mode 100644 index 0000000..6c2ab49 --- /dev/null +++ b/repos.protonss.json @@ -0,0 +1,43 @@ +[ + { + "kernelSource": { + "name": "kernel_pyxis_google", + "repo": "https://github.com/LineageOS/android_kernel_xiaomi_sdm710", + "branch": "lineage-19.1", + "device": "pyxis", + "defconfig": "sdm670_defconfig" + }, + "withKernelSU": false, + "toolchains": [ + { + "repo": "https://android.googlesource.com/platform/prebuilts/gas/linux-x86", + "branch": "master", + "name": "gas", + "binPath": [] + }, + { + "repo": "https://gitlab.com/ThankYouMario/android_prebuilts_clang-standalone/", + "branch": "11", + "name": "clang", + "binPath": ["bin"] + } + ], + "ccache": true, + "params": { + "ARCH": "arm64", + "CC": "clang/bin/clang", + "externalCommand": { + "CROSS_COMPILE": "aarch64-linux-gnu-", + "CROSS_COMPILE_ARM32": "arm-linux-gnueabi-", + "CROSS_COMPILE_COMPAT": "arm-linux-gnueabi-", + "CLANG_TRIPLE": "aarch64-linux-gnu-" + } + }, + "AnyKernel3": { + "use": true, + "release": true, + "repo": "https://github.com/TP4HCEP/AnyKernel3", + "branch": "master" + } + } +] \ No newline at end of file From 75fe211b6269c1ac6cc0fea5ff11c5a99fa50f1c Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:12:50 +0300 Subject: [PATCH 14/21] Update repos.pyxis.json --- repos.pyxis.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos.pyxis.json b/repos.pyxis.json index a748ad2..00aee40 100644 --- a/repos.pyxis.json +++ b/repos.pyxis.json @@ -5,7 +5,7 @@ "repo": "https://github.com/LineageOS/android_kernel_xiaomi_sdm710", "branch": "lineage-19.1", "device": "pyxis", - "defconfig": "sdm670_defconfig" + "defconfig": "sdm670-perf_defconfig" }, "withKernelSU": false, "toolchains": [ @@ -33,7 +33,7 @@ "HOSTCXX": "clang13/clang/host/linux-x86/clang-r428724/bin/clang++", "LLVM_AR": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-ar", "LLVM_DIS": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-dis", - "CONFIG_MACH_XIAOMI_PYXIS" : "y" + "CONFIG_MACH_XIAOMI_PYXIS":y" } }, "AnyKernel3": { From 2abce9080a2ab41ece30aa1d64736096374afca3 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:13:36 +0300 Subject: [PATCH 15/21] Update repos.pyxis.json --- repos.pyxis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos.pyxis.json b/repos.pyxis.json index 00aee40..dc6de0c 100644 --- a/repos.pyxis.json +++ b/repos.pyxis.json @@ -33,7 +33,7 @@ "HOSTCXX": "clang13/clang/host/linux-x86/clang-r428724/bin/clang++", "LLVM_AR": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-ar", "LLVM_DIS": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-dis", - "CONFIG_MACH_XIAOMI_PYXIS":y" + "CONFIG_MACH_XIAOMI_PYXIS":"y" } }, "AnyKernel3": { From 26c4f3c993b7ca90e48c018a791ede4ae07a5c6f Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:24:18 +0300 Subject: [PATCH 16/21] Update build.yml --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c72d94c..6760ea8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -151,6 +151,7 @@ jobs: arch: ${{ steps.generate-args.outputs.ARCH }} run: | echo "PATH Variable: $PATH" + echo -e "CONFIG_MACH_XIAOMI_PYXIS=y" >> arch/${{ env.arch }}/configs/${{ env.DEFCONFIG_NAME }} make ${{ env.args }} ${{ env.DEFCONFIG_NAME }} - name: "🎶 Build kernel" From cfa1c2c5557c1959dc1054bc5e92d8239d627200 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:24:57 +0300 Subject: [PATCH 17/21] Update repos.pyxis.json --- repos.pyxis.json | 1 - 1 file changed, 1 deletion(-) diff --git a/repos.pyxis.json b/repos.pyxis.json index dc6de0c..df0804a 100644 --- a/repos.pyxis.json +++ b/repos.pyxis.json @@ -33,7 +33,6 @@ "HOSTCXX": "clang13/clang/host/linux-x86/clang-r428724/bin/clang++", "LLVM_AR": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-ar", "LLVM_DIS": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-dis", - "CONFIG_MACH_XIAOMI_PYXIS":"y" } }, "AnyKernel3": { From 8d40adaa1c4d4fee80b985ebc80bcac20977bf33 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:51:34 +0300 Subject: [PATCH 18/21] =?UTF-8?q?=D1=84=D1=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6760ea8..c72d94c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -151,7 +151,6 @@ jobs: arch: ${{ steps.generate-args.outputs.ARCH }} run: | echo "PATH Variable: $PATH" - echo -e "CONFIG_MACH_XIAOMI_PYXIS=y" >> arch/${{ env.arch }}/configs/${{ env.DEFCONFIG_NAME }} make ${{ env.args }} ${{ env.DEFCONFIG_NAME }} - name: "🎶 Build kernel" From 9198de6c9a8de791e08e391a55aeefeae65a6b42 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:59:04 +0300 Subject: [PATCH 19/21] Update build.yml --- .github/workflows/build.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c72d94c..505ba21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,7 +160,8 @@ jobs: run: | echo "PATH Variable: $PATH" make ${args} - + make ${args} modules + - name: "💛 Upload Image" uses: actions/upload-artifact@v3 env: @@ -213,6 +214,16 @@ jobs: cp -f ${{ env.OUT_DIR }}/arch/${{ env.arch }}/boot/Image.gz-dtb ./AnyKernel3/ fi + if [ -e "${{ env.OUT_DIR }}/arch/${{ env.arch }}/boot/dtbo.img" ]; then + cp -f ${{ env.OUT_DIR }}/arch/${{ env.arch }}/boot/dtbo.img ./AnyKernel3/ + fi + + if [ -e "${{ env.OUT_DIR }}/arch/${{ env.arch }}/boot/dtb" ]; then + cp -f ${{ env.OUT_DIR }}/arch/${{ env.arch }}/boot/dtb ./AnyKernel3/ + fi + + find "${{ env.OUT_DIR }}/" -type f -iname '*.ko' -exec cp {} ./AnyKernel3/modules/system/lib/modules/ \; + cd AnyKernel3/ zip -q -r "${{ env.anykernel }}.zip" * From 522d48a58fda18be8a9dbe2e7cc188aa5606b522 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Sat, 16 Mar 2024 23:10:26 +0300 Subject: [PATCH 20/21] u --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 505ba21..da84602 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,7 @@ jobs: echo "repos<> $GITHUB_OUTPUT jq -s '[.[][]]' repos*.json >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT + - name: "⏰ Set builddate" id: generate-builddate run: echo "builddate=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT From dd0ef4dcf876b0e52a94e32853a66d665f11a269 Mon Sep 17 00:00:00 2001 From: TPAHCEP <123848993+TP4HCEP@users.noreply.github.com> Date: Sat, 16 Mar 2024 23:41:58 +0300 Subject: [PATCH 21/21] popp --- repos.pyxis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos.pyxis.json b/repos.pyxis.json index df0804a..efe7987 100644 --- a/repos.pyxis.json +++ b/repos.pyxis.json @@ -32,7 +32,7 @@ "HOSTCC": "clang13/clang/host/linux-x86/clang-r428724/bin/clang", "HOSTCXX": "clang13/clang/host/linux-x86/clang-r428724/bin/clang++", "LLVM_AR": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-ar", - "LLVM_DIS": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-dis", + "LLVM_DIS": "clang13/clang/host/linux-x86/clang-r428724/bin/llvm-dis" } }, "AnyKernel3": {