Skip to content

board-bootup-conf and iot2050setup need permission #554

Description

@applea9

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
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions