Skip to content

Commit db493fa

Browse files
author
Mattijs Korpershoek
committed
feat(android): kernel: Remove rebuilding faster block
It's not much faster, I never use it and it clutters the doc. Drop it from the kernel guide. Signed-off-by: Mattijs Korpershoek <[email protected]>
1 parent 05fd1b2 commit db493fa

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

source/android/Foundational_Components_Kernel.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,6 @@ Building everything from scratch
5959
Make sure to pass the ``--workaround_btrfs_b292212788`` flag to bazel when using ``btrfs``.
6060

6161

62-
Rebuilding faster
63-
=================
64-
65-
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62PX')
66-
67-
.. code-block:: console
68-
69-
$ cd ${YOUR_PATH}/ti-kernel-aosp/
70-
$ export TARGET_KERNEL_USE="6.6"
71-
$ export DIST_DIR=${YOUR_PATH}/ti-aosp-15/device/ti/am62x-kernel/kernel/${TARGET_KERNEL_USE}
72-
$ tools/bazel run --config=fast //common:ti_dist -- --dist_dir=$DIST_DIR
73-
74-
7562
Defconfig/menuconfig changes
7663
============================
7764

0 commit comments

Comments
 (0)