使用的bb文件文件连接:
报错如下:
ERROR: openeuler-image-1.0-r0 do_rootfs: Postinstall scriptlets of ['lighttpd'] have failed. If the intention is to defer them to first boot,
then please place them into pkg_postinst_ontarget_${PN} ().
Deferring to first boot via 'exit 1' is no longer supported.
问题原因如下图所示,将update-rc.d去掉后打包成功

在尝试使用OpenEmbedded-core的master分支构建lighttpd时遇到错误,错误提示postinstall脚本let of 'lighttpd'失败。问题源于更新rc.d的命令导致的打包不成功。通过移除update-rc.d命令后,成功解决了打包问题,允许构建过程继续进行。
2739

被折叠的 条评论
为什么被折叠?



