Hi,
My board is amd64-generic . I'm on master.
My kernel selected is 4.14.205. I do a ./build_packages and
./build_image and everything is fine. So the kernel
files are already existing for
4.14.My latest points to
R89-13604.0.2020_11_23_1911-a1.
I do a cros_workon start sys-kernel/chromeos-kernel-5_4-9999
Now my problem starts when i choose emerge chromeos-kernel-5_4 i get
file collison error in
/build/amd64-generic/boot and /build/amd64-generic/usr/lib/debug/boot.
Then I clean the old 4.14 kernel by emerge-${BOARD} -C
chromeos-kernel-4.14 to prevent file collison.
Now after build_packages and emerge i have the new kernel in place.
Now I do a cros_workon stop .
Then i try to ./build_image , it fails because it tries to install
4.14 again and file collision occurs.
I also want to build kernels in linux-stable and torvalds-master. I
could achieve this by overwriting the
source kernel directory of 4.14 and it boots fine. It doesn't look
like a clean approach . Can you tell me
how to build a custom kernel like 5.9.9 and also a kernel like 5.4 ?
I would like to do some tests / benchmark
timing tests with the UI being the same.
Regards,
Navin