mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-31 00:39:57 +00:00
arm-autonomy/xenguest-mkimage: add extra ramdisk support
Some guest images requires a ramdisk, that is built with a custom recipe. This patch adds an option '--xen-ramdisk', for xenguest-mkimage script to cover that. Extra ramdisk support is also added to xenguest-image-extra bbclass, via 'XENGUEST_EXTRA_RAMDISK' variable. Issue-Id: SCM-1276 Change-Id: I8ec74a37c0c96ca83a3489911186f3b3262f80fd Signed-off-by: Kamil Dziezyk <kamil.dziezyk@arm.com> Reviewed-by: Diego Sueiro <diego.sueiro@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -99,6 +99,8 @@ For a detailed help on available operations, please use:
|
||||
times to add several command line options.
|
||||
- --xen-device-tree=FILE: add dtb FILE as device tree. This both adding the
|
||||
file to the image and modifying the xen configuration to use it.
|
||||
- --xen-ramdisk=FILE: add ramdisk FILE as guest ramdisk. This both adding the
|
||||
file to the image and modifying the xen configuration to use it.
|
||||
- --init-script=FILE: add guest init script. The script is embedded inside the
|
||||
image file. Several script can be added and the basename of FILE is used to
|
||||
distinguish them (calling the option twice with the same file will update the
|
||||
|
||||
Reference in New Issue
Block a user