https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-extended/ethtool/ethtool_5.4.bb#n32
do_install_ptest () { cp ${B}/Makefile ${D}${PTEST_PATH} install ${B}/test-cmdline ${D}${PTEST_PATH} install ${B}/test-features ${D}${PTEST_PATH} install ${B}/ethtool ${D}${PTEST_PATH}/ethtool sed -i 's/^Makefile/_Makefile/' ${D}${PTEST_PATH}/Makefile }
В последней строке:
sed -i 's/^Makefile/_Makefile/' ${D}${PTEST_PATH}/Makefile
Я не знаю, с какой целью заменить 'Makefile' на ' _Makefile 'в Makefile.
Это, вероятно, некоторые подробности о том, как работает сам Makefile, вам придется подробно прочитать Makefile, чтобы разобраться с этим.