<div dir="ltr">HI,<div><div><br></div><div>I'm working on meta-tegra layer and I'd like to append a recipe. The original recipe looks like this:</div><div><a href="https://github.com/madisongh/meta-tegra/blob/rocko-l4t-r28.2/recipes-bsp/tegra-binaries/tegra-tools_28.2.0.bb">https://github.com/madisongh/meta-tegra/blob/rocko-l4t-r28.2/recipes-bsp/tegra-binaries/tegra-tools_28.2.0.bb </a><br></div><div><br></div><div>I've made a tegra-tools_28.2.0.bbappend to change the default PM_CONFIG DEFAULT from 2 to 3 to get max performance in <span style="background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">nvpmodel.conf</span> configuration file.</div><div><br></div><div>```</div><div>FILESEXTRAPATHS_prepend := "${THISDIR}/files/tegra186:"</div><div>SRC_URI_prepend_tegra186 += "file://nvpmodel.conf "</div><div><br></div><div>do_install_append_tegra186() {</div><div>  Â  install -d ${D}${sysconfdir}</div><div>  Â  install -m 0755 ${B}/usr/sbin/nvpmodel ${D}${sbindir}/</div><div>  Â  install -m 0644 ${WORKDIR}/nvpmodel.conf ${D}${sysconfdir}/nvpmodel.conf</div><div>  Â  install -d ${D}${sysconfdir}/init.d</div><div>  Â  install -m 0644 ${S}/nvpmodel.init ${D}${sysconfdir}/init.d/nvpmodel</div><div>  Â  install -d ${D}${systemd_system_unitdir}</div><div>  Â  install -m 0644 ${S}/nvpmodel.service ${D}${systemd_system_unitdir}</div><div>}</div><div>```</div><div>Would you have any idea why the nvpmodel.conf prepend is ignored and the file never ends up in ${WORKDIR}. </div><div><br></div><div>I've made sure the paths are correct. nvpmodel.conf exists and if I put a typo like nvpmodel.conf_blabla bitbake throws a warning that it cannot find the file. So I'm sure the file is found but somehow bitbake ignores it.</div><div><br></div><div>I'm having this issue with this one single recipe only, none of the others in my build system so I'm a bit puzzled.</div></div><div><br></div><div>Thanks,</div><div>-Damien</div><div><br></div><div><br></div></div>