On Mon, Jan 9, 2017 at 11:10 PM, Manjukumar Matha <[email protected]> wrote: > use nobranch=1 to fix the missing commit ID on master xen repo > > Signed-off-by: Manjukumar Matha <[email protected]>
Reviewed-by: Alistair Francis <[email protected]> Thanks, Alistair > --- > recipes-extended/xen/xen_4.7.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-extended/xen/xen_4.7.0.bb > b/recipes-extended/xen/xen_4.7.0.bb > index c5fad14..cdc76e3 100644 > --- a/recipes-extended/xen/xen_4.7.0.bb > +++ b/recipes-extended/xen/xen_4.7.0.bb > @@ -21,7 +21,7 @@ FILES_${PN}-xl += " \ > " > > SRC_URI = " \ > - git://github.com/Xilinx/xen.git;protocol=https \ > + git://github.com/Xilinx/xen.git;protocol=https;nobranch=1 \ > file://example-passnet.cfg \ > file://example-pvnet.cfg \ > file://example-simple.cfg \ > -- > 2.7.4 > > -- > _______________________________________________ > meta-xilinx mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
