Skip to content

Commit

Permalink
Added 6.1 kernel src and cfg path option
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
simonami99 committed Sep 12, 2024
1 parent 8770a21 commit 6173f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caas/mixins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6173f14

Please sign in to comment.