Commit 41b35922 authored by Alén Arias Vázquez's avatar Alén Arias Vázquez 😎

added sources to .bb file

parent a6ff71cf
Pipeline #3824 canceled with stages
in 89 minutes and 53 seconds
......@@ -32,6 +32,8 @@ SRC_URI = " \
file://term.h \
file://util.c \
file://util.h \
file://fpga_device.h \
file://fpga_device.c \
"
DEPENDS = "libgpiod readline lmsensors i2c-tools"
......@@ -47,7 +49,6 @@ do_compile() {
do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/diot_util ${D}${bindir}
}
do_compile_prepend() {
......
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