summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/hmi-debug/hmi-debug_git.bb
blob: 84dff74ae5bff33e0f4c8d7b4c2619c5a5c747ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Configurations for HMI framework"

SECTION = "HMI"
LICENSE = "Apache-2.0"

LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"

SRC_URI = " \
    file://hmi-debug \
"

FILES:${PN} = " \
    ${sysconfdir}/afm/unit.env.d \
"

do_install() {
    install -d ${D}${sysconfdir}/afm/unit.env.d
    install -m 644 ${WORKDIR}/hmi-debug ${D}${sysconfdir}/afm/unit.env.d
}