Skip to content

Commit

Permalink
projects: lkft: devices: db845c: add initrd as a RAMDISK_URL
Browse files Browse the repository at this point in the history
This is needed for db845c if building a defconfig kernel, and some
modules needs to be loaded, if these fragments are built into the kernel
its not needed.
- CONFIG_PHY_QCOM_QMP=y
- CONFIG_PHY_QCOM_QMP_UFS=y
- CONFIG_PHY_QCOM_USB_SS=y
- CONFIG_SCSI_UFS_QCOM=y

Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Jan 23, 2024
1 parent 85254be commit 68164c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lava_test_plans/projects/lkft/devices/dragonboard-845c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

{% extends "devices/dragonboard-845c" %}

{% set ramdisk = ramdisk|default(true) %}
{% set BOOT_LABEL = "kernel" %}
{% set BOOT_LABEL_OVERRIDE = true %}
{% set DOCKER_PTABLE_FILE = DOCKER_PTABLE_FILE|default("gpt_both0.bin") %}
Expand All @@ -15,4 +16,5 @@
{% set OVERLAY_PERF_URL_COMP = OVERLAY_PERF_URL_COMP|default("xz") %}
{% set OVERLAY_URL_FORMAT = OVERLAY_URL_FORMAT|default("tar") %}
{% set OVERLAY_URL_COMP = OVERLAY_URL_COMP|default("xz") %}
{% set RAMDISK_URL = RAMDISK_URL|default("https://snapshots.linaro.org/member-builds/qcomlt/boards/qcom-armv8a/openembedded/master/56008/rpb/initramfs-rootfs-image-qcom-armv8a.rootfs-20240118001247-92260.cpio.gz") %}
{% set ROOTFS_URL_FORMAT = ROOTFS_URL_FORMAT|default("ext4") %}

0 comments on commit 68164c3

Please sign in to comment.