Hi Basil,

On 28 March 2013 13:20, Basil Eljuse <[email protected]> wrote:
> Hi,
>
> We wanted to have the ability to run tests in local LAVA setup on the Ubuntu
> config.
>
> Provided we have kernel.bin and dtb generated by a job locally, could
> someone please provide us with the details on
>
> How this can be packaged and made into the ubuntu image which can be
> launched in LAVA?
>
> Any pointers is welcome.

Create a deb package using 'deb-pkg' make target (from the kernel source):
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- deb-pkg

Then replace the deb package in an existing hwpack using
linaro-hwpack-replace (from linaro-image-tools):
linaro-hwpack-replace -t hwpack_linaro-board.tar.gz -p
linux-image-board.deb -r linux-image -d -i

That's the way it's done in our Kernel CI.

Cheers,

Fathi

_______________________________________________
linaro-validation mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/linaro-validation

Reply via email to