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 0ce613c380
2 changed files with 23 additions and 8 deletions

15
README.mkdn Normal file
View file

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