samples: move samples to specifi platform diretory

Move the platform apl-mrb samples to devicemodel samples directory.
Add the install target to the missing samples files and re-organize the
samples directory structure to have nuc and apl-mrb samples.

Suggested-by: Arzhan Kinzhalin <arzhan.i.kinzhalin@intel.com>
Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
This commit is contained in:
Miguel Bernal Marin
2018-05-24 03:16:57 -05:00
committed by Jack Ren
parent d3ef8ae5cb
commit 9563e248b7
8 changed files with 15 additions and 13 deletions

View File

@@ -176,7 +176,7 @@ partition. Follow these steps:
.. code-block:: none
# cp /usr/share/acrn/demo/acrn.conf /mnt/loader/entries/
# cp /usr/share/acrn/samples/nuc/acrn.conf /mnt/loader/entries/
You will need to edit this file to adjust the kernel version (``linux`` section)
and also insert the ``PARTUUID`` of your ``/dev/sda3`` partition
@@ -232,12 +232,12 @@ folder) as shown here:
:caption: devicemodel/samples/bridge.sh
:language: bash
By default, the script is located in the ``/usr/share/acrn/demo/``
By default, the script is located in the ``/usr/share/acrn/samples/nuc/``
directory. Run it to create a network bridge:
.. code-block:: none
# cd /usr/share/acrn/demo/
# cd /usr/share/acrn/samples/nuc/
# ./bridge.sh
# cd
@@ -295,12 +295,12 @@ Set up Reference UOS
name on the second line highlighted (check the exact name to be used using:
``ls /usr/lib/kernel/org.clearlinux*-standard*``).
By default, the script is located in the ``/usr/share/acrn/demo/``
By default, the script is located in the ``/usr/share/acrn/samples/nuc/``
directory. You can edit it there, and then run it to launch the User OS:
.. code-block:: none
# cd /usr/share/acrn/demo/
# cd /usr/share/acrn/samples/nuc/
# ./launch_uos.sh
#. At this point, you've successfully booted the ACRN hypervisor,