Ian Campbell writes ("[PATCH OSSTEST 6/8] ts-kernel-build: Include dtbs in dist 
file"):
> These are installed to $(INSTALL_PATH)/dtbs/$(KERNEL_RELEASE) where
> $(INSTALL_PATH) defaults to /boot but we override it to our staging
> /boot.

Thanks for the detailed explanation.

Acked-by: Ian Jackson <ian.jack...@eu.citrix.com>

> -     make $makeflags INSTALL_MOD_PATH=$builddir/dist modules_install
> +     make $makeflags \\
> +             INSTALL_PATH=$builddir/dist/boot \\
> +             INSTALL_MOD_PATH=$builddir/dist modules_install \\
> +             $dtbs_install

I tripped over the formatting here.  It would be nicer to put
`modules_install' on the next line, to avoid hiding it in
INSTALL_BLAH=.

Thanks,
Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to