Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
build: IMMENSITY - X Release 4.0.0
Browse files Browse the repository at this point in the history
Change-Id: Ib0959bc3c700d1a1772365102c7f6cc4c35b2b9c
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
  • Loading branch information
UtsavBalar1231 committed May 29, 2022
1 parent 7a63c0c commit aa4ba80
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 10 deletions.
29 changes: 27 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
from_secret: bot_api_key
PD_API_KEY:
from_secret: pd_api_key
TYPE: REL-3.0.0
TYPE: REL-4.0.0
DEVICE: alioth
KBUILD_BUILD_USER: UtsavTheCunt
KBUILD_BUILD_HOST: CuntsSpace
Expand All @@ -38,7 +38,7 @@ steps:
from_secret: bot_api_key
PD_API_KEY:
from_secret: pd_api_key
TYPE: REL-3.0.0
TYPE: REL-4.0.0
DEVICE: apollo
KBUILD_BUILD_USER: UtsavTheCunt
KBUILD_BUILD_HOST: CuntsSpace
Expand All @@ -47,3 +47,28 @@ steps:
- git clone https://github.com/UtsavBalar1231/Drone-scripts.git --depth=1 -b test script && cd script
- ./setup-drone --aosp-clang
- ./build-kernel --aosp-clang

---
clone:
depth: 1
kind: pipeline
name: IMMENSITY - X | LMI
steps:
- name: building-lmi
image: debian:stable-slim
environment:
CI_CHANNEL_ID:
from_secret: ci_channel_id
BOT_API_KEY:
from_secret: bot_api_key
PD_API_KEY:
from_secret: pd_api_key
TYPE: REL-4.0.0
DEVICE: lmi
KBUILD_BUILD_USER: UtsavTheCunt
KBUILD_BUILD_HOST: CuntsSpace
commands:
- apt-get update && apt-get install -y bison build-essential bc bison curl libssl-dev git zip python python3 flex cpio libncurses5-dev wget
- git clone https://github.com/UtsavBalar1231/Drone-scripts.git --depth=1 -b test script && cd script
- ./setup-drone --aosp-clang
- ./build-kernel --aosp-clang
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://cloud.drone.io/api/badges/UtsavBalar1231/kernel_xiaomi_sm8250/status.svg?ref=refs/heads/android12-stable)](https://cloud.drone.io/UtsavBalar1231/kernel_xiaomi_sm8250)
![Commits Count](https://img.shields.io/github/commits-since/UtsavBalar1231/kernel_xiaomi_sm8250/2.0.0/android12-stable)
![Commits Count](https://img.shields.io/github/commits-since/UtsavBalar1231/kernel_xiaomi_sm8250/3.0.0/android12-stable)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FUtsavBalar1231%2Fkernel_xiaomi_sm8250&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)
![Downloads](https://img.shields.io/github/downloads/UtsavBalar1231/kernel_xiaomi_sm8250/2.0.0/total)
![Downloads](https://img.shields.io/github/downloads/UtsavBalar1231/kernel_xiaomi_sm8250/3.0.0/total)

![logo](https://github.com/UtsavBalar1231/xda-stuff/raw/master/banner.png "logo was here")

Expand Down
12 changes: 6 additions & 6 deletions scripts/update_subtrees
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

export TAG=$1
for p in qcacld-3.0 fw-api qca-wifi-host-cmn;
do git subtree pull --prefix=drivers/staging/$p https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/wlan/$p $TAG;
do git subtree pull --prefix=drivers/staging/$p https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/$p $TAG;
done
git subtree pull --prefix=techpack/audio https://source.codeaurora.org/quic/la/platform/vendor/opensource/audio-kernel $TAG;
git subtree pull --prefix=techpack/camera https://source.codeaurora.org/quic/la/platform/vendor/opensource/camera-kernel $TAG;
git subtree pull --prefix=techpack/data https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/data-kernel $TAG;
git subtree pull --prefix=techpack/display https://source.codeaurora.org/quic/la/platform/vendor/opensource/display-drivers $TAG;
git subtree pull --prefix=techpack/video https://source.codeaurora.org/quic/la/platform/vendor/opensource/video-driver $TAG;
git subtree pull --prefix=techpack/audio https://git.codelinaro.org/clo/la/platform/vendor/opensource/audio-kernel $TAG;
git subtree pull --prefix=techpack/camera https://git.codelinaro.org/clo/la/platform/vendor/opensource/camera-kernel $TAG;
git subtree pull --prefix=techpack/data https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/data-kernel $TAG;
git subtree pull --prefix=techpack/display https://git.codelinaro.org/clo/la/platform/vendor/opensource/display-drivers $TAG;
git subtree pull --prefix=techpack/video https://git.codelinaro.org/clo/la/platform/vendor/opensource/video-driver $TAG;

0 comments on commit aa4ba80

Please sign in to comment.