meta-iot2050
meta-iot2050 copied to clipboard
board-bootup-conf and iot2050setup need permission
Hi,
in the newest v1.4.1, board-bootup-conf and iot2050setup miss the executable permission.
you can check the .bb file : https://github.com/siemens/meta-iot2050/blob/V01.04.01/recipes-app/board-conf-tools/board-conf-tools_0.1.bb
do_install() {
install -v -d ${D}/usr/bin/
install -v -d ${D}/etc
install -v -d ${D}/lib/systemd/system/
# add board bootup configuration service
install -v -m 644 ${WORKDIR}/board-bootup-configuration.service ${D}/lib/systemd/system/
cp -rf ${WORKDIR}/board-conf-tools ${D}/etc
ln -sf /etc/board-conf-tools/iot2050setup.py ${D}/usr/bin/iot2050setup
ln -sf /etc/board-conf-tools/board-bootup-conf.py ${D}/usr/bin/board-bootup-configuration
}