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

Fix linuxptp and egt-media builds with latest yocto master #240

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 27, 2023

  1. egt-media: Use renamed plugin packagename videoconvertscale

    since gstreamer 1.22 videoconvert/videoscale plgins were merged into one
    and main recipe reflects that, therefore adjust accordingly
    
    Fixes
    ERROR: QA Issue: egt-media rdepends on gstreamer1.0-plugins-base-videoconvert, but it isn't a build dependency? [build-deps]
    ERROR: QA Issue: egt-media rdepends on gstreamer1.0-plugins-base-videoscale, but it isn't a build dependency? [build-deps]
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    2a2f8de View commit details
    Browse the repository at this point in the history
  2. optee: Limit sam specific changes to sam alone

    This ensures that layer can be used along with other ARM BSP layers and
    does not insert itself forcefully into those machines
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    186cc91 View commit details
    Browse the repository at this point in the history
  3. python3-cryptoauthlib: Update to 20221114

    Fix build with latest setuptools and compiler errors seens with clang 16
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    06f99a2 View commit details
    Browse the repository at this point in the history