Commit 188db99a authored by Florent Revest's avatar Florent Revest

mkbootimg-tools: use only open-source components

parent a5922dce
......@@ -4,17 +4,15 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://mkboot;beginline=1;endline=14;md5=7b23e8b2786c0da7fb7ff74d45637d54"
SRC_URI = "git://github.com/xiaolu/mkbootimg_tools;protocol=https;branch=master"
SRCREV = "60b81702370e0cd1c16a33973eea18365171de80"
SRCREV = "df5b4ab37854e72e124d8108cbfb5a1b88ee3c63"
S = "${WORKDIR}/git"
PV = "git"
BBCLASSEXTEND = "native"
# TODO: Why are mkbootimg and mkbootfs distributed in binary form? Was it modified by the author? We realy need to check that
do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/mkboot ${D}${bindir}
install -m 0755 ${S}/mkbootfs ${D}${bindir}
install -m 0755 ${S}/mkbootimg ${D}${bindir}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment