summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-01-17 15:18:31 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-01-23 02:59:00 +0000
commit4ce5e70c2b1dfec15127dd7b4ea7bed8dfdf3271 (patch)
tree55314b00d61ba767fdc7e37d8124cc6f430a3391 /meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux
parent512d244d48ba0d33f609f425a6e8a907b178cdac (diff)
Prepare Lucky Lamprey 12.1.17lamprey_12.1.17lamprey/12.1.1712.1.17
Update the distro configuration. Bug-AGL: SPEC-5050 Change-Id: Ib3b698758d5af0d2105b061111a67cee01f70ac7 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29600 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux')
0 files changed, 0 insertions, 0 deletions
* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
inherit systemd

SUMMARY = "Systemd unit file for the delay loading Hexagon PIL kernel module"
SECTION = "misc"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"

SRC_URI += "file://qcom-q6v5-pil.service"

do_install() {
    install -d ${D}${systemd_unitdir}/system/
    install -m 0644 ${WORKDIR}/qcom-q6v5-pil.service ${D}${systemd_unitdir}/system

    # Blacklist qcom_q6v5_pil to prevent modules autoload
    # qcom-q6v5-pil.service will do the work after rmtfs done.
    install -d ${D}/${sysconfdir}/modprobe.d
    echo "blacklist qcom_q6v5_pil" > ${D}/${sysconfdir}/modprobe.d/qcom_q6v5_pil.conf
}

SYSTEMD_SERVICE:${PN} = "qcom-q6v5-pil.service"