Deliver zio tool binaries as part of obs-box

parent 23e111cd
......@@ -41,6 +41,9 @@ do_install_extra() {
install -m 0755 ${S}/fmc-bus/tools/example-fru-generator-loop ${D}${bindir}
install -m 0755 ${S}/fmc-bus/tools/fru-dump ${D}${bindir}
install -m 0755 ${S}/fmc-bus/tools/fru-generator ${D}${bindir}
install -m 0755 ${S}/zio/tools/test-dtc ${D}${bindir}
install -m 0755 ${S}/zio/tools/zio-cat-file ${D}${bindir}
install -m 0755 ${S}/zio/tools/zio-dump ${D}${bindir}
install -m 0755 ${S}/tools/obsbox-dump ${D}${bindir}
}
addtask install_extra after do_install before do_populate_sysroot
......
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