aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/skales/skales-native_git.bb
blob: aa5eef9f98caefdb271278f58a1fa3ea575b4388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUMMARY = "Tools to create boot images for QCOM SoC"

HOMEPAGE = "https://www.codeaurora.org/cgit/quic/kernel/skales/"
SECTION = "devel"

LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://mkbootimg;beginline=3;endline=29;md5=114b84083e657f3886bfa2c1e5de7deb"

DEPENDS = "python dtc"

inherit native

SRCREV = "15ece94f09f534105f28c944d0030f8953e8267f"
PV = "0.1+git${SRCPV}"

SRC_URI = "git://codeaurora.org/quic/kernel/skales"

S = "${WORKDIR}/git"

do_install () {
    install -d ${D}${bindir}
    install -m 0755 ${S}/mkbootimg ${D}${bindir}
    install -m 0755 ${S}/dtbTool ${D}${bindir}
}