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

patches are used to improve meta-imx repo #18

Open
wants to merge 3 commits into
base: mickledore-6.1.22-2.0.0
Choose a base branch
from

Commits on Sep 5, 2023

  1. meta-imx: add necessary dependent layer for fsl-sdk-release

    When parsing yocto project with command "bitbake -p", there is below
    error reported:
    layers/meta-imx/meta-sdk/recipes-graphics/libgpuperfcnt/
    libgpuperfcnt_6.4.11.p1.2.bb:23: Could not inherit file
    classes/fsl-eula-unpack2.bbclass
    Because the necessary dependent layers of fsl-sdk-release are not
    downloaded when setting up project, add them to avoid building
    issue.
    
    Signed-off-by: Meng Li <[email protected]>
    limeng-linux committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    ca43a22 View commit details
    Browse the repository at this point in the history
  2. meta-imx: add necessary dependent layer for fsl-sdk-release

    When parsing yocto project with command "bitbake -p", there is below
    error reported:
    layers/meta-imx/meta-sdk/conf/distro/include/fsl-imx-base.inc:1:
    Could not include required file conf/distro/poky.conf
    Because the necessary dependent layer of fsl-sdk-release is not
    downloaded when setting up project, add it to avoid building
    issue.
    
    Signed-off-by: Meng Li <[email protected]>
    limeng-linux committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    2b63290 View commit details
    Browse the repository at this point in the history
  3. meta-imx: add necessary dependent layers for meta-ml

    When parsing yocto project with command "bitbake -p", there is below
    error reported:
    layers/meta-imx/meta-ml/recipes-libraries/modelrunner/modelrunner_2.0.0.bb:10:
    Could not inherit file classes/fsl-eula-unpack.bbclass
    Because the necessary dependent layers of meta-ml is not
    downloaded when setting up project, add them to avoid building
    issue.
    
    Signed-off-by: Meng Li <[email protected]>
    limeng-linux committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3108138 View commit details
    Browse the repository at this point in the history