On 09/05/2012 07:31 AM, Prakash Ranjan wrote:
Hi all,
I was going through the lava server source code and I got
the function definition of deploy_Linaro_image().
According to the function definition there are five parameters namely.
hwpacks
rootfs
image
kernel_matrix
rootfstype:
Till now I was only using 1. hwpacks and 2 . rootfs parameters in job file.
Can anyone please explain me what is the other parameters and how can we use those parameters in job file.
I am interested in image and kernel_matrix parameter.
Correct me if anything is wrong and please help me on this command.
I've never seen kernel_matrix used, so I can't promise it actually works. From reading the code, the intent appears to be that you can specify an updated kernel .deb via the kernel matrix and replace the existing kernel.deb in the hwpack that's downloaded.