From 6173f14d86cd12ed4ebf68c2708623b3839b7af1 Mon Sep 17 00:00:00 2001 From: simonami99 Date: Thu, 12 Sep 2024 12:44:16 +0000 Subject: [PATCH] Added 6.1 kernel src and cfg path option Added the following src and cfg path options in mixins.spec: - lts2023_chromium_src_path - linux_intel_lts2023_src_path - lts2023_chromium_cfg_path - linux_intel_lts2023_cfg_path Tests done: - Android CIV - Wi-Fi on/off/scan - Bluetooth on/off/scan - Camera capture/recording - adb reboot - adb remount in CIV Tracked-On: OAM-124501 Signed-off-by: simonami99 --- caas/mixins.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caas/mixins.spec b/caas/mixins.spec index eba2e644..687b92f8 100755 --- a/caas/mixins.spec +++ b/caas/mixins.spec @@ -7,7 +7,7 @@ mixinsrel: false product.mk: device.mk [groups] -kernel: gmin64(useprebuilt=false,src_path=kernel/lts2023-chromium, loglevel=7, interactive_governor=false, relative_sleepstates=false, modules_in_bootimg=false, external_modules=,debug_modules=, use_bcmdhd=false, use_iwlwifi=false, extmod_platform=bxt, iwl_defconfig=, cfg_path=config-lts/lts2023-chromium, more_modules=true) +kernel: gmin64(useprebuilt=false,src_path=kernel/lts2023-chromium, loglevel=7, interactive_governor=false, relative_sleepstates=false, modules_in_bootimg=false, external_modules=,debug_modules=, use_bcmdhd=false, use_iwlwifi=false, extmod_platform=bxt, iwl_defconfig=, cfg_path=config-lts/lts2023-chromium, more_modules=true,lts2023_chromium_src_path=kernel/lts2023-chromium, lts2023_chromium_cfg_path=config-lts/lts2023-chromium, linux_intel_lts2023_src_path=kernel/linux-intel-lts2023, linux_intel_lts2023_cfg_path=config-lts/linux-intel-lts2023) disk-bus: auto boot-arch: project-celadon(uefi_arch=x86_64,fastboot=efi,ignore_rsci=true,disable_watchdog=true,watchdog_parameters=10 30,verity_warning=false,txe_bind_root_of_trust=false,bootloader_block_size=4096,verity_mode=false,disk_encryption=false,file_encryption=true,metadata_encryption=true,fsverity=true,target=caas,ignore_not_applicable_reset=true,self_usb_device_mode_protocol=true,usb_storage=true,live_boot=true,userdata_checkpoint=true,data_use_f2fs=true,trusty=true) sepolicy: enforcing