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

Zephyr: fix build breakage with Zephyr "main" #9199

Merged
merged 3 commits into from
Jun 12, 2024

Commits on Jun 12, 2024

  1. west: update to Zephyr "main", fixing disabled LLEXT builds

    Fixes, needed for a recent Zephyr head plus a PR to fix
    CONFIG_LLEXT=n builds.
    
    Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
    lyakh committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f53b41d View commit details
    Browse the repository at this point in the history
  2. llext: don't build if CONFIG_LLEXT=n

    Not all configurations need LLEXT, don't include LLEXT support in
    such cases.
    
    Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
    lyakh committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    074dd67 View commit details
    Browse the repository at this point in the history
  3. llext: only enable on ACE platforms

    cAVS platforms don't use LLEXT because memory mapping isn't supported
    on them. Select LLEXT per platform, so far only for ACE 1.5 and 2.0.
    
    Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
    lyakh committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5c74c70 View commit details
    Browse the repository at this point in the history