Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weston-init: Do not fail if weston.sh is not present #20

Open
wants to merge 1 commit into
base: mickledore-6.1.36-2.1.0
Choose a base branch
from

Commits on Oct 26, 2023

  1. weston-init: Do not fail if weston.sh is not present

    Meta-layer meta-imx could be included in builds not using "fsl" or
    "fslc" DISTROOVERRIDES. In such cases, weston.sh file will not be
    present in the image, and the build consequently fails with:
    
      rm: cannot remove '.../image/etc/profile.d/weston.sh': No such file or directory
    
    Thus, use the "-f" switch to not fail in case a file is not present.
    
    Signed-off-by: Primoz Fiser <[email protected]>
    pfiser committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8272baf View commit details
    Browse the repository at this point in the history