Skip to content

Commit

Permalink
Add test kernel module for system and odm DLKM partition
Browse files Browse the repository at this point in the history
The vts_dlkm_partition_test vts test case will check if
 “/<system/odm>/lib/modules” is a symlink to
 “/<system/odm>_dlkm/lib/modules. If there is no module
in the partition, symlink will not be created.
So this is a WA patch to pass the VTS.
The WA patch can be removed if enable GKI on X86 platform.

Test Done:
Boot
vts_dlkm_partition_test

Tracked-On: OAM-126048
Signed-off-by: Chen, Gang G <[email protected]>
  • Loading branch information
GangSecurity authored and sysopenci committed Oct 10, 2024
1 parent 60ad465 commit 46a6ebb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions groups/boot-arch/project-celadon/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,6 @@ ENABLE_GRUB_INSTALLER ?= true
{{/use_cic}}

BOARD_SEPOLICY_DIRS += $(INTEL_PATH_SEPOLICY)/soc

BOARD_SYSTEM_KERNEL_MODULES := kernel/prebuilts/6.1/x86_64/pppox.ko
BOARD_ODM_KERNEL_MODULES := kernel/prebuilts/6.1/x86_64/pppox.ko

0 comments on commit 46a6ebb

Please sign in to comment.