manifest: Initialize for Evolution X 11.x (16)

Change-Id: I7838c8b033e6a6637652ed0ca12d85d542294822
Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
AnierinB 2025-07-23 07:36:31 +00:00
parent 69c3839605
commit 7dd0b92cc1
2 changed files with 23 additions and 8 deletions

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# Initialize local repository
```
repo init -u https://git.evolution-x.org/Evolution-X-Tensor/kernel_manifest -b bka
```
# Sync up
```
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
```
# Build
```bash
./build_<family>.sh
```