summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_h3-salvator-x.inc
blob: e7a8b463cef8836b1fc000dd250b592bc797d9c1 (plain)
1
2
3
4
5
6
7
8
9
require conf/include/agl_rcar.inc
SOC_FAMILY = "r8a7795"
BOARD_NAME = "h3-salvator-x"

DTB_SUFFIX = "r8a77951-salvator-xs"

IMAGE_INSTALL:append:rcar-gen3 = " \
    kernel-module-vspmif \
"
class="s2">"MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" inherit systemd allarch SRC_URI = "file://hci-uart-helper.service \ file://hci-uart-helper.sh \ " COMPATIBLE_MACHINE = "imx8mq-evk" do_configure[noexec] = "1" do_compile[noexec] = "1" do_install() { # Install helper script install -d ${D}${sbindir} install -m 0755 ${WORKDIR}/hci-uart-helper.sh ${D}${sbindir}/ # Install systemd unit install -d ${D}${systemd_system_unitdir}/ install -m 0644 ${WORKDIR}/hci-uart-helper.service ${D}${systemd_system_unitdir}/ install -d ${D}${systemd_system_unitdir}/bluetooth.service.wants ln -s ../hci-uart-helper.service ${D}${systemd_system_unitdir}/bluetooth.service.wants/ } FILES:${PN} += "${systemd_system_unitdir}" RDEPENDS:${PN} += "bluez5"