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

Add zephyr uos support #39

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

Commits on Sep 24, 2020

  1. zephyr-grub-efi: add recipe

    Add recipe to build grub-efi for zephyr uos
    
    Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
    saininav committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    d001750 View commit details
    Browse the repository at this point in the history
  2. zephyr-image: add recipe to prepare zephyr.img

    This recipe create zephyr.img having grub-efi + zephyr-app + grub.conf
    
    Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
    saininav committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    5ec7bf6 View commit details
    Browse the repository at this point in the history
  3. zephyr-image-package: add support for zephyr uos package

    For example:
    IMAGE_INSTALL_append_pn-acrn-image-base = " zephyr-image-package"
    
    Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
    saininav committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    6802164 View commit details
    Browse the repository at this point in the history
  4. doc: add user guide for zephyr uos

    Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
    saininav committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    e5ca475 View commit details
    Browse the repository at this point in the history