Hi All,
Currently i am working on Yocto bsp. I want to add my own header file (ex: status.h) in u-boot source code. I found some code like,
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" SRC_URI += "file://status.h" do_install_append() { install -m 644 ${WORKDIR}/status.h ${D}${sysconfdir} } I tried this but its not working... Can anyone help me to solve it.
Hi Karthikeyan,
can you share the error you have after bitbake?
Carlos